Problem in designer while creating a new window in a WPF project in Visual Studio 2010.

  • Thread starter Thread starter Priyamtheone
  • Start date Start date
P

Priyamtheone

Guest
Hello,

Whenever I'm trying to create a new window in a WPF project (C# or VB) in Visual Studio 2010, it fails to load the designer of the window and shows an error describing: "Could not load type 'Microsoft.Expression.DesignModel.Core.ISharedInstanceBuilder' from assembly 'Microsoft.Expression.DesignModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'".


However, I've Visual Studio 2017 installed in my PC too. But it doesn't show this message and WPF projects open and run just fine in it. Even, my WinForms projects in Visual Studio 2010 run absolutely fine. The problem is with WPF projects only.


Here's a screenshot of the error:

1574473.jpg


Why am I getting this error in Visual Studio 2010 and how do I solve this problem? Please help.


Regards,

Priyam

Continue reading...
 
Back
Top