Wrox Programmer Forums
Go Back   Wrox Programmer Forums > ASP.NET and ASP > ASP.NET 2.0 > ASP.NET 2.0 Professional
|
ASP.NET 2.0 Professional If you are an experienced ASP.NET programmer, this is the forum for your 2.0 questions. Please also see the Visual Web Developer 2005 forum.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 2.0 Professional section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old April 18th, 2008, 04:20 AM
Registered User
 
Join Date: Sep 2006
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Default Error executing child request(Server.Execute)

Error executing child request(Server.Execute) problem in below line ........
 StringWriter sw = new StringWriter();

            HttpContext.Current.Server.Execute("TransactionDet ails.aspx?TXNID=" + _transactionID + "&PrintImage=NO", sw, false);
            string tempStr = sw.ToString();

 
Old April 18th, 2008, 05:16 AM
Authorized User
 
Join Date: Sep 2007
Posts: 92
Thanks: 0
Thanked 0 Times in 0 Posts
Default

So what is the error?
 
Old December 31st, 2008, 08:57 PM
Authorized User
 
Join Date: Apr 2005
Posts: 49
Thanks: 0
Thanked 0 Times in 0 Posts
Default

its "Error executing child request" fuc_k head
 
Old December 31st, 2008, 09:32 PM
Wrox Author
 
Join Date: Oct 2005
Posts: 4,104
Thanks: 1
Thanked 64 Times in 64 Posts
Send a message via AIM to dparsons
Default

Jilly,
Verbally assaulting other members is forbidden by the forum TOS. I have issued you an infraction on the grounds of abusive language so please read the boards TOS so as to avoid any further problems.

shivendra012,
The error message you have posted can mean a lot of different things. For example, you can receive this error if you are trying to Execute a .asp page from an .aspx page or if the page you are transferring or executing causes some type of recurrsion and so on.


In any event, the error message and relevant lines of code do us no good here since it can be a myraid of things. For example, you can receive this error if you are trying to Execute a .asp page from an .aspx page or if the page you are transferring or executing causes some type of recurrsion and so on.


Is there any other information that you can provide?
__________________
===============================================
Doug Parsons
Wrox online library: Wrox Books 24 x 7
Did someone here help you? Click on their post!
"Easy is the path to wisdom for those not blinded by themselves."
===============================================

Last edited by dparsons; December 31st, 2008 at 09:50 PM.. Reason: Confusion on OP and abusive poster





Similar Threads
Thread Thread Starter Forum Replies Last Post
executing a jsp program on tomcat server sushant2002 JSP Basics 2 August 28th, 2007 10:54 PM
Server.Execute muinaru Classic ASP Basics 9 March 13th, 2005 01:36 PM
Problem on executing code on server!! mkmaurya_it General .NET 0 February 11th, 2005 07:08 AM
Server.Execute() Error handling nickelsberry Classic ASP Professional 2 April 14th, 2004 04:45 PM
Server.Execute RobinR Classic ASP Basics 2 October 31st, 2003 11:44 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.