Home - Forums-.NET - FlyGrid.Net (Windows Forms) - cannot add flygrid control

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

cannot add flygrid control
Link Posted: 14-Apr-2006 08:18
I have both VS 2003 and VS 2005 installed. On 2005 (2.0 .NET) all works well but when trying to add flygrid control to a 2003 .NET project i get the following Exception:
Version 2.0 is not a compatible version.

References to flygrid are made to DLLs in Bin not .NET 2.0 since it's .NET 1.1
Link Posted: 14-Apr-2006 18:13
Probably Vs2003 not correctly resolves assemblies.
Please check the Path References of your project, perhaps it contains path to the FlyGrid .Net 2.0 assemblies. Also - please add to path references path to the 1.1 assemblies (usually path to C:\\Program Files\\9Rays.Net\\FlyGrid.Net\\Bin)
Link Posted: 20-Apr-2006 00:27
All path references are correct and pointing to
C:\\Program Files\\9Rays.Net\\FlyGrid.Net\\Bin but I still have the same problem.
Link Posted: 20-Apr-2006 07:59
I just tried latest v1.4.0.4 on clean machine - all works fine.
Try to remove FlyGrid from toolbox and add once again from correct location.
Link Posted: 20-Apr-2006 23:50
I tried all that, several times. And i just uninstalled the component, run Registry Mechanic, restated, installed again. Opened new project in 2003 (added flygrid which points to \\Bin) and it still reports the same error. On VS 2005 all works fine. I just don't understand but i need it to work on both IDE before i purchase.
Link Posted: 23-Apr-2006 09:39
Try to delete assemblies from .Net 2.0\\ folder and rebuild your project in VS2003.
Link Posted: 23-Apr-2006 09:40
Additional question - did you tried v1.4.0.4?
Link Posted: 24-Apr-2006 07:23
I'm using the latest version. It worked when i deleted the .Net 2.0 Folder.
Link Posted: 24-Apr-2006 11:21
The main problem in that Visual Studio'03 not correctly resolves assemblies.