Load Report Failed is coming if i run Windows application exe in Windows 7 OS but it is working fine in Windows XP [modified]
-
We developed windows application which is working fine in Windows XP using crystal report 2008 but also working fine in Windows 7 but only report it is not working in Windows 7. If i view report, Load Report Failed is coming but it is working fine in Windows XP. But in one more Windows 7 system report also working fine. But in one system load report failed is coming. As i said in one windows 7 system report also working there we installed crystal report 2008. But in other system same crystall report 2008 but it is not working and one more thing, in working system .net framework 7 multi-targeting pack installed and it is not installed in other system where report is not working. What is the actual problem i am not able to find out. Please reply me if anybody knows. Thanks in advance
modified on Tuesday, March 29, 2011 8:54 AM
-
We developed windows application which is working fine in Windows XP using crystal report 2008 but also working fine in Windows 7 but only report it is not working in Windows 7. If i view report, Load Report Failed is coming but it is working fine in Windows XP. But in one more Windows 7 system report also working fine. But in one system load report failed is coming. As i said in one windows 7 system report also working there we installed crystal report 2008. But in other system same crystall report 2008 but it is not working and one more thing, in working system .net framework 7 multi-targeting pack installed and it is not installed in other system where report is not working. What is the actual problem i am not able to find out. Please reply me if anybody knows. Thanks in advance
modified on Tuesday, March 29, 2011 8:54 AM
Without knowing what the errors are you're getting, it's impossible to help you.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak -
Without knowing what the errors are you're getting, it's impossible to help you.
A guide to posting questions on CodeProject[^]
Dave KreskowiakActually I created One items report.If i run the exe and If i click the report, it has to show all the records. It is working fine in windows XP and it is not working in Windows 7, it is giving load report failed. In windows XP we used Crystal report 2008 and same thing we used in Windows 7 also. In one Windows 7 system report is working and in another Windows 7 system it is not working.
-
Actually I created One items report.If i run the exe and If i click the report, it has to show all the records. It is working fine in windows XP and it is not working in Windows 7, it is giving load report failed. In windows XP we used Crystal report 2008 and same thing we used in Windows 7 also. In one Windows 7 system report is working and in another Windows 7 system it is not working.
Well, without seeing the code that you're using to load the report, it's only possible to guess at the cause. First thing I would do is make sure the Crystal Report runtime is installed on the machine. Then I'd make sure you're using a fully qualified filepath to the report file you're loading.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak -
We developed windows application which is working fine in Windows XP using crystal report 2008 but also working fine in Windows 7 but only report it is not working in Windows 7. If i view report, Load Report Failed is coming but it is working fine in Windows XP. But in one more Windows 7 system report also working fine. But in one system load report failed is coming. As i said in one windows 7 system report also working there we installed crystal report 2008. But in other system same crystall report 2008 but it is not working and one more thing, in working system .net framework 7 multi-targeting pack installed and it is not installed in other system where report is not working. What is the actual problem i am not able to find out. Please reply me if anybody knows. Thanks in advance
modified on Tuesday, March 29, 2011 8:54 AM
Almost all XP is 32 bit, and Windows 7 is very often 64 bit. When your application was not explicitly set to 32 bit, it will run as a 64 bit application on a 64 bit system. But a 64 bit application cannot load a 32 bit assembly. I do not know the architecture of Crystal Reports, but I'd try setting the platform of the application to x86.