Proceess aspnet_wp.exe

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Why in my server the process aspnet_wp.exe is very high in the task manager
when execute it.
Pease, Help my.
Chress
 
Your question is impossible to answer without knowing what you're doing in
your code.

while (true)
{
int i = Random.Next(Int32.Min, Int32.Max);
}

Karl
 
Karl
My problem it is open all report creater with crystal report.
and other page asp.net no have problem in running.
I don't why? , only report .
 
I have limited experience with Crystal Report, but from what i do know, it
can be very CPU intensive. This is especially true if you are going from a
crystal report output to a PDF or something....

Karl
 
Does it work? Do you get an error message?

MJ said:
Karl
My problem it is open all report creater with crystal report.
and other page asp.net no have problem in running.
I don't why? , only report .
 
Jeff (I'm, export a file PDF with crystal report, after restart service
aspnet_wp.exe in server, and after nothing problem in two days ).
Thanks, Chrees
,Here error

Exception Details:
CrystalDecisions.CrystalReports.Engine.LoadSaveReportException: No se ha
podido cargar el informe.

Source Error:

An unhandled exception was generated during the execution of the current web
request. Information regarding the origin and location of the exception can
be identified using the exception stack trace below.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top