S
Steve Harclerode
I am deploying a dotnet application. In the past, I've deployed apps that
talk to COM objects, and those seemed to install and run fine.
Now what I'm deploying is an app that talks to actual dotnet assemblies
(contained in 3rd party DLLs that I purchased). My question is this...I've
noticed that in the deployment project, each assembly has a Register
property that can be set to vsdraCOM, vsdraRelativePath, or
vsdraDoNotRegister. What should I set that property to?
Also, are any of the other properties going to need to be set to something
other than their defaults?
I've checked in my VS .NET help, and on MSDN (and google), but I didn't see
anything that gave me a clear picture.
Thanks,
Steve Harclerode
talk to COM objects, and those seemed to install and run fine.
Now what I'm deploying is an app that talks to actual dotnet assemblies
(contained in 3rd party DLLs that I purchased). My question is this...I've
noticed that in the deployment project, each assembly has a Register
property that can be set to vsdraCOM, vsdraRelativePath, or
vsdraDoNotRegister. What should I set that property to?
Also, are any of the other properties going to need to be set to something
other than their defaults?
I've checked in my VS .NET help, and on MSDN (and google), but I didn't see
anything that gave me a clear picture.
Thanks,
Steve Harclerode