Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
315
Infragistics2.Excel.v8.2.dll in GAC only?
posted

We recently upgraded our project from the v7.3 controls to the v8.2 controls. In the testing process, users are getting the error:

"Could not load file or assembly 'Infragistics2.Excel.v8.2, Version=8.2.20082.1000, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb' or one of its dependencies. The system cannot find the file specified."

Our build process has always used the controls that are installed to C:\Program Files\Infragistics\NetAdvantage for...\Windows Forms\Bin, but it would appear that at least two dlls are no longer put there: Infragistics2.Documents.*.dll (which I don't think we use) and Infragistics2.Excel.*.dll.

 Is this a permanent change and, if so, where should we grab these from in a Nant script for our build process now?