Earlier, I had updated to NetAdvantage Ver 12.2 (It was a new license/purchase). No problems here - all DLLs got replaced with newer versions and application worked fine on client machines. I was not using charts earlier so I added a reference to xamDataChart DLL and added new UserControl that uses this xamDataGrid.
The application compiles fine on development machine, but, when I copy all my BIN folder files to another machine, the while trying to open my exe - I just get a message saying that my application has stopped working - [Check Online, Close the program, Debug..]
I have no idea where to look for errors - any thoughts/suggestions?
P.S. Earlier, I thought that because the xamDataChart DLL was not getting added to the BIN folder, I was getting this error. But now, it is getting included and still the same error.
Thank you! That worked.
HI,
If you are using the XamDataChart, you need to add the Infragistics.DataVisualization Dll as well.
Sincerely, Matt Developer Support Engineer
I am still struggling with this problem - anyone?