views:

12

answers:

0

Hello everyone,

I have a WebSite Project that was developed using Visual Studio 2005 and .Net 2.0. Now I want to conver the application to Visual Studio 2010 but keep the target famework as it is; i.e. .Net 2.0.

When I opened the project using VS 2010 (Professional Edition) it started with the usual converting wizard, I selected to conver the project but not the framework and everything thing went fine.

However, when I built the WebSite, the build failed with some strange errors that say something like: sometype_ascx exists in both C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\something.dll and C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\somethingelse.dll.

The stranger thing is everytime I build the project the number of error changes; sometimes they are 2 or 3 and another time 6 or 10.

I tryed searching online for a solution but couldn't find anything useful for my case. Many people are getting the same error but for different reasons that are not the same my case.

I did whatever I thought could be useful from cleaning the solution to clearing the Temporary ASP.NET Files and none worked for me.

Can anyone give me an idea of how to solve this?

Thanks in advance