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.
Daniel Carbajal [MVP] - 16 May 2005 07:10 GMT
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
> Hi all,
>
[quoted text clipped - 23 lines]
>
> Arnaldo.
Klaus H. Probst - 16 May 2005 08:12 GMT
Make sure you have the .NET framework installed on the new server.

Signature
Klaus H. Probst, MVP
http://www.simulplex.net/
> Hi all,
>
[quoted text clipped - 17 lines]
>
> Arnaldo.