Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Visual Basic > VB.NET 1.0 > VB.NET 2002/2003 Basics
|
VB.NET 2002/2003 Basics For coders who are new to Visual Basic, working in .NET versions 2002 or 2003 (1.0 and 1.1).
Welcome to the p2p.wrox.com Forums.

You are currently viewing the VB.NET 2002/2003 Basics 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 September 19th, 2004, 11:27 AM
Authorized User
 
Join Date: Jun 2003
Posts: 15
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to drdexter33 Send a message via MSN to drdexter33
Default Unable to attach to the process

Hello.

I'm having difficulty debugging a windows control embedded in an ASP.Net page.


I added the control project to an existing web project, and set the the control project to be the startup project.

I go through the following steps to set up debugging on the project:

1). Project->Control Properties->Debugging

Start Action
Start Project Radio Button is selected


2). Tools->Debug Processes

iexplorer.exe is selected.
Attach button is clicked.

3). Attach to process window
Common Language Runtime check box is checked
Script check box is checked

Unable to attach to the process error is fired.
--------------------------------------------------------------------------

HERE'S A HYPERLINK to the screenshots of the steps I took to produce the error:
www.dougdexter.com/debug.doc
 
Old September 19th, 2004, 02:47 PM
planoie's Avatar
Friend of Wrox
 
Join Date: Aug 2003
Posts: 5,407
Thanks: 0
Thanked 16 Times in 16 Posts
Default

You are trying to add a windows control to an ASP.NET project? Um... you can't put windows application controls in ASP.NET. You can only put web controls into an ASP.NET application.
 
Old September 19th, 2004, 04:38 PM
Authorized User
 
Join Date: Jun 2003
Posts: 15
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to drdexter33 Send a message via MSN to drdexter33
Default

Really?

I actually did.

It works too.

It's consuming web services.

The tutorial is here:

http://www.15seconds.com/issue/030610.htm

I wanted to put a web control in the page, however, this seemed to be a good way to go.

Thanks.

dd
 
Old September 26th, 2004, 10:04 PM
planoie's Avatar
Friend of Wrox
 
Join Date: Aug 2003
Posts: 5,407
Thanks: 0
Thanked 16 Times in 16 Posts
Default

Ok, you got me on this one.

However, as a web developer I seldom make the assumption that A) my user is going to be using I.E. (despite the extremely high market penetration) and B) that they also will have the .NET framework installed such that I may create a richer web application by using embedded .NET windows forms controls. Interesting idea though.





Similar Threads
Thread Thread Starter Forum Replies Last Post
Server was unable to process request tarduk2004 ASP.NET 2.0 Professional 1 December 12th, 2007 08:37 AM
i am unable to process this application david_marsetty Apache Tomcat 1 September 4th, 2007 06:08 AM
SoapException: Server was unable to process reques deeptisingh20 ASP.NET 1.0 and 1.1 Professional 1 September 12th, 2006 06:29 AM
Auto-attach to process '[1988] aspnet_wp.exe' on m mcdeeiis BOOK: ASP.NET Website Programming Problem-Design-Solution 6 April 21st, 2006 10:20 AM
Server was unable to process request. Kross ASP.NET 1.0 and 1.1 Professional 1 January 8th, 2006 10:49 AM





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