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
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