D
Drew
I have a user control written in C#. This user control uses some of my
mixed mode C++ libraries.
My user control is currently residing on a .NET Windows Form.
Everything works nicely. Now I am trying to use this control on a ASP
web page. I use the wizard (VS 2003) to create an ASP application and
drop my control onto the ASP page, I get :
"Operation cannot be completed"
I have checked and all of my C++ libraries are in the bin directory of
my ASP application. This shouldnt be a dependency issue. Anyone know
what is causing this? I have no idea even how to debug the situation.
The error is very vague.
Thanks...
Drew
mixed mode C++ libraries.
My user control is currently residing on a .NET Windows Form.
Everything works nicely. Now I am trying to use this control on a ASP
web page. I use the wizard (VS 2003) to create an ASP application and
drop my control onto the ASP page, I get :
"Operation cannot be completed"
I have checked and all of my C++ libraries are in the bin directory of
my ASP application. This shouldnt be a dependency issue. Anyone know
what is causing this? I have no idea even how to debug the situation.
The error is very vague.
Thanks...
Drew