Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
710
Deployment using WISE
posted

Hi there,

Excuse for my basic question, but this is the first time I'm going to create a deployment package with Infragistics and WISE (v7)

So, my question is, after I take all the assemblies as listed by VS2008 (references) where should I place them on the target machine?

I mean on what folder they shoud go (win32, etc)

Do I have to instructo WISE to register all of them?

Any other special considerations for this first time?

Thanks in advance for the help!

Gus

Parents
No Data
Reply
  • 17259
    Offline posted

    Any assembly that all users have as part of the .NET framework, like System.Data.dll, you don't have to copy to the target machine. Any other assembly like Infragistics, you have to copy to the same folder where your program executable is, and you don't have to register anything.

Children