Click here to Skip to main content
15,892,005 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Host Website Pin
Abhijit Jana6-Aug-08 17:41
professionalAbhijit Jana6-Aug-08 17:41 
AnswerRe: Host Website Pin
nibinki3336-Aug-08 22:44
nibinki3336-Aug-08 22:44 
QuestionMissing parameter values. Crystal Report in ASP.NET 2008 Pin
judoh6-Aug-08 8:16
judoh6-Aug-08 8:16 
AnswerRe: Missing parameter values. Crystal Report in ASP.NET 2008 Pin
janakinandhu6-Aug-08 23:14
janakinandhu6-Aug-08 23:14 
GeneralRe: Missing parameter values. Crystal Report in ASP.NET 2008 Pin
judoh7-Aug-08 7:28
judoh7-Aug-08 7:28 
GeneralRe: Missing parameter values. Crystal Report in ASP.NET 2008 Pin
janakinandhu7-Aug-08 18:54
janakinandhu7-Aug-08 18:54 
QuestionWebservice on multiple servers Pin
balu123456-Aug-08 7:23
balu123456-Aug-08 7:23 
QuestionAttempted to access an unloaded AppDomain Error Pin
Tomb4216-Aug-08 5:18
Tomb4216-Aug-08 5:18 
My application is written in ASP VB.Net VS-2002.

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.

This is always after returning from :

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

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


Or :

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

Do Until myProcess.WaitForExit(Timeout.Infinite)
' ....... code to write to log file.
Loop
AnswerRe: Attempted to access an unloaded AppDomain Error Pin
Tomb42115-Aug-08 4:20
Tomb42115-Aug-08 4:20 
Questionerror with image button Pin
eyeseetee6-Aug-08 4:14
eyeseetee6-Aug-08 4:14 
AnswerRe: error with image button Pin
Bardy856-Aug-08 4:23
Bardy856-Aug-08 4:23 
AnswerRe: error with image button Pin
eyeseetee6-Aug-08 4:36
eyeseetee6-Aug-08 4:36 
GeneralRe: error with image button Pin
Bardy856-Aug-08 4:42
Bardy856-Aug-08 4:42 
GeneralRe: error with image button Pin
eyeseetee6-Aug-08 5:12
eyeseetee6-Aug-08 5:12 
QuestionMac, Safari problem with open files on webserver Pin
jooljool6-Aug-08 3:53
jooljool6-Aug-08 3:53 
Questionwebdav [modified] Pin
saritha19836-Aug-08 3:18
saritha19836-Aug-08 3:18 
AnswerRe: webdav Pin
eyeseetee6-Aug-08 3:26
eyeseetee6-Aug-08 3:26 
QuestionCustomValidator and Gridview problem Pin
kensai6-Aug-08 2:53
kensai6-Aug-08 2:53 
AnswerRe: CustomValidator and Gridview problem Pin
Bardy856-Aug-08 3:01
Bardy856-Aug-08 3:01 
GeneralRe: CustomValidator and Gridview problem Pin
kensai6-Aug-08 3:22
kensai6-Aug-08 3:22 
AnswerRe: CustomValidator and Gridview problem Pin
eyeseetee6-Aug-08 3:30
eyeseetee6-Aug-08 3:30 
GeneralRe: CustomValidator and Gridview problem Pin
kensai6-Aug-08 4:07
kensai6-Aug-08 4:07 
GeneralRe: CustomValidator and Gridview problem Pin
eyeseetee6-Aug-08 4:21
eyeseetee6-Aug-08 4:21 
QuestionCSS Styles for drop down lists not working with IE Pin
jithusuji6-Aug-08 2:36
jithusuji6-Aug-08 2:36 
AnswerRe: CSS Styles for drop down lists not working with IE Pin
nibinki3336-Aug-08 22:47
nibinki3336-Aug-08 22:47 

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.