PDA

Click to See Complete Forum and Search --> : Hi..Help me


Kumars
Aug 12th, 2001, 10:53 PM
TO Vb.NET users

CLR :

Suppose say i have developed my COM as dll and wanted to install it in COM+

What are all the steps to be followed?

Thanks

AgentBxb
Aug 12th, 2001, 11:11 PM
Assuming you want to Call a VB6 COM+ component from VB.NET I found this project on gotdotnet.com (http://www.gotdotnet.com) Here's the project (http://www.gotdotnet.com/userfiles/rjenkins/CreditCardCheckVB6.zip)

Kumars
Aug 13th, 2001, 12:22 AM
Thanks for your reply.

But i wanted to know this stuff.

I have hosted my COM component in COM+ Service. But while making a referrence to some other vb7 application, im getting a error like

"CLR assembly can not be reimported"

What does it really mean?

If possible please tell me, How to deploy a component in COM+ then making referrence in someother vb7 project.

"Im not working on COM interoperability right now" Just trying to get Object pooling done in VB7. Almost completed upto 80%. Can you help me

Thanks

AgentBxb
Aug 13th, 2001, 10:45 AM
In VB6 the only way I know how to call a com object over the internet is to use Microsoft transaction Server MTS and then export the stubs onto another machine then you can call it like a regular Dll... In VS.Net I think the easier way to accomplish this is to use Web Services. As far as calling that VB6 dll in vb7 your going to have to fiqure out all that COM interoperability stuff...
As an alternate solution I was reading somewhere that you can create your dll's in vb6 then compile them with a special compiler from MS so it works easily from VS7 but you'll have to hunt a little otherwise I'm not sure. Sorry if I wasn't much help... :cool:

Kumars
Aug 13th, 2001, 07:27 PM
Hi agentbxb,

Thanks for your reply.

Can i get your mail id.

Thanks

Kumars