Click here to Skip to main content
15,891,607 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
Hi,

I've been working on VB.Net 2005 and VB.Net 2010. After some time our workstations are upgraded to windows 7. I'm having these errors:

1.
CrystalDecisions.CrystalReports.Engine.DataSourceException:
       Error in File C:\Users\......
       The table could not be Found.
(in VB.Net 2005)

2.
System.UnauthorizedAccessException: Access to the path 'C:\printbioman.xsd' is denied.
(in VB.Net 2010)

I already installed Crystal Reports Version for VS 2010, Crystal Reports Redistributable 2005 and 2008 for x86 and still got the same error. Any tips are highly appreciated. Thanks.
Posted
Comments
Hendra Yudha P 17-Apr-12 3:59am    
see the error in number 2, I think this is a security problem on the file.
Can you explain in more detail for number 1
joselito24 18-Apr-12 1:14am    
thanks for your reply bro. i hink i had it sorted out. i just changed my uac control settings in windows 7 to never notify and it worked.

1 solution

With Windows 7,You might be update the reference of CrystalDecisions DLLs with 11.5.33.Also make sure that all CrystalDecisions DLL reference of same version i.e 11.5. otherwise 10.5.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900