Failed to load file or assembly "BusinessObjects.Enterprise.Sdk.ZipLib.netmodule"

I am trying to follow this guide to connecting to a server running SAP Crystal Reports Enterprise 4.1 from my computer. When I run my solution, I get this error:

An exception of type "System.IO.FileNotFoundException" occurred in mscorlib.dll but was not processed in user code

Additional Information: Failed to load file or assembly "BusinessObjects.Enterprise.Sdk.ZipLib.netmodule" or one of its dependencies. The specified module was not found.

Some discussions suggest that this is a problem between 32/64-bit versions of the SDK, but I tried both individually and experience the same problem.

I also tried this solution, and I can see that all these files are in my bin folder. Also note that when I included the DLLs (CrystalDecisions.Enterprise.Framework and CrystalDecisions.Enterprise.InfoStore), I had to set them to "Embed Interop types": False and "Copy Local": True.

Does anyone have any ideas?

+4
source share

All Articles