Click to See Complete Forum and Search --> : After migrating a website from vs2005 to vs2010 we get a build error - ASPPARSE: Obje


zeki_
October 22nd, 2010, 04:04 AM
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

zeki_
November 3rd, 2010, 03:26 AM
Well, we've solved it - after the removal of the browser definition file the problem disappeared :)