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

excluded dll

Status
Not open for further replies.

dcushnie

Programmer
Feb 2, 2005
28
CA
I am writing a integration program.
I have a dll referenced in my project from one of the programs I am integrating with and it builds fine.
But I need to exclude it from my setup because the user needs to purchase the other software I integrate with to get the dll. My program needs to be able to run with or without that dll. There are conditions in place so that the code doesn't call anything from the dll if the other program is not installed on the users computer. The problem is that I still get an error telling me the dll was not found when my program is installed and run.
The code knows if the dll is there or not so how do I get it to run without crashing if it isn't there?
 
Are you sure on deleting the references of that DLL?
When you build your code, it that DLL appearing in 'Bin'?
Check your project output DLL's using Reflector.

Sharing the best from my side...

--Prashant--
 
I am not deleting the reference to the dll.
I am just excluding it from the setup.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top