We got the licenses of infragistics 8.2 and we are using it first time ---- we are using Infragistics 8.2 controls in windows application development, after using the controls in app, now people who are not having infragisitics installed are not able to see pages that are having infragistics controls...
So My question is that -- is it mandotary to have infragistics installed on every machine running windows app ??? - as some of the people in our team want to see the pages with infragistics controls but dont want to install it...
--sumit
This is correct, other users will not be able to compile applications with the Infragistics DLLs unless they have a valid license that was provided through the Infragistics installer. There is no workaround to this, as far as I am aware.
-Matt
Thanks Matt for ur reply...
I forgot to mention one thing that they are able to see the app with infragistics controls when they are running it through the .exe file as I have already included the dll while making a msi file.
The Problem comes when they try to run the same app's code through the Visual Studio, this time some compile time error is coming as they doesnt have infragsitics installed but I have copied the dll to thr BIN directory...
So I believe it is not possible to run the app thru the visual studio as infragistics is not installed... Please confirm over this or suggest some way if possible, to run the app thru visual studio without infragistics intalled
--Sumit
I'm not sure I understand the issue. You do not have to install NetAdvantage on a machine just to run an application that was developed with Infragistics controls, but you do have to make sure that the DLLs that your application uses are also on the user's machine. They don't have to be installed into the GAC, but they at least need to be in the same directory as the application. I'm actually not sure how your application is running if you don't have the Infragistics DLLs, though, since generally the application would crash immediately when it tried to load the references.