Crystal Reports License

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

H
I have developed crystalreports along with other forms in VB.NET, but when I am trying to run on the computer which doesn't have .NET installed, it is not running. Can anyone clarify me what exactly do I need if I want to run my application on other computers wich do not have .NET installed
Thanks
 
You can't run a .NET application on a machine without the framework so if
you want to use VB.NET, the target machine is going to need the same version
of the framework that you build with.
kalyan said:
Hi
I have developed crystalreports along with other forms in VB.NET, but when
I am trying to run on the computer which doesn't have .NET installed, it is
not running. Can anyone clarify me what exactly do I need if I want to run
my application on other computers wich do not have .NET installed?
 
The target machine already has the framework as I was able to open forms and interact with databse except that I couldnot open crystal reports form.
 
Back
Top