Languages Visual Basic & VB.NET .Net Debugging and Error Handling  

COM object has been separated from its underlying RCW can not be used

download download home home  
important code information
author:
marc platvoet
minimum requirements:
COM object has been separated from its underlying RCW can not be used description

In development everything seems all right. I used the Adobe acrobat reader component in my project. Very cool component. However in the rollout on windows 2000 computers it crashed before showing anything. With the error “COM object has been separated from its underlying RCW can not be used.”.


File List:
@PSC_ReadMe_4069_10.txt1Kb
CominDotNet/0b
CominDotNet/WindowsApplication1/0b
CominDotNet/WindowsApplication1/App.ico1Kb
CominDotNet/WindowsApplication1/AssemblyInfo.cs2Kb
CominDotNet/WindowsApplication1/Com Components in Dot NEt.doc28Kb
CominDotNet/WindowsApplication1/Com Components in Dot NEt.htm13Kb
CominDotNet/WindowsApplication1/Com Components in Dot NEt.txt2Kb
CominDotNet/WindowsApplication1/Error.PDF23Kb
CominDotNet/WindowsApplication1/Form1.cs7Kb
CominDotNet/WindowsApplication1/Form1.resx10Kb
CominDotNet/WindowsApplication1/WindowsApplication1.csproj6Kb
CominDotNet/WindowsApplication1/WindowsApplication1.csproj.user2Kb
CominDotNet/WindowsApplication1/WindowsApplication1.sln1Kb
CominDotNet/WindowsApplication1/WindowsApplication1.suo7Kb
CominDotNet/WindowsApplication1/bin/0b
CominDotNet/WindowsApplication1/bin/Debug/0b
CominDotNet/WindowsApplication1/bin/Debug/WindowsApplication1.pdb18Kb
CominDotNet/WindowsApplication1/obj/0b
CominDotNet/WindowsApplication1/obj/Debug/0b
CominDotNet/WindowsApplication1/obj/Debug/TempPE/0b
CominDotNet/WindowsApplication1/obj/Debug/WindowsApplication1.Form1.resources7Kb
CominDotNet/WindowsApplication1/obj/Debug/WindowsApplication1.pdb18Kb
CominDotNet/WindowsApplication1/obj/Debug/WindowsApplication1.projdata7Kb
CominDotNet/WindowsApplication1/obj/Debug/temp/0b

Similar code
DotNETGen (Popularity: ) : VB.NET Class Generator From Databases - In order to simplify the interaction with a database and decrease development time, many systems contain classes that represent database objects. For example, one could create a "Customer" class with "Name" and "Email" properties ...
VB6 Rnd() <> .NET Rnd() (Popularity: ) : The Rnd function in VB6 returns slightly different values than .NETs Rnd function. This can cause logical errors when migrating projects from VB6 to .NET This simple application shows how to fix the problem.
Tracing Tools - Resubmit (Popularity: ) : Demonstrates two features: 1) how to create and add custom TraceListeners to your project. TraceListeners are the output's from Debug.X and Assert.X. 2) how to create a custom tracer with varied levels of output. Read the Info.txt included in the ...
Debug Panel (Popularity: ) : [Updated 2005-12-23] Debug Panel is a VB User Control useful for enhancing the ASP.NET trace panel by adding a few missing items such as: A navigation index (which shows only the section you want and hides all other sections); A ...
Trace Listener (Popularity: ) : This project offers two methods to assist with debugging a .NET solution where one is IDE only and the second can be used after deployment or during the testing phase of a project.
TracingTools (Popularity: ) : Demonstrates two features: 1) how to create and add custom TraceListeners to your project. TraceListeners are the output's from Debug.X and Assert.X. 2) how to create a custom tracer with varied levels of output. Read the Info.txt included in the ...
Sub Classing (the .NET Way) (Popularity: ) : Back to SubClassing. Now you can subclass any Control to receive Windows Messages, any message. This is the Pure .NET way to Subclass (debug actually) any control. Code is fully commented and easy to understand. Hope this will be good ...
User reviews

Write a review:
1 2 3 4 5 6 7 8 9 10
1=poor 10=excellent
Write review*
Your name*
Email*
  (Comments are moderated, and will not appear on this site until the editor has approved them)
 
Rate me
supported os
stats
downloads 50
version
size in Kb 47
popularity   3002/7913374
user rating 5/10
ad


New Code
Popular Code