defined in multiple places????

  • Thread starter Thread starter DaveF
  • Start date Start date
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
 
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.
 
Back
Top