B
Bragadiru
Hi all,
I'm trying to add items to toolbox from my dll. In Choose Toolbox Items
dialog->.NET Framework Components->Browse I'm selecting my dll to add my
windows forms controls => and always it gives me an error :"Microsoft Visual
Studio 2005 has encountered a problem and needs to close". Of course I'm
sending the error report to Ms, BUT where do I find more info about what it
is wrong with my dll ???
Error details don't help me at all and Debug button seems it is not working.
I found 2 errors in Event viewer-Application:
1. Microsoft Visual Studio : Event Type: Error
Event Source: Microsoft Visual Studio
Event Category: None
Event ID: 1000
Date: 1/9/2006
Time: 5:24:36 PM
User: N/A
Computer: CIMS2005
Description:
Faulting application devenv.exe, version 8.0.50727.42, stamp 4333e699,
faulting module ntdll.dll, version 5.1.2600.2180, stamp 411096b4, debug? 0,
fault address 0x0001142e.
For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.
2. .NET Runtime 2.0 Error Reporting :Event Type: Error
Event Source: .NET Runtime 2.0 Error Reporting
Event Category: None
Event ID: 1000
Date: 1/9/2006
Time: 5:29:36 PM
User: N/A
Computer: CIMS2005
Description:
Faulting application devenv.exe, version 8.0.50727.42, stamp 4333e699,
faulting module ntdll.dll, version 5.1.2600.2180, stamp 411096b4, debug? 0,
fault address 0x00010e03.
And, of course, no Additional info about this issue at Help and Support
center.
It is almost the same dll that I was using SUCCESFULLY in Visual Studio .NET
2003, but, of course, now is fully recompiled in VS2005 (.NET Framework
2.0)with minor changes. It is a pretty complex dll, with many controls.
Basically, my windows controls are inherited from System.Windows.Forms.
TextBox, ComboBox, ... + custom properties and methods, nothing else.
I have Visual Studio 2005 Team Edition for Developers + Windows XP SP2
installed on a clean computer. I'm getting the same error on a diferent
computer.
How can I find what it is wrong with my dll ??
Thanks for any advice.
I'm trying to add items to toolbox from my dll. In Choose Toolbox Items
dialog->.NET Framework Components->Browse I'm selecting my dll to add my
windows forms controls => and always it gives me an error :"Microsoft Visual
Studio 2005 has encountered a problem and needs to close". Of course I'm
sending the error report to Ms, BUT where do I find more info about what it
is wrong with my dll ???
Error details don't help me at all and Debug button seems it is not working.
I found 2 errors in Event viewer-Application:
1. Microsoft Visual Studio : Event Type: Error
Event Source: Microsoft Visual Studio
Event Category: None
Event ID: 1000
Date: 1/9/2006
Time: 5:24:36 PM
User: N/A
Computer: CIMS2005
Description:
Faulting application devenv.exe, version 8.0.50727.42, stamp 4333e699,
faulting module ntdll.dll, version 5.1.2600.2180, stamp 411096b4, debug? 0,
fault address 0x0001142e.
For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.
2. .NET Runtime 2.0 Error Reporting :Event Type: Error
Event Source: .NET Runtime 2.0 Error Reporting
Event Category: None
Event ID: 1000
Date: 1/9/2006
Time: 5:29:36 PM
User: N/A
Computer: CIMS2005
Description:
Faulting application devenv.exe, version 8.0.50727.42, stamp 4333e699,
faulting module ntdll.dll, version 5.1.2600.2180, stamp 411096b4, debug? 0,
fault address 0x00010e03.
And, of course, no Additional info about this issue at Help and Support
center.
It is almost the same dll that I was using SUCCESFULLY in Visual Studio .NET
2003, but, of course, now is fully recompiled in VS2005 (.NET Framework
2.0)with minor changes. It is a pretty complex dll, with many controls.
Basically, my windows controls are inherited from System.Windows.Forms.
TextBox, ComboBox, ... + custom properties and methods, nothing else.
I have Visual Studio 2005 Team Edition for Developers + Windows XP SP2
installed on a clean computer. I'm getting the same error on a diferent
computer.
How can I find what it is wrong with my dll ??
Thanks for any advice.