Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

3rd Party DLL Reference Problem

Status
Not open for further replies.

tassflint

Programmer
Dec 29, 2005
21
US
Hello all,

I do not know if this is the correct area or not to ask this. I have created a couple of aspx pages that use a 3rd party dll. When I debug or run them through my local IIS I have no problem viewing them. When I try to run them on our intranet server, I get a compilation error stating that the namespace within the dll is not defined. I have added the dll to the solution and made a reference to that dll. I have also imported the namespace on the page and it still gives me this error. I tried publishing the web pages and that did not help either. I am at a loss as to what to do next, because my machine will run it and I can not find any differences in the IIS setup that might account for this.

Any help would be greatly appreciated,

Brian

ps: I am going to post this in the VB.Net forum as well
 
could it be you need .net framework, lack of this results in a complex error message.

brgds Nicolai
 
Nicolai,

We have the 1.0 SP 3 and 2.0 .Net Frameworks installed on the server. We have decided that it has to do with the way that the reference path is being set by Visual Studio. For some reason the server is unable to locate that particular dll, whereas the IIS on my machine is able to locate it. Beyond that we are stuck.

Brian
 
From the way you talk, i guess i don't need to mention registering the DLL with regsrv32 ?

brgds Nicolai
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top