473,729 Members | 2,142 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

aspnet_wp.exe ....stopped unexpectedly when calling a COM object with late binding

Here I go again.
Some time ago I wrote a VB.NET web service application that called a
COM object written in VB6 using late binding. It was the only way I
could call this object (see my posting in
http://groups.google.com/groups?q=la...le.com&rnum=1).

The ws app. compiled, and run with no problems. I wrote a web site
that consumed the application, and was happy for this.

Yesterday I needed to open the source code of the ws application, to
add/remove old code that was not being used anymore. Compiled my
application, run it, and it shows me the initial page with access to
the curremt WebMethods I have defined. But when I call any of these
methods, enter its input parameters and click on 'Invoke' I get a
general error message in the browser that tells me to look at the
Application Event Log. The event log shows me the following:

Source: ASP.NET 1.1.4322.0
Type: Error
Event ID: 1000

Description:
aspnet_wp.exe (PID: 3972) stopped unexpectedly.
No more explnations about it.

Any ideas about this?

Today I'm running on a Windox XP Pro SP1, with IIS 5.1.
When I run this WS a year ago, I was in a windows 2000 pro sp4.

Note, that I am able to run normally other ASP.NET applications, and
web service applications that do not call any COM object. When I
debug, the error occurs when the program tries to execute the
statement:

obj = CreateObject("T axCollBDS.clsSe archTaxNoticeBD S")

where obj has been defined as:
Dim obj As Object

Please your help on this issue will be VERY appreciated.
Nov 21 '05 #1
0 1813

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
19480
by: Matt Sollars | last post by:
Hi all. I'm having a nasty problem. A client's website was originally written with classic ASP. They requested a new portion of the site that was deemed a perfect candidate for ASP.NET. So, .NET was installed on their web server and one of the subdirectories in the web site was converted to a virtual application to support the new pages that would be added. The rest of the site was left untouched. New aspx files were added to this...
1
1963
by: Jarrod Hermer | last post by:
Hi All, I am trying to debug a strange problem of duplicate entries in my database when I came across the following errors in the event log (see bottom of mail). The web server runs the database as well but it is not hit very hard, I would say there are about 20 request/sec constantly thought the day. The only potentially suspect app is a Linux based program that makes requests to IIS. Other than that I cannot think of any reason why...
2
3596
by: John A Grandy | last post by:
Has anyone unexpectedly encountered the following error for an ASP.NET application that was working fine? --------------------------------------------------------------------------------------------- web page displays error: Server Application Unavailable The web application you are attempting to access on this web server is currently unavailable. Please hit the "Refresh" button in your web browser to retry your request.
1
1795
by: Ken Varn | last post by:
On a few occasions, IIS has thrown up a pop-up error message box stating that aspnet_wp generated an error. The browser interface comes back with a web page that indicates Server Application Unavailable and tells me to look at the Event Viewer to get details on the error. All Event Viewer shows is that the aspnet_wp stopped unexpectedly. See below: aspnet_wp.exe (PID: 2060) stopped unexpectedly. Most of the time the ASP.NET web page...
3
3986
by: Ramesh Dodamani | last post by:
Environment: XP Pro, VS.Net 2003, .Net 1.1.4322 with SP1 & KB Hotfix 886903 P4 2.2GHz, 1 GB RAM My system was working fine till a few weeks back when I started seeing the following errors. "aspnet_wp.exe (PID: xxxx) stopped unexpectedly" I am seeing the this error currently happen, but unlike the description in articles Q823409 or 821387, I am not downloading any large file .The error
4
573
by: Siya_V | last post by:
Hi all, I've just started playing with .Net recently and have encountered a problem for which I am hoping you will give me the solution. I have a label web control on my .aspx page and I want the TimeDate stamp to be displayed when I call this page from the browser. so in the text attribute of the label i have the following value "<%# DateTime.Now.ToString() %>". <asp:Label id="Label1" style="Z-INDEX: 101; LEFT: 46px; POSITION:...
1
4967
by: Paul Wasowicz | last post by:
Configuration: Windows 2000 Server SP4 ..Net Framework 1.1 SP1 Microsoft Site Server 3.0 Problem: the following error messages start showing up in the EVENT LOG on the server every once in a while until server becomes un-usable and has to be rebooted; users see in the browser Server Application Unavailable message; this seems to happen more less every two weeks
0
1631
by: Woodwinds | last post by:
I have a web application run under ASP.NET v1.1.4322 when I run that web application I got error that show on application log "aspnet_wp.exe stopped unexpectedly" I re installed visual studio.net architecture 2003. How do I know ASP.NET correct version for visual studio.net. before install I got error when try to debug the web application test with visual studio.net "Can't run debug on web servers check to make sure ASP.net...
5
2125
by: Jon Paal | last post by:
anybody know what causes this error message reported by visual studio just in tiime debugger ? I get it when trying to populate a simple gridview from a datareader. Running locally, the code compiles, but after the page renders, I get the debugger popping up and it gives me the following error message "an unhandled exception('System.NullReferenceException') occurred in aspnet_wp_exe "
0
9426
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
9200
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9142
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8144
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6722
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
4795
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3238
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
2677
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2162
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.