I’m making a standalone application using the .NET Library which takes a frame from milestone, analyses it and returns a certain json.
For this, I made a seperate class “Analyzer” which uses a class “ImageSource” which in turn handles all the milestone initialization etc.
The “Analyzer” works just fine when initializing it in a console app, but it goes wrong when I try to make a WCF REST service using the class.
(To be clear: The service will not show any images, only the result of the analyzer )
When running the service it returns the error ons start-up: Can’t load file/assembly AVIExporterClientMW.DLL or one of it’s depencies… But the dll is in the bin folder of the service…
I’m running everything in 64bit & using IIS Express (in 64 bit).
Tested in Debug&Release (if it would matter)
Microsoft Visual Studio Professional 2017, Windows 10
Any ideas?