0

I am using Visual Studio 2010 and building a WPF application. Some times, the designer view doesn't load and gives error regarding assembly references. But, all the assembly references are in there respective path and the application compiles without error. Can anyone tell me how this can be resolved? I think it is a visual Studio issue.

jessehouwing
  • 106,458
  • 22
  • 256
  • 341
  • 1
    This usually happens when you have a build error or haven't built yet. The designer will load the actual assembly in memory and thus needs the solution to compile properly. – jessehouwing Jun 18 '14 at 13:14
  • This can also happen when your code base is situated on a network drive. – Sheridan Jun 18 '14 at 13:22
  • Strange, I neither have build error nor I have code in Network drive. It is in my local drive. – user3122687 Jun 18 '14 at 13:40

0 Answers0