Is there any way that I can get a version of the Report Designer for .NET 2.0 compiled to run in x86 mode only? It would be ideal if you could provide 2 versions of the Report Designer for .NET 2.0. One that you compile with x86 only specified and then one that does not restrict the CPU choice. The OLEDB provider for Access will only work in x86 mode. I can compile my programs that use the Reports Components to use x86., but I cannot change the Reports Designer.
I tried using the Reports Designer for .Net 1.X but it can't preview the reports built in the 2.0 version of .NET unless I remove the following from the Connection string in the XML file for the report. "Jet OLEDB:System database=C:\Documents and Settings\DonB\Application Data\Microsoft\Access\System.mdw" Can I remove the additional specification and then build the XML file in the .NET 1.X and use the XML file with the Report component for .NET 2.0 and the WebReport for ASP.NET 2.0?
I am running on Vista x64 and a little frustrated that I can not use the Reports Designer to finish my applications that were started on a Windows XP x86. I understand that this is a problem caused by Microsoft not supplying the x64 OLEDB provider for Jet (access) 4.0.
Having an additional version of the Report Designer for .NET 2.0 compiled for x86 only would be the ideal for me. But if I can use the Report Designer for .NET 1.X, then I can get by.
Thanks for your input and help.
DonB