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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

can an External DLL reference local code?

Status
Not open for further replies.

tlhawkins

Programmer
Dec 28, 2000
797
0
0
US
Here's the problem:

We have several developers working on a DNN project. Most of us are developing locally and we're sharing a lot of classes but one developer is in Brazil and he develops his ascx modules and installs them on the server. They work fine by themselves but now we want him to be able to use one of our classes and it's giving him grief. If he copies the class into his environment and compiles the code then when the DLL is installed on the server it gives errors about the ambiguous name.

Is there a way to get his code to compile with references to external code that can't be resolved?
I feel like this is called "Late Binding" but honestly I know very little about it.

Thanks for the help

Travis Hawkins
jobs.bestcodingpractices.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top