Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1284
Install Infragistics or use dll reference
posted

Hi,

We use Infragistics v8.1 for winforms in our .NET 2.0 windows application. (Netadvantage for windows forms 2008)

The .NET windows application is deployed on windows servers.

Should Infragistics be installed on every machine where the .NET application is running?

Or can we just use the dll reference and run the applications?

Also, Will the application work if the Windows OS on the servers are different?

Can we use same version of Infragistics dlls for all the windows OS?

Thanks

Ashok

 

Parents
No Data
Reply
  • 469350
    Offline posted

    Hi Ashok,

    ashokk said:
    Should Infragistics be installed on every machine where the .NET application is running?

    It depends what you mean by "installed". You should not install NetAdvantage on the client machine(s). In fact, doing so would violate our license agreement. When you purchase NetAdvantage you are purchasing a license to use it for software development. Presumably, your clients do not need to do software development. If they do, they would need to purchase a license for NetAdvantage and install it themselves.

    ashokk said:
    Or can we just use the dll reference and run the applications?

    Typically, you would just install the dll's on the client machine along with your application. You can install DotNet assemblies into the GAC or copy them locally.

    ashokk said:

    Also, Will the application work if the Windows OS on the servers are different?

    Can we use same version of Infragistics dlls for all the windows OS?

    Assuming that the OS in question has the Dotnet framework installed, then yes.

     

     

Children