Windows 7 x64
Visual Studio 2010 (C++/CLR Class Assembly project targeting .NET 3.5)
Ice 3.4.1
I was wondering if anyone had any experience with, or know if it is possible to create an IceBox service in Managed C++ (C++/CLI)?
I followed the examples in the manual for creating a C# service, porting it to managed C++.
When I attempt to load it into iceboxnet I get the following error message.
Could not load file or assembly 'foo.dll' or one of its dependencies. The system cannot find the file specified.
More often than not this error is caused by some dependency of foo.dll, but MS decided to leave that little piece of data out of the exception. They want to make you work for it by implementing a ResolveEventHandler.
TIA,
Jon

Reply With Quote