0

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?

4444
  • 3,541
  • 10
  • 32
  • 43
MattDev
  • 3
  • 3

1 Answers1

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.

Community
  • 1
  • 1
4444
  • 3,541
  • 10
  • 32
  • 43