Quinn-Curtis Forums
Quinn-Curtis Forums
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Tools for Microsoft .Net & .Net Compact Framework
 QCChart2D and QCChart2D CF (VB and C#)
 Distributing
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

Mobashar

5 Posts

Posted - 22 Jul 2005 :  07:04:51  Show Profile  Reply with Quote


When distributing an application, where is the best place to put the Charting dll.

Can I place it in the global assembly cache? And what would happen if we created a number of applications which would all require a redistributable licence. How would we deal with placing multiple distribution licences in system directory?

Many thanks

Bash

quinncurtis

1164 Posts

Posted - 22 Jul 2005 :  08:17:30  Show Profile  Reply with Quote
The global assembly cache is for critical assemblies that must be shared across the system. Our Charting DLL is not in that category. I would just place the DLL in your program directory, along with the license key. If you have multiple installations on the same system you would end with multiple program directories with the Charting DLL in each. With typical systems having 10-100G of storage it really doesn't matter that you have a two copies of a 500K DLL. The manual explains how to direct the Charting DLL to look in a specific directory for the license key using the static ChartView.SetLicensePath method. You can also compile the license file into the application as an embedded resource. Current versions of the manual describe this. See http://quinn-curtis.com/QCChart2DNetManual.pdf if that topic is not covered in Chapter 23 of your manual.
Go to Top of Page

Mobashar

5 Posts

Posted - 26 Jul 2005 :  11:39:21  Show Profile  Reply with Quote
Thanks for that!


Bash
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
Quinn-Curtis Forums © 2000-07 Quinn-Curtis, Inc. Go To Top Of Page
Powered By: Snitz Forums 2000 Version 3.4.07