User Control Error (Simple)
am 11.01.2008 17:33:58 von James
I built a very simple user control for another company to integrate in
C#/2.0. I had set the namespace to the namespace I used locally for
testing/debugging. Sent them the ascx and the ascx.cs file. When they
integrate it, they are getting the error "Could not load type
'MyNameSpaceNotTheirs.my_control_name' as a parser error. I can't figure
out what could be causing this aside from a conflict of namespace? Any
thoughts would be much appreciated.
Re: User Control Error (Simple)
am 12.01.2008 13:57:24 von Coskun
Hi,
Are you using Website model instead of Web application model?
--
All the best,
Coskun SUNALI
MVP ASP/ASP.NET
http://sunali.com
http://www.propeople.dk
"James" wrote in message
news:%23HLze%23GVIHA.2000@TK2MSFTNGP05.phx.gbl...
>I built a very simple user control for another company to integrate in
>C#/2.0. I had set the namespace to the namespace I used locally for
>testing/debugging. Sent them the ascx and the ascx.cs file. When they
>integrate it, they are getting the error "Could not load type
>'MyNameSpaceNotTheirs.my_control_name' as a parser error. I can't figure
>out what could be causing this aside from a conflict of namespace? Any
>thoughts would be much appreciated.
>