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,
No,
The bin directory I am speaking of is in your application. Bring up your applicaton in Visual Stuido - click the View item, then click Solution Explorer. When the the Solution window comes up - click on the Show all files button, Then you will see the Bin directory. Your Infragistics' DLL should be copied into that directory Or you can install them into the Gac:
Here is a help link to Deploying :
http://devcenter.infragistics.com/Support/KnowledgeBaseArticle.aspx?ArticleID=10035
is that we need add assembly into the framework 2.0?
You need to copy the Infragistics' DLLs into your application's Bin Directory. You can get a list of all Infragistic's DLLs that your application needs by reviewing your references.
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?
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: