Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > aspnet_wp.exe stopped unexpectedly

Reply
Thread Tools

aspnet_wp.exe stopped unexpectedly

 
 
Ganesh Ramamurthy
Guest
Posts: n/a
 
      03-03-2004
I get the above message when run the dll in release mode. However, it
doesnt come when compiled in the debug mode. Is the error due to some
stack overflow??

I get this error when trying to execute the database.transfer method
of the SQLDMO.
Can anyone tell a good solution to this problem??

try
{

WriteLogFile ("Begin transfer Functions");
database.Transfer(transfer); // error comes here.
WriteLogFile ("End transfer Functions");
}
catch(Exception Ex)
{
WriteLogFile(Ex.Message);
}

the execution terminates when the database.Transfer method is invoked.
However no exception is catched.

Regards
Ganesh
 
Reply With Quote
 
 
 
 
=?Utf-8?B?R2FuZXNoIFJhbWFtdXJ0aHk=?=
Guest
Posts: n/a
 
      03-03-2004
I use SQL DMO to transfer the views, SP's and functions from one database to another. However the Transfer method of the SQLDMO.Database2 fails and the process is removed from memory. However no Exception is thrown. I get an error in the windows error log aspnet_wp.exe stopped unxepectedly.

Can anyone suggest a better method for synchronizing the database objects or a possible solution to this problem

----- Ganesh Ramamurthy wrote: -----

I get the above message when run the dll in release mode. However, it
doesnt come when compiled in the debug mode. Is the error due to some
stack overflow??

I get this error when trying to execute the database.transfer method
of the SQLDMO.
Can anyone tell a good solution to this problem??

try
{

WriteLogFile ("Begin transfer Functions");
database.Transfer(transfer); // error comes here.
WriteLogFile ("End transfer Functions");
}
catch(Exception Ex)
{
WriteLogFile(Ex.Message);
}

the execution terminates when the database.Transfer method is invoked.
However no exception is catched.

Regards
Ganesh

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
aspnet_wp.exe (PID: 2248) stopped unexpectedly. John A Grandy ASP .Net 2 12-28-2004 12:54 AM
shell stopped unexpectedly =?Utf-8?B?dmVyYQ==?= Microsoft Certification 1 05-06-2004 10:13 PM
aspnet_wp.exe (PID: 6048) stopped unexpectedly Nikhil Tayal ASP .Net 1 03-03-2004 06:25 PM
aspnet_wp.exe stopped unexpectedly - Please Help Ganesh Ramamurthy ASP .Net 0 03-03-2004 08:12 AM
aspnet_wp.exe stopped unexpectedly Dave Stockton ASP .Net 0 07-09-2003 04:59 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57