[RESOLVED] [2005] Cannot load dll, no error - worked just a minute ago
I am using Tamir.sharpSsh.dll in a project and just downloaded the newest version 1.1.1.11
http://www.tamirgal.com/home/dev.aspx?Item=SharpSsh
When I now want to add the dll to the project, it does not do anything and does not even throw any kind of error. The funny thing is, when I did it the first time it worked and I was even using the class. Restarted .net, dll gone and I have this issue.
Anyone an idea why this could be?
It's more than annoying that .net has such a crappy error handling in this respect.
Re: [2005] Cannot load dll, no error - worked just a minute ago
Just solved it myself:
Edit your .vbproj file, delete the <Reference> to the dll, re-open project and re-add your dll. Worked for me.
Added dll from exact same location as referenced in vbproj. Congratulations, Microsoft.