Weird Compile Error

  • Thread starter Andy Sutorius via DotNetMonster.com
  • Start date
A

Andy Sutorius via DotNetMonster.com

When I compile my VS2005 website I get this weird compile error. The line it
points to a constructor for a class that is used throughout the website. Even
more bizarre when I click on the underlined method (WebUser) VS2005 opens up
a file called WebUser [from MetaData]. Can you advise?

The type 'ui.WebUser' exists in both 'c:\WINDOWS\Microsoft.NET\Framework\v2.0.
50727\Temporary ASP.NET Files\ecuiunbound\5fbfce88\c1243b83\App_Code.bxnm9i3z.
dll' and 'c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET
Files\ecuiunbound\5fbfce88\c1243b83\assembly\dl3\e4f291fd\1eb29840_5bd6c501\
ecuiunbound.DLL'c:\inetpub\wwwroot\ecuiunbound\claim.master.cs 171 17
 
A

Andy Sutorius via DotNetMonster.com

Problem solved. I had a different webpage inheriting the original weppage.

Andy said:
When I compile my VS2005 website I get this weird compile error. The line it
points to a constructor for a class that is used throughout the website. Even
more bizarre when I click on the underlined method (WebUser) VS2005 opens up
a file called WebUser [from MetaData]. Can you advise?

The type 'ui.WebUser' exists in both 'c:\WINDOWS\Microsoft.NET\Framework\v2.0.
50727\Temporary ASP.NET Files\ecuiunbound\5fbfce88\c1243b83\App_Code.bxnm9i3z.
dll' and 'c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET
Files\ecuiunbound\5fbfce88\c1243b83\assembly\dl3\e4f291fd\1eb29840_5bd6c501\
ecuiunbound.DLL'c:\inetpub\wwwroot\ecuiunbound\claim.master.cs 171 17
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top