Click here to Skip to main content
15,895,813 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Thanks to all the ones that helped me with the GPU issue Pin
OriginalGriff25-Jan-15 2:36
mveOriginalGriff25-Jan-15 2:36 
GeneralRe: Thanks to all the ones that helped me with the GPU issue Pin
XH558v25-Jan-15 2:15
XH558v25-Jan-15 2:15 
JokeWas looking for the latest on KnockoutJS PinPopular
Super Lloyd24-Jan-15 17:18
Super Lloyd24-Jan-15 17:18 
GeneralRe: Was looking for the latest on KnockoutJS Pin
Mike Hankey25-Jan-15 5:38
mveMike Hankey25-Jan-15 5:38 
GeneralRe: Was looking for the latest on KnockoutJS Pin
Super Lloyd25-Jan-15 6:11
Super Lloyd25-Jan-15 6:11 
GeneralSyncfusion - The complete Essential Studio suite for free PinPopular
Weston Miller24-Jan-15 14:55
Weston Miller24-Jan-15 14:55 
GeneralRe: Syncfusion - The complete Essential Studio suite for free Pin
Mike Hankey24-Jan-15 16:55
mveMike Hankey24-Jan-15 16:55 
Generalcaution: what I had to do to get SyncFusion Grid Control for Winforms to build/run in VS 2013 Pin
BillWoodruff24-Jan-15 21:56
professionalBillWoodruff24-Jan-15 21:56 
... edit ...
What I did to be able to (finally, on the eighth attempt) try out the SF WinForm Grid:

1. create a new WinForm Project in Visual Studio 2013 targeting FrameWork 4.5.1.

2. drag the SF Grid onto the Form.

2. manually add a reference to:

c:\Program Files (x86)\Syncfusion\Essential Studio\12.4.0.24\Assemblies\4.5\Syncfusion.Grid.Windows.XmlSerializers.dll
... end edit ...

I was curious to try out the current version of the SyncFusion Grid, so I downloaded this release, got a free key, and installed it on my Win 8.1/x64 machine.

Created a new project in Visual Studio 2013 targeting FrameWork 4.5.1, created a WinForm Project, dropped the SF Grid on a Form: will not build:
"Code generation for property 'SerializeCellsBehavior' failed.  Error was: 'Type 'Syncfusion.Windows.Forms.Grid.GridSerializeCellsBehavior' is not available in the target framework.'
Tried changing the FrameWork to 4.5: that crashed Visual Studio.

Tried the same thing with FrameWork 4.0: same result. FrameWork 4.0 Client: some SF Controls show up in the ToolBox, but not Grid.

Below FrameWork 4.0, you get errors like:
Error   2   The type or namespace name 'Tasks' does not exist in the namespace 'System.Threading' (are you missing an assembly reference?)

Error   3   The type or namespace name 'Tasks' does not exist in the namespace 'System.Threading' (are you missing an assembly reference?)
After seven tries to get a basic Grid running, I'll stop at this point.

I note that in their install folder
C:\Program Files (x86)\Syncfusion\Essential Studio\12.4.0.24\precompiledassemblies\12.4.0.24
They show assemblies for .NET 2,3,3.5,4,4.5,4.5.1

Since they're gifting this whopper on "the rest of us," guess I'll give their support forum a jingle.
«I'm asked why doesn't C# implement feature X all the time. The answer's always the same: because no one ever designed, specified, implemented, tested, documented, shipped that feature. All six of those things are necessary to make a feature happen. They all cost huge amounts of time, effort and money.» Eric Lippert, Microsoft, 2009

GeneralRe: caution: what I had to do to get SyncFusion Grid Control for Winforms to build/run in VS 2013 Pin
Weston Miller25-Jan-15 4:35
Weston Miller25-Jan-15 4:35 
GeneralRe: Syncfusion - The complete Essential Studio suite for free Pin
Pete O'Hanlon24-Jan-15 23:05
mvePete O'Hanlon24-Jan-15 23:05 
GeneralRe: Syncfusion - The complete Essential Studio suite for free Pin
Kornfeld Eliyahu Peter24-Jan-15 23:31
professionalKornfeld Eliyahu Peter24-Jan-15 23:31 
GeneralRe: Syncfusion - The complete Essential Studio suite for free Pin
manchanx24-Jan-15 23:37
professionalmanchanx24-Jan-15 23:37 
GeneralRe: Syncfusion - The complete Essential Studio suite for free Pin
Kornfeld Eliyahu Peter24-Jan-15 23:40
professionalKornfeld Eliyahu Peter24-Jan-15 23:40 
GeneralRe: Syncfusion - The complete Essential Studio suite for free Pin
tbim26-Jan-15 2:14
tbim26-Jan-15 2:14 
GeneralRe: Syncfusion - The complete Essential Studio suite for free Pin
manchanx26-Jan-15 2:26
professionalmanchanx26-Jan-15 2:26 
GeneralRe: Syncfusion - The complete Essential Studio suite for free Pin
#realJSOP25-Jan-15 0:08
mve#realJSOP25-Jan-15 0:08 
GeneralRe: Syncfusion - The complete Essential Studio suite for free Pin
Pete O'Hanlon25-Jan-15 0:48
mvePete O'Hanlon25-Jan-15 0:48 
GeneralRe: Syncfusion - The complete Essential Studio suite for free Pin
#realJSOP25-Jan-15 2:04
mve#realJSOP25-Jan-15 2:04 
GeneralRe: Syncfusion - The complete Essential Studio suite for free Pin
Ranjan.D25-Jan-15 3:53
professionalRanjan.D25-Jan-15 3:53 
GeneralRe: Syncfusion - The complete Essential Studio suite for free PinPopular
Richard Andrew x6425-Jan-15 5:55
professionalRichard Andrew x6425-Jan-15 5:55 
GeneralRe: Syncfusion - The complete Essential Studio suite for free Pin
Mike Hankey25-Jan-15 5:56
mveMike Hankey25-Jan-15 5:56 
GeneralRe: Syncfusion - The complete Essential Studio suite for free Pin
Steve Naidamast26-Jan-15 3:52
professionalSteve Naidamast26-Jan-15 3:52 
GeneralRe: Syncfusion - The complete Essential Studio suite for free Pin
DumpsterJuice26-Jan-15 9:19
DumpsterJuice26-Jan-15 9:19 
GeneralRe: Syncfusion - The complete Essential Studio suite for free Pin
Weston Miller26-Jan-15 9:35
Weston Miller26-Jan-15 9:35 
GeneralRe: Syncfusion - The complete Essential Studio suite for free Pin
DumpsterJuice26-Jan-15 9:38
DumpsterJuice26-Jan-15 9:38 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.