Weird error with ASP.NET 2.0

G

Guest

I always see this error when accesing any page in website I compiled in ASP.NET

Compiler Error Message: CS0433: The type 'Customer_CreditWizard' exists in
both 'c:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Temporary ASP.NET
Files\creditjockey\34369bc7\745233b3\assembly\dl3\798e68b8\40272035_89b9c501\App_Web_50yiu_rb.DLL'
and 'c:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Temporary ASP.NET
Files\creditjockey\34369bc7\745233b3\assembly\dl3\fde2c518\961dd6bd_8ab9c501\App_Web_-hw74-i5.DLL'

Source Error:



Line 104:
Line 105: [System.Runtime.CompilerServices.CompilerGlobalScopeAttribute()]
Line 106: public class CreditWizard_aspx : global::Customer_CreditWizard,
System.Web.SessionState.IRequiresSessionState {
Line 107:
Line 108: private static bool @__initialized;
 
A

Adam Knight

Sounds like you have two classes with the same name contained in one
namespace?

Are you sure the error only pops up in 2.0?
Have you tried 1.1?

Hope this is helpful?
Cheers,
Adam
 
G

Guest

Have you found any solutions to this error? I seem to be having the same
exact error and cant find a way around it.
 

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