10-19-2011, 12:06 PM
|
INFO: To View Reports At Run Time in 64-bit Windows Operating Systems
Attachment: image001.png
|
|
|
|
|
Summary:
There is no 64-bit Microsoft Jet OLEDB provider, which causes the following error to appear: (see attached screenshot)
http://social.msdn.microsoft.com/Forums/en-US/adodotnetdataproviders/thread/45aa44dd-0e6f-42e5-a9d6-9be5c5c8fcd1/
In the Online User's Guide for Data Dynamics Reports:
http://www.datadynamics.com/Help/ddReports/webframe.html
Particularly when going through the Walkthroughs:
http://www.datadynamics.com/Help/ddReports/ddroriWalkthroughs.html
64-bit Windows Operating Systems Users need to change their specified build target platform prior to viewing reports in runtime.
1) Right-click on your project name in the Visual Studio Solution Explorer
2) Select "Properties" from the menu
3) In the window that appears, go to the "Compile" tab (C# go to the "Build" tab)
4) Change the value of "Platform Target:" to "(x86)".
Applies To:
Data Dynamics Reports 1.6+
|
|
|
|
|