I had a IG 7.3 app which I updated to version 8.2 using the update utility. When I deploy the app, I receive:
"Could not load file or assembly 'Infragistics2.Documents.v8.2, Version=8.2.20082.1000, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb' "
Following the deployment instructions here, I copied all of the assemblies into the /Bin folder. There were no .dll related to the 'Documents' that I can find. What am I doing wrong?
Thanks, that worked. For anyone else looking for the answer, copying it was a little more involved. here is what my command line looked like:
C:\WINNT\assembly\GAC_MSIL\Infragistics2.Documents.v8.2\8.2.20082.1000__7dd5c3163f2cd0cb>copy Infragistics2.Documents.v8.2.dll c:\
Hi,
Just copy it from GAC here is how to copy
in .NET command prompt :
C:\WINDOWS\assembly\GAC_MSIL\Infragistics2.Documents.v8.2\8.2.20082.1000__7dd5c3163f2cd0cb>copy Infragistics2.Documents.v8.2.dll c:\
it will copy the Infragistics2.Documents.v8.2.dll to c:\, upload it on your server and enjoy.
Happy Coding.
Ansari
I have opened a support case, closing this forum post.