Subject: Issues with DLLs
Posted By: ninel Post Date: 8/15/2006 9:45:07 AM
We have a 3rd party company that created 3 dlls for us that I need to use in my code.

My app is written in vb.net, but it is a web page.
I referenced all 3 dlls within my application (there were no exclamation points near the references in the solution explorer).

When running the aspx page I receive the error: "File or assembly name InteractiveSoftworks.VoiceNet.AgentScriptModel.dll, or one of its dependencies, was not found."

I contacted someone at the 3rd party company and explained my error. They created a sample project in vb.net using a form not an aspx page for me to make sure I coded it properly. When I run their code I receive no errors and everythiing works.

Just be sure I did everything properly, I copied the dlls from the bin directory of their project into the bin directory of my project and also copied and pasted all their code into my vb.net app.

When running this, I still received that dll error.
How does this make sense? Could it be that their project contains a form and mine is an aspx page?

Any help would be greatly appreciated,
Thanks,
Ninel

Reply By: Unna Reply Date: 8/18/2006 11:20:19 AM
Have you tried Copy Local property of the referenced dll?

Go to topic 46010

Return to index page 200
Return to index page 199
Return to index page 198
Return to index page 197
Return to index page 196
Return to index page 195
Return to index page 194
Return to index page 193
Return to index page 192
Return to index page 191