Click here to Skip to main content
15,908,166 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionStoring datas from CreateUserwizard control to my database Pin
zareee5-Aug-08 17:57
zareee5-Aug-08 17:57 
QuestionFirefox2 compatibility - centering a table Pin
boy.pockets5-Aug-08 16:39
boy.pockets5-Aug-08 16:39 
AnswerRe: Firefox2 compatibility - centering a table Pin
Bardy855-Aug-08 19:45
Bardy855-Aug-08 19:45 
AnswerRe: Firefox2 compatibility - centering a table Pin
boy.pockets6-Aug-08 13:37
boy.pockets6-Aug-08 13:37 
QuestionImage handlers in ASP .NET Pin
Mohammad A Gdeisat5-Aug-08 16:09
Mohammad A Gdeisat5-Aug-08 16:09 
QuestionSite Maintenance Pin
JoJuPi015-Aug-08 12:53
JoJuPi015-Aug-08 12:53 
AnswerRe: Site Maintenance Pin
Bardy855-Aug-08 19:55
Bardy855-Aug-08 19:55 
Questionunloaded AppDomain error - After Process.HasExited Pin
Tomb4215-Aug-08 11:07
Tomb4215-Aug-08 11:07 
My application is written in ASP VB.Net VS-2002.

I am successfully calling another VB executable using Process.Start method and I am successfully able to maintain my Session Variables as a result of using sessionState mode="SQLServer".

My issue is related to the need to have my primary ASP.VB wait until all processing is complete in the VB.Exe Process.

I have tried both the Process.WaitForExit Method and the HasExited property. These accomplish the wait but produce the Configuration Error :machine.config could not be loaded. Attempted to access an unloaded AppDomain.


Pseudocode Snippet
-------------------
This line writes an entry to a log file.

myProcess = Process.Start(my.exe, sArguments)

Do While Not myProcess.HasExited
System.Threading.Thread.Sleep(10000) 'Every ten Seconds.
Loop

This next line would write to a log file, but never does.

------

Instead I get the Configuration Error:

Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.

Parser Error Message: The XML file c:\windows\microsoft.net\framework\v1.1.4322\Config\machine.config could not be loaded. Attempted to access an unloaded AppDomain.

Source Error:
[No relevant source lines]

Source File: c:\windows\microsoft.net\framework\v1.1.4322\Config\machine.config Line: 0

Version Information: Microsoft .NET Framework Version:1.1.4322.2407; ASP.NET Version:1.1.4322.2407

--
Is this because I'm timing out in ASP.NET? Any suggestions or tips would be wonderful.
AnswerRe: unloaded AppDomain error - After Process.HasExited Pin
Tomb42115-Aug-08 4:11
Tomb42115-Aug-08 4:11 
QuestionImageButton in a GridView Pin
Cyberpulse5-Aug-08 8:57
Cyberpulse5-Aug-08 8:57 
AnswerRe: ImageButton in a GridView Pin
boy.pockets5-Aug-08 16:31
boy.pockets5-Aug-08 16:31 
GeneralRe: ImageButton in a GridView Pin
Cyberpulse6-Aug-08 14:42
Cyberpulse6-Aug-08 14:42 
Questionexpand multiline textbox at runtime Pin
yang__lee5-Aug-08 5:47
yang__lee5-Aug-08 5:47 
AnswerRe: expand multiline textbox at runtime Pin
Bardy855-Aug-08 5:54
Bardy855-Aug-08 5:54 
GeneralUser Editable Menu Pin
Brady Kelly5-Aug-08 4:50
Brady Kelly5-Aug-08 4:50 
QuestionPage.ClientScript.RegisterStartupScript is not working Pin
imranafsari5-Aug-08 2:57
imranafsari5-Aug-08 2:57 
AnswerRe: Page.ClientScript.RegisterStartupScript is not working Pin
Brij5-Aug-08 3:01
mentorBrij5-Aug-08 3:01 
AnswerRe: Page.ClientScript.RegisterStartupScript is not working Pin
Abhijit Jana5-Aug-08 3:01
professionalAbhijit Jana5-Aug-08 3:01 
Questiondynamic query for paging Pin
Srigurusankar5-Aug-08 2:41
Srigurusankar5-Aug-08 2:41 
QuestionAjax Calendar Extender control [modified] Pin
kimo code5-Aug-08 1:58
kimo code5-Aug-08 1:58 
AnswerRe: Ajax Calendar Extender control Pin
Blue_Boy5-Aug-08 3:51
Blue_Boy5-Aug-08 3:51 
GeneralRe: Ajax Calendar Extender control Pin
kimo code5-Aug-08 20:23
kimo code5-Aug-08 20:23 
GeneralRe: Ajax Calendar Extender control Pin
Blue_Boy5-Aug-08 21:43
Blue_Boy5-Aug-08 21:43 
Questionhow to deactivate gridview row? Pin
kathyani5-Aug-08 0:47
kathyani5-Aug-08 0:47 
AnswerRe: how to deactivate gridview row? Pin
Bardy855-Aug-08 0:56
Bardy855-Aug-08 0:56 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.