Opening a Silverlight project causes APPCRASH is Visual Studio 2008
- by Ed Woodcock
Hi guys
I've got to add a Silverlight project to a solution for a deployment procedure (it's a pre-build dependency for the main project).
I've installed Silverlight tools v3, silverlight itself and the silverlight sdk 3, and am using Visual Studio 2008 with ReSharper and the DevArt oracle database tools.
Every time I go to open the relevant silverlight .csproj file VS crashes with the following error message:
Problem Event Name: APPCRASH
Application Name: devenv.exe
Application Version: 9.0.30729.1
Application Timestamp: 488f2b50
Fault Module Name: StackHash_20af
Fault Module Version: 6.0.6001.18000
Fault Module Timestamp: 4791a7a6
Exception Code: c0000374
Exception Offset: 000b015d
This also happens if I try to create a new silverlight project from scratch.
Does anyone have any suggestions?