Home - Forums-.NET - FlyGrid.Net (Windows Forms) - What is the correct way to replace a assembly dll

FlyGrid.Net (Windows Forms)

.NET Datagrid - Fast, highly customizable, industry standards .NET data grid control for WinForms

This forum related to following products: FlyGrid.Net

What is the correct way to replace a assembly dll
Link Posted: 26-Sep-2006 09:05
Hello!

I use VS 2003 and C#
Some background so you can better understand my question.
I have several windows form within a project.
A have also other projects which are user defined class libraries and user
defined windows control libraries.

In most of the windows form a use rather advanced grid that the microsoft
doesn't support. So to be able to create these advanced grid I use a product
called Flygrid from the third party NineRays which consist of 4 assembly
dll.

So in several project a have references to some of the assembly dll that the FlyGrid consist of.

Now to my question what accactly is the correct way to do when I want to use the new versions of the assembly dll that the flygrid consist of in my
projects.
The reson I ask is that I run into some problems when I downloaded a new version of the Flygrid and begin to use them in my projects.

The problem that occurred was that several control which was flygrids
disappear in every window form when I used the View Disigner so I had to
drag them from the toolbox and adjust their size.
All flygrids I use in my window form was derived from a the basic flygrid.

So I just want to know if there exist a way to start using new assembly dll
in my projects to avoid my problems.


//Tony
Link Posted: 26-Sep-2006 23:43
Please do following steps to update your flyGrid assemblies.
1. Close your projects (solution) in VS
2. Backup the oldest version of FlyGrid.Net assemblies
2. Install the new version of FlyGrid.Net
3. Open your projects(solution)
4. Refresh assembly references:
a) remove all references to FlyGrid.Net assemblies from each project referenced to FlyGrid.Net assembly
b)add references to FlyGrid.Net (from its installation location, usually from:
b.1. for VS2003: C:\\Program Files\\9Rays.Net\\FlyGrid.Net\\Bin\\
b.2. for VS2005: C:\\Program Files\\9Rays.Net\\FlyGrid.Net\\Bin\\.Net 2.0
) for each project referenced to FlyGrid.Net.
5. Rebuild your projects(solution) to refresh license info.
6. After these steps you can open forms with FlyGrid in Designer View to work with the installed, latest version of FlyGrid.Net

Also you can see the Video Lessons at FlyGrid.Net product page to receive more info.