Home - Forums-.NET - FlyGrid.Net (Windows Forms) - FlyGrid.net compiled framework

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

FlyGrid.net compiled framework
Link Posted: 12-Mar-2006 03:55
Hi,

With which .net framwork version do you compile FlyGrid.Net source code?
Link Posted: 12-Mar-2006 12:21
FlyGrid.Net compiled using .Net 1.1 Framework (but with backward compatibility to 1.0).
Link Posted: 12-Mar-2006 23:53
Hi,

What don't you provide dll version compiled with .net 2.0?
We develop with .net 2.0 and because of your control framework 1.1 is also being uploaded to memory.

Is there a problem to compile it with framework 2.0? did you try it?

thanks.
Link Posted: 13-Mar-2006 00:19

What don't you provide dll version compiled with .net 2.0?
We develop with .net 2.0 and because of your control framework 1.1 is also being uploaded to memory.

Please configure your app - provide yourapp.exe.config for yourapp.exe to load only .Net 2.0 runtime assemblies.

Is there a problem to compile it with framework 2.0? did you try it?

No problem, but we should provide compatibility for .Net 1.0, 1.1 and 2.0 runtimes, not only for 2.0. Assemblies compiled with vs2005(.Net 2.0) may not be loaded on machines with installed .net 1.0 or 1.1 runtimes only.
Link Posted: 13-Mar-2006 01:08
Hi,

What other companies do is providing with 2 dll's: one compiled with .net 1.1 and one compiled with .net 2.0, and each customer uses the dll suitable for his project.

If there is no problem to compile your control with .net 2.0 so why don't you do the same?
Link Posted: 13-Mar-2006 01:22
Well, we'll include .Net 2.0 assemblies in the nearest future.