I have a Windows console app that saves some data to Excel using the Infragistics.Excel namespace. I added references to Infragistics2.Documents.v10.3 and Infragistics2.Excel.v10.3, and my program works fine from my PC, but when installed on a user's computer, I got error messages saying that dependencies were not found. What other Infragistics assemblies do I need to distribute for my application to work?
Hello Aristophil,
Could you please provide a small sample project which reproduces the issue, so I could take a look at it and find what causes the issue and if you are missing some settings or references.
I am checking about the progress of this issue. Please let me know If you need any further assistance on this.
Sorry, I was away on vacation. I'll send you a sample project today.
Sorry, it seems I should've set CopyLocal to True.