What version(s) of the .NET framework is available in Progre

Posted by Haikarainen on 04-Jun-2012 04:07

I've heard .NET 4.0 is available in PDS(OEA 11), but it seems like its using 3.5 as standard anyway. Is there any configuration for this in PDS?

I cant add a .NET 4.0 assembly in PDS, but the good ol 3.5-version of it adds perfectly well. (same sourcecode, different VS2010-compilation).

Can someone please shed some light on this? Thanks!

All Replies

Posted by Admin on 04-Jun-2012 04:36

I cant add a .NET 4.0 assembly in PDS, but the good ol 3.5-version of it adds perfectly well. (same sourcecode, different VS2010-compilation).

 

Works fine for me (for a custom .NET Assembly). I didn't have to do any special configuration settings - just added it to the assemblies.xml file.

Any also whenever I open a Form with Images that I've had created with 10.2B the resx file now contains references to System.Drawing 4.0.0.0

Sounds like you should report it to tech-support.

Posted by Haikarainen on 04-Jun-2012 04:43

Allright, but version 11 is STRICTLY .NET 4.0 ?

Posted by Admin on 04-Jun-2012 04:51

Allright, but version 11 is STRICTLY .NET 4.0 ?

You can still use .NET 2.0 and .NET 3.x assemblies. In fact Infragistics 2011 is mostly .NET 2.0 based (hence the 2 in the assembly name Infragistics2.*).

Don't ask me about .NET 1.x - I believe that's also o.k.

This thread is closed