user control ambiguous in the namespace

G

g@work

Hello,

I got the following error on a .net 1.1 application:

'mycontrol_ascx' is ambiguous in the namespace '_ASP'

The problem appears when I call 2 user controls on the same page, they
both have the same name but they are located in a different folder and
they dont have a code behind.

This problem was not apparent on the staging machine but it is on live
environment. Reading through other posts having the same problem, it
seems that has to do something with setting debug = false, however
noone till now seems to offer a proper solution (other than setting
debug = true)

Can anyone help please??


Thanks
 
G

g@work

Thanks so much for this!

It seems to work, I will do some more testing and I ll come back if
the problem persist.
 

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