XAML designer - Loading this assembly would produce a different grant set from other instances. (Exception from HRESULT: 0x80131401)

Currently rated 5.0 by 1 people

  • Currently 5/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
March 29, 2009 01:07 by Jaroslav Kobližek
Last week I experienced a very annoying unhandled exception in XAML designer of Visual Studio 2008 SP1. It happened after installing of preview and beta tools for Silverlight 3, which was a mistake, because I installed them onto Silverlight 2 tools. When I installed the tools Expression Blend was working properly, but when I wanted to edit the code and use IntelliSense, the only choice was to switch to Visual Studio. Unfortunatelly, the Visual Studio was unable to render any XAML and shown an exception only. [More]

ASP.NET error - The 'System.ServiceModel/ServiceHostingEnvironment' configuration section cannot be created.

Currently rated 5.0 by 1 people

  • Currently 5/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
March 18, 2009 20:37 by Jaroslav Kobližek
A month ago, I started to work on the customized version of BlogEngine.NET. By default it‘s being debugged on ASP.NET Development Server, but I tried to run it on my local IIS7 server. When the application was starting I got a strange ASP.NET error that complains about missing information in machine.config in conjuction with Windows Communication Foundation. See, how to fix it. [More]