Hi all!
thanks for the quick replies.
All of your comments were helpful to learn about the pitfalls and to solve the issue. Thanks!
Best regards,
Robert
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi!
I created a desktop application using Visual Studio (Version17.10.5). The application is running fine as long as Visual Studio is installed. Installing the application on a computer without Visual Studio installed, the apps startup fails with message of library or it's dependent has not been found.
Probably, it's helpful to know that the application is written C# but makes use of a library written in C++.
Installing Visual Studio on that computer cures the problem - however, installing visual studio on every computer is not a proper solution.
Hence, my questions are:
(1) How can I find the missing library? Since the app terminates during startup, tools "ProcessExplorer" do not help...
(2) Are there special project properties to be set helping in identifying the problem?
Thanks
Hi all!
thanks for the quick replies.
All of your comments were helpful to learn about the pitfalls and to solve the issue. Thanks!
Best regards,
Robert