My Visual Studio app requires Crystal Runtime and .NET framework. I want the user to be able to use the app without installing both of these. How can I accomplish this?
Asked
Active
Viewed 36 times
1 Answers
0
For reports, you'll almost always need to distribute the free Crystal Reports Viewer.
For publishing .NET apps without a .NET dependency, you'll want to check this answer for a .NET Linker. Although it's worth noting that the .NET framework is rather easy to install and commonplace enough where having the end user install it might be a better option.