CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Oct 2010
    Posts
    2

    Question After migrating a website from vs2005 to vs2010 we get a build error - ASPPARSE: Obje

    Hi,

    We have a vs2005 solution including 2 websites. We converted the solution to vs2010 and changed all settings in IIS and in the config file to use framework 4.0. We removed the old assembly references in webconfig file and added references to the new versions of the assemblies. And here the problem comes. When we add a refererence to System.Design assembly in the webconfig file the website does not build. The build via msbuild.exe results in the following error:

    ASPNETCOMPILER : error ASPPARSE: Object reference not set to an instance of an object. [d:\DevSites\SolutionFolder\WebSite.metaproj]

    Does anyone have any suggestions why this happens ?

    Thanks

  2. #2
    Join Date
    Oct 2010
    Posts
    2

    Re: After migrating a website from vs2005 to vs2010 we get a build error - ASPPARSE:

    Well, we've solved it - after the removal of the browser definition file the problem disappeared

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured