473,386 Members | 1,997 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

Type Library

Rob
I have one computer with a registered Broker.tlb. When I
use the COM+ server of Broker.tlb I must first Add a Reference
to the Broker.tlb to my VB.NET app. Unfortunately the directory
for the Broker.tlb is not located in the folder of my choice. How can
change the registered folder location of Broker.tlb?

Also I have one computer where Broker.tlb is not register. How
can I register Broker.tlb on this machine with the folder location
of my choice ?
Jul 22 '05 #1
2 1561
Rob
Regasm does not work on Broker.tlb
"Rob" <rl*****@worldnet.att.net> wrote in message
news:eB**************@TK2MSFTNGP15.phx.gbl...
I have one computer with a registered Broker.tlb. When I
use the COM+ server of Broker.tlb I must first Add a Reference
to the Broker.tlb to my VB.NET app. Unfortunately the directory
for the Broker.tlb is not located in the folder of my choice. How can
change the registered folder location of Broker.tlb?

Also I have one computer where Broker.tlb is not register. How
can I register Broker.tlb on this machine with the folder location
of my choice ?

Jul 22 '05 #2
Hi Rob,
U can use regsvcs command to register the tlb in a difference place. Just
use the command. From the dotnet command promp go to the folder where ur exe
exists, and type this
regsvcs /tlb:C:\myDocuments\MyName\broker.tlb MyDllName.dll

MyDllName.dll, is the dll to which we r mentioning the type Lib.
Hope that helps.

cheers
abhi

"Rob" wrote:
Regasm does not work on Broker.tlb
"Rob" <rl*****@worldnet.att.net> wrote in message
news:eB**************@TK2MSFTNGP15.phx.gbl...
I have one computer with a registered Broker.tlb. When I
use the COM+ server of Broker.tlb I must first Add a Reference
to the Broker.tlb to my VB.NET app. Unfortunately the directory
for the Broker.tlb is not located in the folder of my choice. How can
change the registered folder location of Broker.tlb?

Also I have one computer where Broker.tlb is not register. How
can I register Broker.tlb on this machine with the folder location
of my choice ?


Jul 27 '05 #3

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

Similar topics

3
by: Tee | last post by:
Hi guys, I have a problem with my VS project, it keeps saying COM Interop registration failed. Could not find a type library for assembly 'Class1'. If I choose to continue, everything still work...
1
by: Jean Stax | last post by:
Hi ! I created a sample library project. In my second project I reference this library and make the following call, which returns "undefined value": Type myType =...
2
by: Max | last post by:
When you add an event handler to some object you need to specify the function to call when the event occurs. Suppose there is a class TesterClosed() which is called whenever the Tester is closed....
4
by: st_ev_fe | last post by:
Hi people, I've been doing C for about 7 years now. But I'm new to C++. I've decided that C++'s operator overloading could be very handy. I'm writing something much like auto_ptr, except for...
14
by: budy_ludy | last post by:
Hi All, I am new to vb .net, I have an ArrayList and i store class objects in it, and later i want to retrieve each ArrayList items and type cast to the class, How can it be done ? I used...
33
by: Ney André de Mello Zunino | last post by:
Hello. I have written a simple reference-counting smart pointer class template called RefCountPtr<T>. It works in conjunction with another class, ReferenceCountable, which is responsible for the...
5
by: Andreas Beyer | last post by:
There has been quite some traffic about mutable and immutable data types on this list. I understand the issues related to mutable numeric data types. However, in my special case I don't see a...
3
by: Anoop | last post by:
Is it true that there are no type 4 jdbc drivers to connect to a DB2 server v7.1? The DB2 server is hosted on ACF2 (OS/390). We would be connecting from windows and solaris boxes. If it is true,...
6
by: cppnow | last post by:
Hello. I have a strange conceptual problem I'm trying to think about. I would like to build a library that allows the user to do the following: 1) User defined types: The user defines their...
16
by: subramanian100in | last post by:
Program 1: --------------- #include <cstdlib> #include <iostream> #include <vector> using namespace std; int main() {
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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,...
0
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...

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.