error generated while debug is off

S

Scott Collens

Hi all,

I have a question regarding web.config. I am ready to flip the
application to the production server but when I switch the debug setting
in the web.config from

<compilation defaultLanguage="vb" debug="true" />

to

<compilation defaultLanguage="vb" debug="false" />

I an error as shown below.

I find this strange because I would expect to see this error while debug
was set to true rather than the other way around.

Any suggestions?

Thanks...Scott


here is the error:


BC30560: 'masterfooter_ascx' is ambiguous in the namespace '_ASP'

C:\WINNT\system32> "c:\winnt\microsoft.net\framework\v1.0.3705
\vbc.exe" /t:library /utf8output /R:"c:\winnt\assembly\gac\system.data
\1.0.3300.0__b77a5c561934e089\system.data.dll" /R:"c:\winnt\microsoft.net
\framework\v1.0.3705\temporary asp.net files\root\bb513aa2\6bceafe7
\ovqui91v.dll" /R:"c:\winnt\microsoft.net\framework\v1.0.3705\temporary
asp.net files\root\bb513aa2\6bceafe7\frd7i-pe.dll" /R:"c:\winnt\assembly
\gac\system.web\1.0.3300.0__b03f5f7f11d50a3a\system.web.dll" /R:"c:\winnt
\assembly\gac\system\1.0.3300.0__b77a5c561934e089\system.dll" /R:"c:
\winnt\microsoft.net\framework\v1.0.3705\temporary asp.net files\root
\bb513aa2\6bceafe7\assembly\dl\bbb22c5e\787aa1b2_285dc301
\donkey.dll" /R:"c:\winnt\assembly\gac\system.xml\1.0.3300.0
__b77a5c561934e089\system.xml.dll" /R:"c:\winnt\assembly\gac
\system.web.services\1.0.3300.0__b03f5f7f11d50a3a
\system.web.services.dll" /R:"c:\winnt\assembly\gac\system.drawing
\1.0.3300.0__b03f5f7f11d50a3a\system.drawing.dll" /R:"c:\winnt
\microsoft.net\framework\v1.0.3705\temporary asp.net files\root\bb513aa2
\6bceafe7\em5z-ydx.dll" /R:"c:\winnt\microsoft.net\framework\v1.0.3705
\temporary asp.net files\root\bb513aa2\6bceafe7\7etrt8cc.dll" /R:"c:
\winnt\microsoft.net\framework\v1.0.3705\temporary asp.net files\root
\bb513aa2\6bceafe7\tygnh8sy.dll" /R:"c:\winnt\microsoft.net\framework
\v1.0.3705\temporary asp.net files\root\bb513aa2\6bceafe7
\ppvuktca.dll" /R:"c:\winnt\microsoft.net\framework\v1.0.3705\temporary
asp.net files\root\bb513aa2\6bceafe7\ssuc6mat.dll" /R:"c:\winnt
\microsoft.net\framework\v1.0.3705\temporary asp.net files\root\bb513aa2
\6bceafe7\iq-3e9sb.dll" /R:"c:\winnt\microsoft.net\framework\v1.0.3705
\temporary asp.net files\root\bb513aa2\6bceafe7\kgyzc8rw.dll" /R:"c:
\winnt\microsoft.net\framework\v1.0.3705\temporary asp.net files\root
\bb513aa2\6bceafe7\6dthy2jh.dll" /R:"c:\winnt\microsoft.net\framework
\v1.0.3705\temporary asp.net files\root\bb513aa2\6bceafe7
\d1lgqhqo.dll" /R:"c:\winnt\microsoft.net\framework\v1.0.3705\temporary
asp.net files\root\bb513aa2\6bceafe7\bup4-q8a.dll" /R:"c:\winnt
\microsoft.net\framework\v1.0.3705\temporary asp.net files\root\bb513aa2
\6bceafe7\ekmwpoma.dll" /R:"c:\winnt\microsoft.net\framework\v1.0.3705
\temporary asp.net files\root\bb513aa2\6bceafe7\un01wst0.dll" /R:"c:
\winnt\microsoft.net\framework\v1.0.3705\temporary asp.net files\root
\bb513aa2\6bceafe7\h-uzpv4d.dll" /R:"c:\winnt\assembly\gac
\system.enterpriseservices\1.0.3300.0__b03f5f7f11d50a3a
\system.enterpriseservices.dll" /out:"C:\WINNT\Microsoft.NET\Framework
\v1.0.3705\Temporary ASP.NET Files\root\bb513aa2\6bceafe7
\wwzjjlqa.dll" /debug- /win32resource:"C:\WINNT\Microsoft.NET\Framework
\v1.0.3705\Temporary ASP.NET Files\root\bb513aa2\6bceafe7\wwzjjlqa.res"
"C:\WINNT\Microsoft.NET\Framework\v1.0.3705\Temporary ASP.NET Files\root
\bb513aa2\6bceafe7\wwzjjlqa.0.vb"


Microsoft (R) Visual Basic .NET Compiler version 7.00.9466
for Microsoft (R) .NET Framework version 1.00.3705
Copyright (C) Microsoft Corporation 1987-2001. All rights reserved.

C:\WINNT\Microsoft.NET\Framework\v1.0.3705\Temporary ASP.NET Files\root
\bb513aa2\6bceafe7\wwzjjlqa.0.vb(505) : error BC30560:
'masterfooter_ascx' is ambiguous in the namespace '_ASP'.

Dim __ctrl As _ASP.masterfooter_ascx
~~~~~~~~~~~~~~~~~~~~~~
C:\covers100\index.aspx(349) : error BC30560: 'masterfooter_ascx' is
ambiguous in the namespace '_ASP'.

__ctrl = New _ASP.masterfooter_ascx
~~~~~~~~~~~~~~~~~~~~~~
C:\covers100\index.aspx(349) : error BC30560: 'masterfooter_ascx' is
ambiguous in the namespace '_ASP'.

Protected footer12 As _ASP.masterfooter_ascx
~~~~~~~~~~~~~~~~~~~~~~
 

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

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,537
Members
45,020
Latest member
GenesisGai

Latest Threads

Top