COM+

A

Arnaldo Fuziy

Hi all,

I'm a VB6 developer for quite some time now and have also developed a mobile
app in VB.Net and C# a couple of years ago. I've been playing around with
..Net since then...
Now, we're starting to design the new corporate system and have developed a
couple of forms and components. We've tested the components in our machines
according to the indicated in the docs we found: give it a strong name
(sn-k... + assembly file) and ran regsvcs for the dll; this created the new
app in component services and we were able to export and run it from another
machine, just as we were used to in VB6.
So, everything is pretty until we have received our W2003 server... Thought
the only thing I would have to do would be to run regsvcs in the server as
well, but surprisingly for me, it doesn't have regsvcs... So my big lame
question is: how do I install the component in COM+ in W2003 and how do I
deploy it?
Thanks in advance.

Regards,

Arnaldo.
 
D

Daniel Carbajal [MVP]

The regsvcs command comes with the .Net Framework, maybe you don't have this
directory in the path...
By the way, I recommend you to have a Services Oriented Architecture and put
in COM+ only the business facade...

Daniel Carbajal
Microsoft MVP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top