Windows Forms Designer VS2013 upd5 + Resharper 9.1.3
Hello...
After install this combination, my inherited windows forms cannot load designer..
Error message is "object reference not set to an instance of an object".
By a test i uninstalled Resharper... and then works fine :\
Somebody having this issue ?
Thanks
Please sign in to leave a comment.
this error normally occurs if you call code from an external dll which is not available at design time inside the constructor of a form. As a workaround you can copy the dll to C:\Program Files (x86)\Microsoft Visual Studio <Version>\Common7\IDE (<Version> is the version number of VS).
I had a similar problem with VS2015 and R# 9.2 EAP6. I'm using the Syncfusion control suite and could load forms which use the DateTimePicker. I had to remove the Syncfusion references and add them again to solve the problem. Because i have different versions of the control suite installed i didn't referenced the version in the global assembly cache.
Regards
Klaus