J
John
Below is a post of mine that was about 6 weeks ago.
subject: help please crystal reports .net issue
I figured out what is causing the problem but I need a way to resolve it.
The problem seems to be that we are installing the application in
\application folder\bin
So for example it would be c:\program files\vcneti\bin\vcneti.exe opposed to
the default install which is
c:\program files\vcneti\vcneti.exe
So if I create a setup package putting the project output under application
data it works. It seems that the crystal report .dll's are put in the
application folder and are not being referenced. If I put the project output
in a folder that I create under application folder I get the error. How can
I resolve this? Thanks in advance.
John
subject: help please crystal reports .net issue
I am using Crystal Reports in my application I made using Visual Studio.NET.
I installed my application on the client machine, with all the DLLs
required(added the merge modules), the engine and the rest. When I start my
application and, from it, try to open up a report I get an exception "Query
engine error: C:\WINDOWS\Temp\temp_*******.rpt" with some weird numbers
instead of *******. Can anyone tell me what the problem is here and how to
solve it. I am running the application on Windows 98.
I figured out what is causing the problem but I need a way to resolve it.
The problem seems to be that we are installing the application in
\application folder\bin
So for example it would be c:\program files\vcneti\bin\vcneti.exe opposed to
the default install which is
c:\program files\vcneti\vcneti.exe
So if I create a setup package putting the project output under application
data it works. It seems that the crystal report .dll's are put in the
application folder and are not being referenced. If I put the project output
in a folder that I create under application folder I get the error. How can
I resolve this? Thanks in advance.
John