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?
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?
which DLL's do I need to put in GAC?
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.