What is the way to register BUILD machine in order to support BUILD process's of projects using NetAdvantage controls?
In BUILD machine there is only Visual Studio Shell installed and all BUILD process's running using msbuild commands
Do I need to register assemblies to GAC or do you have installer dedicated to BUILD machine's?
Is it the same as register production environment or the BUILD process demand another registration?
Alon,
Basically you need to follow this article and the others related to it:
http://help.infragistics.com/Help/Doc/ASPNET/2014.2/CLR4.0/html/Web_Deploying_a_Web_Application_that_Uses_NetAdvantage_for_ASP_NET_Controls.html.
which DLL's do I need to put in GAC?
No boris I do not have designer on BUILD machine only compile the project for deployment to production (another machine not the BUILD machine)
In the BUILD process usually you get exception "System.ComponentModel.LicenseException: Unable to locate license assembly "
My Q. is there a support for BUILD machine's by Infragistics for the a process of msbuild script which compile the code without a Visual Studio (only VS shell installation)?
Hello Alon,
You should have the dlls in the GAC in order to have a designer. I think that if you put them in the bin folder and reference them from there you should still be able to build the project and run it in a browser.
Does that answer your question?