473,387 Members | 1,606 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

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\temp orary
asp.net files\root\bb513aa2\6bceafe7\frd7i-pe.dll" /R:"c:\winnt\assembly
\gac\system.web\1.0.3300.0__b03f5f7f11d50a3a\syste m.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_2 85dc301
\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\temp orary
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\temp orary
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__b03f5f7f11d 50a3a
\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\Tempor ary 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\Tempora ry 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
~~~~~~~~~~~~~~~~~~~~~~

Nov 17 '05 #1
0 1510

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
by: paul calvert | last post by:
I hope somewhere here has encountered and solved a similar problem in the past. 1) on a new Win2000 PC: installed Visual C++ 6.0 download & install single file Service Pack 5.0 2) try to...
0
by: Rhino | last post by:
I've written several Java stored procedures now (DB2 V7.2) and I'd like to write down a few "best practices" for reference so that I will have them handy for future development. Would the...
1
by: thetuckers_jersey | last post by:
I have inherited an Access database with a SQL backend and need to run a daily report. When I try to run this report which calls stored procedures, I get the following VB error message : Run-time...
11
by: Vijay Chegu | last post by:
I have built a 64bit ATL COM dll. When i register the dll on IA64 windows Enterprise server 2003, i get following error. DllRegisterServer in mydll.dll failed. Return code was : 0x80020009 ...
3
by: Jim in Arizona | last post by:
I'm doing my best to learn ASPNET from a book devoted to ASPNET 1.0. So far, I haven't run into any problems, until now. This is a simple page that should just show the sql strings created by the...
0
by: tshad | last post by:
I am getting the following error message when an error happens with debug=false. ******************************************************************** Server Error in '/' Application....
9
by: fcvcnet | last post by:
Hi, I write a class class CSegment { public: CSegment(void); public: ~CSegment(void); public: CArray< CList< CPoint, CPoint& >, CList< CPoint, CPoint& >& m_curve;
1
by: Nathan Sokalski | last post by:
When I click after about 15 minutes on a page I wrote I recieve the following error: Server Error in '/' Application....
0
Dököll
by: Dököll | last post by:
Hey Gang! What do you make of this error: I am attempting to read an Access Table, while all seems well in the code, looks like it is asking me to format form fields, what are your...
2
by: pavanip | last post by:
Hi, I developed a windows application in Vb.Net 2003.It is working fine in this. But when I am trying to convert this into .Net 2005 I am getting this error. Class not registered...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.