During i deployment, i cannot click any event for infragistics.Eg, webdatechooser,webgri, etc.
i already put all the ig_common files into the web server and choosing the ASP.net 2.0. But the problem still the same, please advice me.
thanks
HI Knockyo,
You all need to copy your infragistics dlls into the bin directory of your application. or the GAC.
Review this KB Artcile on deployment:
http://devcenter.infragistics.com/Support/KnowledgeBaseArticle.aspx?ArticleID=10035
Copy the necessary assemblies from this directory and paste them into the bin directory of your application on the production server. DO NOT copy them into the bin directory of your application on the development machine, as you will start to get errors once you start to modify that application again.
i have question here:
(1) is that i need copy all the DLL files and add it into the .net Framework assembly list?