Hello,
I'm trying to build a Visual Studio 2007 C# app with the Client-only Framework subset 3.5 option checked in the project properties, Application Tab.
I'm receiving compiler warnings such as the following:
Warning 2 The referenced assembly "Infragistics2.Win.UltraWinGrid.v9.1, Version=9.1.20091.1000, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL" has a dependency on "System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" which is not listed as part of the "Client" TargetFrameworkSubset. If this dependent reference is required, you may get compilation errors.
Can you remove the dependencies to System.Web so developers can use Infragistics with the smaller .NET Framework subset?
Best regards.
Thanks for the response. I've updated our project to NetAdvantage WinForms 2008 V3, which is the latest version I can download. I still get build warnings, and many controls do not display properly when running on the Client Profile:
The referenced assembly "Infragistics2.Win.UltraWinToolbars.v8.3, Version=8.1.20083.1009, Culture=neutral, processorArchitecture=MSIL" has a dependency on "System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" which is not listed as part of the "Client" TargetFrameworkSubset. If this dependent reference is required, you may get compilation errors.
We've been removing references from our toolset that would prevent it from running against the .NET Framework Client Profile.
If you find that your application isn't working in the .NET Framework Client Profile due to a reference not provided by the Client Profile, please first test the latest service release. If the issue still persists, please submit a support request to provide details so that we can investigate further.
Can you post more information on whether the client profile is supported, please? I would also like to use the .NET Framework Client Profile. I searched the knowledge base in devcenter, but can't find anything.
lenp,
I'm passing this information over to Developer Support so that we can investigate this in more detail, including determining what courses of action we have available. We'll create a support case on your behalf; you'll receive an email message through the email address on your member profile once the case is created.
Ah I see. That is nice. I didn't know about the new framework. I'm going to have to check that out myself.