defined in multiple places????

D

DaveF

I have tried putting full permissions for ASPNET account. I wiped all the
files in "Temporary ASP.NET Files". Don't know what else to do!!!!


----------------------------------------------------------------------------
----

Compilation Error
Description: An error occurred during the compilation of a resource required
to service this request. Please review the following specific error details
and modify your source code appropriately.

Compiler Error Message: CS1595: 'XmlTextReaderDB.Web.XmlTextReaderDbTester'
is defined in multiple places; using definition from
'c:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET
Files\carsdata\21652269\18a9287\3w4hgul3.dll'

Source Error:


Line 27:
Line 28:
[System.Runtime.CompilerServices.CompilerGlobalScopeAttribute()]
Line 29: public class XmlTextReaderDbTester_aspx :
XmlTextReaderDB.Web.XmlTextReaderDbTester,
System.Web.SessionState.IRequiresSessionState {
Line 30:
Line 31: private static bool __initialized = false;

Source File: c:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET
Files\carsdata\21652269\18a9287\whmtj8hx.0.cs Line: 29
 
N

Nicholas Paldino [.NET/C# MVP]

Dave,

Is it possible that you are referencing an assembly that has this class
definition in it (in the same namespace), and you have the class defined in
your project as well?

Hope this helps.
 

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