All,
I have a web application hosted on a third party ISP. There is a bin directory that contains 3rd party controls. I have created a new application that uses newer version of the same control. It appears that when the page is loading it goes to the main bin folder to look for the DLL. This causes an error because the DLL in the main bin folder is older. Is there any way to have the page look for the DLL in another folder?
Regards,
Scott
I have a web application hosted on a third party ISP. There is a bin directory that contains 3rd party controls. I have created a new application that uses newer version of the same control. It appears that when the page is loading it goes to the main bin folder to look for the DLL. This causes an error because the DLL in the main bin folder is older. Is there any way to have the page look for the DLL in another folder?
Regards,
Scott
Comment