Opening a Silverlight project causes APPCRASH is Visual Studio 2008
        Posted  
        
            by Ed Woodcock
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Ed Woodcock
        
        
        
        Published on 2010-06-02T09:19:00Z
        Indexed on 
            2010/06/02
            9:24 UTC
        
        
        Read the original article
        Hit count: 344
        
visual-studio-2008
|Silverlight
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?
© Stack Overflow or respective owner