Hi Author,
- 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
Commenter-1
Archived discussion
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?
Discussion
Posts are displayed in their archived order.
Hi Author,
- 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
Commenter-1