Results 1 to 5 of 5

Thread: Hi..Help me

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Aug 2001
    Posts
    17

    Hi..Help me

    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

  2. #2
    Junior Member
    Join Date
    May 2001
    Location
    Edmonton
    Posts
    23

    Hey Kumars

    Assuming you want to Call a VB6 COM+ component from VB.NET I found this project on gotdotnet.com Here's the project

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Aug 2001
    Posts
    17

    Hi Agentbox

    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

  4. #4
    Junior Member
    Join Date
    May 2001
    Location
    Edmonton
    Posts
    23

    Hi Kumar

    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...

  5. #5

    Thread Starter
    Junior Member
    Join Date
    Aug 2001
    Posts
    17

    Hi

    Hi agentbxb,

    Thanks for your reply.

    Can i get your mail id.

    Thanks

    Kumars

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width