473,787 Members | 2,931 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Vb Dot net to create dcom/com+ component

Hi,

How do i create a dcom or com+ component with visual basic
dot net. Ive actually created it but the article tells me
to register tlb and insert into gac

How do I put it into MTS as a dcom component
Any good articles

Tia

Stu

Nov 20 '05 #1
1 3207
Hi Stuart,

I think you may try to use the regsvcs tools.
.NET Services Installation Tool (Regsvcs.exe)
http://msdn.microsoft.com/library/de...us/cptools/htm
l/cpgrfnetservice sinstallationut ilityregsvcsexe .asp

For detailed information, you may take a look at the link below.
http://groups.google.com/groups?hl=e...readm=iQkJmKXW
CHA.1804%40cpms ftngxa10&rnum=2 &prev=/groups%3Fhl%3De n%26lr%3D%26ie% 3DUTF-8%2
6oe%3DUTF-8%26q%3D%2522se rviced%2Bcompon ent%2522%2Bmts% 2B-%2522com%252B%2 522
For more information about Enterprise Services you may take a look at links
below.

Understanding Enterprise Services (COM+) in .NET
http://msdn.microsoft.com/library/de...us/cptools/htm
l/cpgrfnetservice sinstallationut ilityregsvcsexe .asp

Distributed Transactions in Visual Basic .NET
http://msdn.microsoft.com/library/de...us/dndotnet/ht
ml/disttranvbnet.a sp

Regards,
Peter Huang
Microsoft Online Partner Support
Get Secure! www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
--------------------
Content-Class: urn:content-classes:message
From: "Stuart Dee" <s.***@cognatus .com>
Sender: "Stuart Dee" <s.***@cognatus .com>
Subject: Vb Dot net to create dcom/com+ component
Date: Fri, 7 Nov 2003 07:42:06 -0800
Lines: 13
Message-ID: <0b************ *************** *@phx.gbl>
MIME-Version: 1.0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Newsreader: Microsoft CDO for Windows 2000
X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
Thread-Index: AcOlRbKcck/Yckm+QgSEN5PyKu vMIA==
Newsgroups: microsoft.publi c.dotnet.langua ges.vb
Path: cpmsftngxa06.ph x.gbl
Xref: cpmsftngxa06.ph x.gbl microsoft.publi c.dotnet.langua ges.vb:154686
NNTP-Posting-Host: TK2MSFTNGXA14 10.40.1.166
X-Tomcat-NG: microsoft.publi c.dotnet.langua ges.vb

Hi,

How do i create a dcom or com+ component with visual basic
dot net. Ive actually created it but the article tells me
to register tlb and insert into gac

How do I put it into MTS as a dcom component
Any good articles

Tia

Stu


Nov 20 '05 #2

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

Similar topics

2
2446
by: Mike Carter | last post by:
DCOM people, I used to use TIBCO Rendezvous software to do the following, but I can't anymore, so I have implemented my solution using DCOM. I have a DCOM server component that receives events from an external data provider, writes this data to a SQL Server database and raises a new data event. This event is then received by several "listening" client components.
1
15275
by: Prashanth Uppunda | last post by:
Hello, Does anybody have an idea on how to instantiate a DCOM server residing in another machine using C#? Thanks Prashanth
3
1511
by: Oleg Skopincevs | last post by:
Hi folks, I am stuck on a problem of creating an object via DCOM from a webservice component. Code: Dim sl As LogonSrv.SysLogon = CreateObject("LogonSrv.SysLogon", LogonServer) Is there some kind of security involved in accessing DCOM components? If yes, what kind? Is it configurable?
3
7275
by: Andreas Hecker | last post by:
Hello, does anybody know a little DCOM example or tutorial in VB.Net which runs on two seperate machines to simulate the network communication. I couldnt find any useful samples in the web but we have to develop a dcom component and i dont know the steps necessary to connect over the wire. thank you Andreas
13
5457
by: Kyle Adams | last post by:
I don't know where is the right place to ask this so I will start here. Can someone explain to me what these represent? I think they all have to do with the middleware level, but I really don't understand what a DCOM Server is or a Microsoft Transaction Server, etc. I have no idea.... Kyle
0
1316
by: kozen | last post by:
hi, I'm developing a WebService that uses a DCOM server at the same machine. When I call a method of the DCOM, I get an "UnauthorizedAccessException: Access denied" exception at some machine but others are ok. And invoking the same DCOM-Component from a WinForms .NET Application is always ok. My IIS WebService Site is an Anonymous Site.My DCOM-component's configuration is that Authentication level is "None"; User identity is "The...
6
6038
by: Blue Streak | last post by:
Hello, folks! Does anyone have URLs to some good tutorials / examples of usign Classic ASP with COM, COM+, etc? TIA...
0
1135
by: =?Utf-8?B?Um9nZXJzIEZlaQ==?= | last post by:
Sample code like this: //ServiceConfig config = new ServiceConfig(); //config.Transaction = TransactionOption.Required; //ServiceDomain.Enter( config ); InvokeComponent obj = new InvokeComponent(); //Here's a DCOM which can be created and invoked correctly. But when I uncomment the preceding statements, this line wil throw an exception: "You made a method call on a COM+ component that has a transaction that has already committed or...
0
1264
by: Skylark | last post by:
Hi Everyone! The problem seems followig way: there is a client application, which connects to server by 1. DCOM, if such dcom component have been found on the remote computer (either computer's name or ip-address is refer in ini-file). We know only com-component name, but don't know GUID, so I think, it is to list all of the registered dcom components and choose one with the proper name from them. 2. COM, if dcom-component haven't been...
0
9498
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,...
0
10363
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...
0
10172
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10110
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
8993
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...
0
5398
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
5535
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4069
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
2894
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.