Google Mail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
error generated while debug is off
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  1 message - Expand all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Follow-up To:
Add Cc | Add Follow-up to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers that you hear
 
Scott Collens  
View profile   Translate to Translated (View Original)
 More options 25 Aug 2003, 17:55
Newsgroups: microsoft.public.dotnet.framework.aspnet
From: Scott Collens <scottcoll...@nospam.hotmail.com>
Date: Mon, 25 Aug 2003 09:54:45 -0700
Local: Mon 25 Aug 2003 17:54
Subject: error generated while debug is off
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
                              ~~~~~~~~~~~~~~~~~~~~~~


    Forward  
You must Sign in before you can post messages.
To post a message, you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2010 Google