473,394 Members | 1,828 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,394 software developers and data experts.

C# dll with InterOp

Hi,
Using VS 2005, i created a class lib using C#. i compiled this as a
dll with the "Register for Com Interop" Option checked.

In microsoft access, i am able to create the classes in that dll and
call the methods. HOWEVER, i am unable to invoke code complete on the
objects in that dll. WHeni look at Object browser, it shows the
objects, but not their methods. the methods are declared as public in
the source.

any ideas why this might be happening
Nov 16 '05 #1
4 5807
What is also interesting about this is that when i try to unregister the dll,
i get a message that states "...dll was loaded, but the DllUnregisterServer
entry point was not found".

anyone have any idea why?

"Mike" wrote:
Hi,
Using VS 2005, i created a class lib using C#. i compiled this as a
dll with the "Register for Com Interop" Option checked.

In microsoft access, i am able to create the classes in that dll and
call the methods. HOWEVER, i am unable to invoke code complete on the
objects in that dll. WHeni look at Object browser, it shows the
objects, but not their methods. the methods are declared as public in
the source.

any ideas why this might be happening

Nov 16 '05 #2
What is also interesting about this is that when i try to unregister the dll,
i get a message that states "...dll was loaded, but the DllUnregisterServer
entry point was not found".

anyone have any idea why?


You should use RegAsm.exe to unregister the assembly, not
Regsvr32.exe.

WHeni look at Object browser, it shows the
objects, but not their methods. the methods are declared as public in
the source.

any ideas why this might be happening


See http://dotnetinterop.com/faq/?q=ClassInterface

Mattias

--
Mattias Sjögren [MVP] mattias @ mvps.org
http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com
Please reply only to the newsgroup.
Nov 16 '05 #3
So does this mean that the dlls created usning C# and VS with the "Register
for Com Interop" switch on do not create "real" COM style dlls, with the
DLLRegister and DLLUnRegister entry points? If so, does this mean i would
not be able to use these dlls in older apps, such as those written in VB5 or
6?

where is Regasm.exe?

thanks

"Mattias Sjögren" wrote:
What is also interesting about this is that when i try to unregister the dll,
i get a message that states "...dll was loaded, but the DllUnregisterServer
entry point was not found".

anyone have any idea why?


You should use RegAsm.exe to unregister the assembly, not
Regsvr32.exe.

WHeni look at Object browser, it shows the
objects, but not their methods. the methods are declared as public in
the source.

any ideas why this might be happening


See http://dotnetinterop.com/faq/?q=ClassInterface

Mattias

--
Mattias Sjögren [MVP] mattias @ mvps.org
http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com
Please reply only to the newsgroup.

Nov 16 '05 #4
So does this mean that the dlls created usning C# and VS with the "Register
for Com Interop" switch on do not create "real" COM style dlls, with the
DLLRegister and DLLUnRegister entry points?
Yes you're right. Registration is handled by Regasm (or the
corresponding APIs in the class library), and instantiation
(DllGetClassObject) is handled by Mscoree.dll.

If so, does this mean i would
not be able to use these dlls in older apps, such as those written in VB5 or
6?
No you can still use them from classic VB clients.

where is Regasm.exe?


In the framework directory, %WINDIR%\Microsoft.NET\Framework\vX.Y.ZZZZ

Mattias

--
Mattias Sjögren [MVP] mattias @ mvps.org
http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com
Please reply only to the newsgroup.
Nov 16 '05 #5

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

Similar topics

0
by: roy | last post by:
I try to call com written in VB 6.0. When I use VS.net Studio to do the debuging, some time it works fine, some time I got the following message: Server Error in '/GISOnlineReservation'...
0
by: roy | last post by:
I try to call com written in VB 6.0., some time it works fine, some time I got the following message: Server Error in '/GISOnlineReservation' Application....
0
by: keefah | last post by:
Hi, I'm writing a C# web app that uses Outlook to send email. I use a reference to the Microsoft Outlook 11.0 Object Library, but it's giving me problems. I tracked down some stuff on the Net...
0
by: lacour | last post by:
I can't seem to figure out the difference between adding a COM dll reference in VS2003 and by using TLBIMP. I have a COM dll that references another COM dll, and I want the syntax of my...
1
by: Nadav | last post by:
Hi, Introduction *************** I have a system build of a collection of 'Native COM objects' and '.NET COM interop' objects, all of the COM objects are managed through a 'Native COM' layer,...
8
by: Rob Edwards | last post by:
When trying to add the Microsoft CDO for Exchange Management Library (aka CDOEXM.dll) I receive the following message: "A reference to 'Microsoft CDO for Exchange Management Library' could not be...
7
by: R Reyes | last post by:
Can someone please explain to me why I can't get the MS Word Interop assembly to work in my VS2005 project? I'm trying to manipulate MS Word from my Web Form application and I can't get passed...
2
by: JC | last post by:
Anybody knows what problem has this code? I think, in the Garbage Collector? You know the Solution? The program in the test's case, whit 350 contacts, run OK before number 86. The error is a...
1
by: allbelonging | last post by:
C#.Net Outlook 2003 automation (programmatically) with Office.Interop.Outlook Problem: I have my outlook 2003 configured with multiple mailbox on my local machine. I want to specify the mailbox...
0
by: Tina | last post by:
I've gotten this before where it says there is a problem with Interop.MSDASC but I can't remember what causes this. This is a 1.1 app I'm trying to debug in vs2005. It was running yesterday just...
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?
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...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

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.