cancel
Showing results for 
Search instead for 
Did you mean: 

VS2010 Crystal Report Crashes System when using 'Set DataSource Location..'

Former Member
0 Kudos

Runtime ASP.NET 3.5

VS 2010

Under Database Fields (rt click) try Set DataSource Location... causes VS2010 to crash.

This is on an imported report from VS2008. VS2008 has no problem with the report.

Since this is a ASP.NET 3.5 program the internal property field

<ResGenToolArchitecture>Managed32Bit</ResGenToolArchitecture>

has been set in the project in order to allow the code to compile w/out errors.

What is solution for Crystal Report Set DataSource Location?

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

Hi Ken,

Search first this issue has been reported and Kbased. Rename your c:\temp to c:\mytemp

And be sure to use SP1.

Thanks

Don

Former Member
0 Kudos

I did search did not find anything.

renaming c:\temp to c:\mytemp worked.

This is the latest version of Crystal for VS2010.

do you have a copy of the link that you are referencing.

O/S Win7 64-bit

design environment for 32-bit

Edited by: KenDog on May 9, 2011 11:34 PM

Edited by: KenDog on May 9, 2011 11:49 PM

Answers (1)

Answers (1)

Former Member
0 Kudos

Thanks for the help.

.

0 Kudos

Hi Ken,

Here's one link on the issue:

The reason is Old OS's used c:\temp as the default, now you are require to use %user%\temp as your temp folder as well as using the AppData folder for your app. If CR finds c:\temp it uses it and depending on what is in there it can cause Cr to crash, XML files have been know to do this.

Following MS's new rules on users temp folder should make your app Windows Compliant.

Thanks again

Don