dependencies of Open Cascade w/ .Net project

I have a VB.Net application that uses OCC. it is a modified version of the C# wrapper. What are the dependencies of the OCC and shell dlls? there seems to be something that gets installed with Visual Studio that fixes an exception that gets thrown

(COMException: This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix the problem.)

I was thinking it was something to do with the Visual C/C++ Runtime Library. Is this required? Any other ideas of what might cause this?

Pawel's picture

Hi Gareth,

- make sure you have .NET and VC++ Redistributable installed on your target machine.
- make sure you use the Release version of your app (I guess VC++ Redistributable comes with release assemblies only).

Good luck
Pawel