One Crazy Warning...
Hey all,
I'm working on a ASP.Net web site. I get this warning message:
Warning 1 The type '_Default' in 'c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\waskweb\ec73eddd\81462276\App_Web_bcyeejys.0.cs' conflicts with the imported type '_Default' in 'c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\waskweb\ec73eddd\81462276\App_Web_2lb5qop3.dll'. Using the one in 'c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\waskweb\ec73eddd\81462276\App_Web_bcyeejys.0.cs'. c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\waskweb\ec73eddd\81462276\App_Web_bcyeejys.0.cs 128
I'm really lost as to the servarity and the ways to fix this thing. Any help (including a redirect of this post) would be great!
Thanks.
[812 byte] By [
Nitwit] at [2007-12-17]
I am not sure that this will really help to solve the problem. Lets give it a try.
1. Ensure that you do not have redundant namespace import in the aspx.cs files.
2. delete all the folders and sub-folders from the directory
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET Files
Then Restart the system and try to access the web application.
- Prakash Muthumani
Should have said this on the first post...
I'm using Visual Studio Team Suite RC1.
This site is still under development and hasn't been deployed. This warning message is from the IDE.
I too have had this error, just occasionally. No idea how to fix I'm afraid. It tends to offer me the opportunity to run the last good compile, taking that option sometimes seems to fix the problem - at least until the next time.
Really "fun" part about this is that I tried to build a whole new web project and import just the few items I needed and recreated the rest. This, however, didn't fix the problem as the new project now has the same message.