Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Does .Net EXE App uses Type Library File

0 views
Skip to first unread message

sachin

unread,
Oct 7, 2004, 3:47:39 AM10/7/04
to
Hi Group,
 
I have a question. I am deploying my VC++ App and it works well with App_Name.tlb File included. Else it gives me an error saying "Error: Loading DLL".  I really don't understand why .Net App requires .tlb file?
 
U folks have any idea?
 
TIA
Sachin

AD

unread,
Oct 7, 2004, 12:11:03 PM10/7/04
to
The tlb file is required.  COM+ runs in unmanaged space, your .NET app in managed space.
 
.NET libraries are a replacement for COM but not COM+ (now called .NET Enterprise Services).  COM+ basically is a set of runtime services.
 
Have a look at this for more:
 
 
especially the section:
 
Deploying a Configured Class
 
 
 
0 new messages