I have a report with one graphic, in Windows XP works fine, but with Windows Vista an error appears. One file not found
The dll's I used are:
Infragistics.Shared.dll
Infragistics.UltraChart.Core.dll
Infragistics.UltraChart.Data.dll
Infragistics.UltraChart.Render.dll
Infragistics.UltraChart.Resources.dll
Infragistics.Win.UltraWinChart.dll
Does any body know why the error appears?
Goto your project references and click on each dll file and select "copy to output" <-- or something like that... It is being caused by windows dll files that do not exist on Vista (unless you have "all" the .net (versions) runtimes) so by copying them to your output folder (ie: debug/release) and making sure they are in the applications start folder you will avoid this problem
There is not enough information here to know for sure, MNM, perhaps you are missing the Common assembly, Infragistics.Documents.v8.1.dll (however that requirement applies to your application whether it runs on WinXP or Vista)?
What you can do is download the filemon utility from Windows Sysinternals and examine the trace log of file requests to see which file is being requested when you receive the file not found error.