Click here to Skip to main content
15,914,500 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionRe: ASP.NET v2 Compile Error 128 Pin
Mehdi Ghiasi24-Mar-10 1:47
Mehdi Ghiasi24-Mar-10 1:47 
AnswerRe: ASP.NET v2 Compile Error 128 Pin
Manas Bhardwaj24-Mar-10 2:31
professionalManas Bhardwaj24-Mar-10 2:31 
GeneralRe: ASP.NET v2 Compile Error 128 Pin
Mehdi Ghiasi24-Mar-10 2:51
Mehdi Ghiasi24-Mar-10 2:51 
GeneralRe: ASP.NET v2 Compile Error 128 Pin
Amar Chaudhary24-Mar-10 9:50
Amar Chaudhary24-Mar-10 9:50 
GeneralRe: ASP.NET v2 Compile Error 128 Pin
Mehdi Ghiasi25-Mar-10 1:26
Mehdi Ghiasi25-Mar-10 1:26 
GeneralRe: ASP.NET v2 Compile Error 128 Pin
Amar Chaudhary25-Mar-10 2:50
Amar Chaudhary25-Mar-10 2:50 
GeneralRe: ASP.NET v2 Compile Error 128 Pin
Mehdi Ghiasi25-Mar-10 2:53
Mehdi Ghiasi25-Mar-10 2:53 
GeneralRe: ASP.NET v2 Compile Error 128 Pin
Amar Chaudhary25-Mar-10 3:17
Amar Chaudhary25-Mar-10 3:17 
As provided in linked article:
This problem occurs because the worker process that tries to start the Microsoft ASP.NET compiler process is running under the Network Service identity or under an account that is not in the Administrators group. When the ASP.NET compiler process tries to start Vbc.exe or Csc.exe, the process initialization routine fails. This failure occurs because a dependent DLL fails during its initialization routine. If any of the DLLs for a process return a failure in their initialization routine, the operating system stops the process startup and returns an error code of 128 (ERROR_WAIT_NO_CHILDREN).!


Please check if there is any issue with any dll ported - you can test that by replicating the website to local IIS.
Or - sorry to say Sigh | :sigh: - you have to wait for customer support.


Thanks and Regards
Amar Chaudhary
HBCC-Tech.
It is Good to be Important but!
it is more Important to be Good

QuestionBLTOOLKIT VS NHIBERNATE which is best? Pin
Nitin S24-Mar-10 0:33
professionalNitin S24-Mar-10 0:33 
QuestionDotnetnuke Problem Pin
astrovirgin24-Mar-10 0:14
astrovirgin24-Mar-10 0:14 
QuestionResolution Problem Pin
padmanabhan N23-Mar-10 23:03
padmanabhan N23-Mar-10 23:03 
AnswerRe: Resolution Problem Pin
PSK_23-Mar-10 23:13
PSK_23-Mar-10 23:13 
AnswerRe: Resolution Problem Pin
The Man from U.N.C.L.E.23-Mar-10 23:38
The Man from U.N.C.L.E.23-Mar-10 23:38 
AnswerRe: Resolution Problem Pin
shiva.jayaraman24-Mar-10 1:32
shiva.jayaraman24-Mar-10 1:32 
GeneralRe: Resolution Problem Pin
Brij24-Mar-10 1:57
mentorBrij24-Mar-10 1:57 
QuestionServer cannot append header after HTTP headers Pin
balu1234523-Mar-10 22:12
balu1234523-Mar-10 22:12 
QuestionBlakberry screen alignment from ASP.NET Pin
neer123-Mar-10 21:02
neer123-Mar-10 21:02 
QuestionIn an asp.net, how to get a reference of a custom webcontrol from a usercontrol? Pin
mittalpa23-Mar-10 17:40
mittalpa23-Mar-10 17:40 
AnswerRe: In an asp.net, how to get a reference of a custom webcontrol from a usercontrol? Pin
Arindam Tewary23-Mar-10 18:59
professionalArindam Tewary23-Mar-10 18:59 
QuestionProblem with linq on Gridview Pin
AndyASPVB23-Mar-10 11:36
AndyASPVB23-Mar-10 11:36 
QuestionCSS rendering differences based on web SERVER version? Pin
Geoff Ely23-Mar-10 8:19
Geoff Ely23-Mar-10 8:19 
AnswerRe: CSS rendering differences based on web SERVER version? Pin
romrom14-Apr-10 0:49
romrom14-Apr-10 0:49 
QuestionNeed eyes for GridView weirdness - FindControl returns null when requesting a control that I know exists Pin
Alaric_23-Mar-10 7:56
professionalAlaric_23-Mar-10 7:56 
AnswerRe: Need eyes for GridView weirdness - FindControl returns null when requesting a control that I know exists Pin
Alaric_23-Mar-10 8:20
professionalAlaric_23-Mar-10 8:20 
GeneralRe: Need eyes for GridView weirdness - FindControl returns null when requesting a control that I know exists Pin
Arindam Tewary23-Mar-10 19:42
professionalArindam Tewary23-Mar-10 19:42 

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.