I'm in a real tight spot and would really appreciate some help. I've
created a Custom Server control along w/ some other web forms that I'm
I've deployed on a server. I then have another ASP.NET application that
I've created a virtual directory which points to the other web forms
files associated w/ the new Custom Server control. I've placed the
assembly for the custom control in the bin directory of the calling web
application.

 

Here's the problem, I can get the custom control to display perfectly
and it seems to work fine, however when my web app calls/displays the
web forms from the virtual directory, I get an error saying that it
could not load the type (the code behind type).

 

Now here is my theory, since I've compiled the custom control along w/
the code behind page controls of the web forms I'm trying to call, it's
creating some issues since the code behind page controls are compiled
into the assembly that has been put in the bin of the calling web
application. What can I do to clean-up these deployment issues? I need
the custom control and its associated web forms to be able to be
referenced from a virtual directory.

 

Thanks,

 

James

You can read messages from the DOTNET archive, unsubscribe from DOTNET, or
subscribe to other DevelopMentor lists at http://discuss.develop.com.

Reply via email to