473,770 Members | 1,833 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Unexpected Error with .NET Framework 2.0 runtime

Hello All,

I have developed an Win 32 application using .NET 2.0 Framework. This
application uses the cassini dll provided by one of the Microsoft
groups. While using this component, I'm getting an error
(occationally) and the application terminates with unexpected
exception prompt.

There were two messages logged during this error:
Event Type: Error
Event Source: .NET Runtime 2.0 Error Reporting
Event Category: None
Event ID: 5000
Date: 2/21/2007
Time: 2:25:16 PM
User: N/A
Computer: DJCMPL2J
Description:
EventType clr20r3, P1 hpdriver.exe, P2 0.0.0.0, P3 45cc48bf, P4
system, P5 2.0.0.0, P6 4333ae87, P7 2bb9, P8 17, P9
system.net.sock ets.socket, P10 NIL.

For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.
Data:
0000: 63 00 6c 00 72 00 32 00 c.l.r.2.
0008: 30 00 72 00 33 00 2c 00 0.r.3.,.
0010: 20 00 68 00 70 00 64 00 .h.p.d.
0018: 72 00 69 00 76 00 65 00 r.i.v.e.
0020: 72 00 2e 00 65 00 78 00 r...e.x.
0028: 65 00 2c 00 20 00 30 00 e.,. .0.
0030: 2e 00 30 00 2e 00 30 00 ..0...0.
0038: 2e 00 30 00 2c 00 20 00 ..0.,. .
0040: 34 00 35 00 63 00 63 00 4.5.c.c.
0048: 34 00 38 00 62 00 66 00 4.8.b.f.
0050: 2c 00 20 00 73 00 79 00 ,. .s.y.
0058: 73 00 74 00 65 00 6d 00 s.t.e.m.
0060: 2c 00 20 00 32 00 2e 00 ,. .2...
0068: 30 00 2e 00 30 00 2e 00 0...0...
0070: 30 00 2c 00 20 00 34 00 0.,. .4.
0078: 33 00 33 00 33 00 61 00 3.3.3.a.
0080: 65 00 38 00 37 00 2c 00 e.8.7.,.
0088: 20 00 32 00 62 00 62 00 .2.b.b.
0090: 39 00 2c 00 20 00 31 00 9.,. .1.
0098: 37 00 2c 00 20 00 73 00 7.,. .s.
00a0: 79 00 73 00 74 00 65 00 y.s.t.e.
00a8: 6d 00 2e 00 6e 00 65 00 m...n.e.
00b0: 74 00 2e 00 73 00 6f 00 t...s.o.
00b8: 63 00 6b 00 65 00 74 00 c.k.e.t.
00c0: 73 00 2e 00 73 00 6f 00 s...s.o.
00c8: 63 00 6b 00 65 00 74 00 c.k.e.t.
00d0: 20 00 4e 00 49 00 4c 00 .N.I.L.
00d8: 0d 00 0a 00 ....

----Second one is: ---
Event Type: Information
Event Source: .NET Runtime 2.0 Error Reporting
Event Category: None
Event ID: 5001
Date: 2/21/2007
Time: 2:41:53 PM
User: N/A
Computer: DJCMPL2J
Description:
Bucket 19541007, bucket table 5, EventType clr20r3, P1 hpdriver.exe,
P2 0.0.0.0, P3 45cc48bf, P4 system, P5 2.0.0.0, P6 4333ae87, P7 2bb9,
P8 17, P9 system.net.sock ets.socket, P10 NIL.

For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.
Data:
0000: 42 00 75 00 63 00 6b 00 B.u.c.k.
0008: 65 00 74 00 3a 00 20 00 e.t.:. .
0010: 31 00 39 00 35 00 34 00 1.9.5.4.
0018: 31 00 30 00 30 00 37 00 1.0.0.7.
0020: 0d 00 0a 00 42 00 75 00 ....B.u.
0028: 63 00 6b 00 65 00 74 00 c.k.e.t.
0030: 54 00 61 00 62 00 6c 00 T.a.b.l.
0038: 65 00 20 00 35 00 0d 00 e. .5...
0040: 0a 00 ..

There is no proper information for .NET Runtime 2.0 Error Reporting
Events 5000 & 5001. From the above log the error is occoured due to
the system.net.sock ets.socket component, which is used in the Cassini
component.

Thanks,

Feb 21 '07 #1
0 2947

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

Similar topics

0
4245
by: Robert Mazur | last post by:
MySQL 5.0 alpha (binary install) on Solaris 9 -or- RedHat 8.0 mysql-connector-java-3.0.8-stable ----------------------- Is there something different going on with JDBC and the alpha version of MySQL 5.0? When trying to connect I am getting: ** BEGIN NESTED EXCEPTION **
4
5991
by: | last post by:
Some time ago I installed VC# 2003, made a small generic project, compile with the allow unsafe flag and I get the error below: "error CS1577: Assembly generation failed -- Unexpected exception processing attribute -- System.ArgumentException: Invalid directory on URL." (If I do not compile with the unsafe flag compiler setting all compiles perfect) After long tracing, I ended up discovering that it is csc.exe installed by the .NET...
9
2296
by: JTrigger | last post by:
When I compile my project using the IDE on a development machine it works just fine. When I compile it on the server using csc.exe, I get the following error when I try to bring it up in the web browser. What is the issue? Thanks, Jim Server Error in '/psnRequest' Application. ----------------------------------------------------------------------------
2
6939
by: Kevin R. | last post by:
I have been ignoring this problem for a few weeks now, but it's becoming a bit annoying not to mention unproductive. Here it goes: I compile my project with no errors. Then after I debug/run it, I get the runtime error noted at the end of this message. If I re-compile (without any changes) and re-run, then my project will run OK. This behavior is very consistent. Another words, the only way I can run an ASP.NET application is if I...
3
1930
by: Bill Heckle | last post by:
So I was happily coding away. I made a lot of changes to my code and decided to debug it. I kept getting the error that the project was not setup to debug. I tried one of my simple test applications that worked previously and when it ran I got the above error. I am usure of what steps to take and any advice would be appreciated. Thanks, Bill
16
2966
by: | last post by:
Hi all, I have a website running on beta 2.0 on server 2003 web sp1 and I keep getting the following error:- Error In: http://www.mywebsite.org/WebResource.axd?d=5WvLfhnJp5Lc8WhQSD4gdA2&t=632614619884218750 -------------------------------------------------------------------------------- System.Security.Cryptography.CryptographicException: Padding is invalid and cannot be removed. at...
5
24763
by: Vijayakrishna Pondala | last post by:
Hi, We are using the following error randomly, when accessing a webservice method/servlet hosted on JBoss application server: The underlying connection was closed: An unexpected error occurred on a receive. We are using .NET v1.1.
1
1730
by: mj | last post by:
When I'm trying to run any asp.net application, the following error appears: "CS0007: Unexpected common language runtime initialization error --Catastrophic failure" I've reinstalled .NET Framework but without any results.I've also tried to use aspnet_regiis -i but the problem is still the same. Have anybody had similar problem?
2
3634
by: atishrg | last post by:
Hello All Need your help.. I created addin for outlook 2007 in vs2005(vb.net)... It is working fine now I Migrated that to vs2008 and created setup for that in vs2008...
0
9617
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9454
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
1
10037
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
9904
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
6710
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5354
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5482
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4007
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
3
2849
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.