Could not load file or assembly

I upgraded to the latest version of Screen-scraper, allowing it to upgrade to an unstable version. Then I rebuilt the application and ran it again. Now it's coming up with this message when the program runs:

Could not load file or assembly 'Screenscraper, Version=1.0.3434.19051, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.

FYI When I installed the upgrade it said that it was version 4.5.31a.

I referenced RemoteScrapingSession.dll and have "Imports Screenscraper" at the top of the VB.NET code file. The program worked before the upgrade. Is the latest upgrade missing one of the dependencies?

Hi, We did make a few minor

Hi,

We did make a few minor updates to the .NET driver since 4.5, but it's curious that you're compiler is unable to find it. Inside of the directory where screen-scraper is installed you should have a "RemoteScrapingSession.dll" found in the "misc\dotNET" folder. Is that file there? If so, is that the one you're referencing from Visual Studio?

If that doesn't help you could try using the 4.5 "RemoteScrapingSession.dll". I can either send that to you, or, if you have an existing 4.5 installation you can pull it from that same "misc\dotNET" folder. Either way, please let us know how it goes.

Thanks much,

Todd

4.5

4.5 "RemoteScrapingSession.dll" works. The new version gets the error.

There must be a .NET naming problem. Maybe something associated with the dll got renamed after you created a new version of it.

Gary, Sorry for the delay.

Gary,

Sorry for the delay. We have logged this as a bug. For now, please rollback to 4.5.

-Scott