G
Guest
Hi,
I'm trying to create a library of shared code, some of which are ascx and aspx files. I'm pretty much following the procedure outlined in http://support.microsoft.com/default.aspx?scid=kb;EN-US;Q324785 . This has been working fine when working on my local machine. I have moved the shared code to a remote machine, updated my virtual directory to point to the remote machine path, and added a reference to the remote dll. All is otherwise setup exactly as when the shared code was local. However I am now getting 'Could not load type' error when the compiler is parsing the first line of the shared apsx page (which does have code behind).
The referenced dll is copied locally and I can reference and interact with it in my local code.
Any ideas why the type is not being loaded when referenced from the aspx page at runtime?
Cheers for any help
Kimpton
I'm trying to create a library of shared code, some of which are ascx and aspx files. I'm pretty much following the procedure outlined in http://support.microsoft.com/default.aspx?scid=kb;EN-US;Q324785 . This has been working fine when working on my local machine. I have moved the shared code to a remote machine, updated my virtual directory to point to the remote machine path, and added a reference to the remote dll. All is otherwise setup exactly as when the shared code was local. However I am now getting 'Could not load type' error when the compiler is parsing the first line of the shared apsx page (which does have code behind).
The referenced dll is copied locally and I can reference and interact with it in my local code.
Any ideas why the type is not being loaded when referenced from the aspx page at runtime?
Cheers for any help
Kimpton