Hello all,
is it possible to use Infragistics Controls under Visual Studio 2010? if yes, which version?
In moment I am using Infragistics V8.3, it seems that it does not work...
Many thanks in advance!
Best regards
I'm running into the same issue.
Infragistics states they are ready to help you, but the win form controls do not work. I put a MDI dock manager and toolbar manager on a form, save and close the form, then reopen the form and i get all kind of errors: Duplicate component name '_Form1_Toolbars_Dock_Area_Left'. Component names must be unique and case-insensitive. And i have yet to see any posting about this. I know its not my machine, i just recieved a brand new laptop and the first thing i did was install VS2010 and Winform 2009.2.
Hi,
I would like to know which all .NET framework supports Infragistics 2009 Volume 2.
Please provide 2.0 , 3.0 ,3.5, 4.0.
Thanks,
JIJIL
Our product is fully supported on all supported CLR's from Microsoft (2.0, 3.0 and 3.5). You can view all the details on the environments we support at this URL:
http://es.infragistics.com/support/supported-environments.aspx#SupportedEnvironments
We also announced support for VS 2010/CLR4 since early last year when the bits became publicly available. If you find an issue with a control in VS 2010, please report it and we'll look into it.
We work almost daily with Microsoft on issues that come up with VS 2010 as we are regression testing against builds we have access to. Some are areas we find we need to fix and others are bugs in the beta software from Microsoft. Microsoft is also doing a great job of letting us know specific changes in the CLR that could be affecting how NetAdvantage runs in VS 2010.
As VS 2010 nears official RTM, I would imagine that Microsoft will post another public beta or RC which will take care of most of the issues around NetAdvantage and what you may be encountering in the current beta of VS 2010. If you are running into specific issues with VS 2010 that you believe to be with NetAdvantage, please post to the forums here and we'll test it out with our current VS 2010 builds and look into the problem.
As always, feel free to shoot me an email at jasonb@infragistics.com if you need anything else,
Thanks
Jason,
I think the problem is whenever we are adding a new control in VS 2010, Infragistics references are not adding into project properly like it does in VS2008 or earlier.
I am running Infragistics 9.2 and having toolbar in VSTS 2010.
See if this works:
In your Project -> Properties, change the "Target framework" :
From -> .NET Framework 4 Client Profile
To -> .NET Framework 4
Does that fix it? I am assuming you are using Windows Forms?
Jason
I did try this way as well and it fixed my reference issue but this time i got following exception. I have a winform application with UltraTabControl and UltraWinGrid controls:
System.InvalidOperationException was unhandled Message=An error occurred creating the form. See Exception.InnerException for details. The error is: Once initialized the SharedControlsPage property of an UltraTabControl cannot be changed. Source=Infragistics-VS2010Test StackTrace: at Infragistics_VS2010Test.My.MyProject.MyForms.Create__Instance__[T](T Instance) in 17d14f5c-a337-4978-8281-53493378c1071.vb:line 190 at Infragistics_VS2010Test.My.MyProject.MyForms.get_Form1() at Infragistics_VS2010Test.My.MyApplication.OnCreateMainForm() in c:\users\ychaudhry\documents\visual studio 10\Projects\Infragistics-VS2010Test\Infragistics-VS2010Test\My Project\Application.Designer.vb:line 35 at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.OnRun() at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.DoApplicationModel() at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.Run(String[] commandLine) at Infragistics_VS2010Test.My.MyApplication.Main(String[] Args) in 17d14f5c-a337-4978-8281-53493378c1071.vb:line 81 at System.AppDomain._nExecuteAssembly(RuntimeAssembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean ignoreSyncCtx) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart() InnerException: System.InvalidOperationException Message=Once initialized the SharedControlsPage property of an UltraTabControl cannot be changed. Source=Infragistics2.Win.UltraWinTabControl.v9.2 StackTrace: at Infragistics.Win.UltraWinTabControl.UltraTabControlBase.set_SharedControlsPage(UltraTabSharedControlsPage value) at Infragistics_VS2010Test.Form1.InitializeComponent() in c:\users\ychaudhry\documents\visual studio 10\Projects\Infragistics-VS2010Test\Infragistics-VS2010Test\Form1.Designer.vb:line 53 at Infragistics_VS2010Test.Form1..ctor() InnerException:
I have replied under the ASP.NET forum thread here.
http://community.infragistics.com/forums/p/37292/216548.aspx#216548
If you need to reach me directly, email me at: murtazaa@infragistics.com
-Taz.
i figured to post this here since this hread is quite active.. i'm not getting any rseponse form asp.net forum..
i'm encountering error on UltraWebGrid with VS 2010... i nid this to work badly.
at System.Boolean.Parse(String value) at System.Web.Configuration.HttpCapabilitiesBase.CapsParseBool(String capsKey) at System.Web.Configuration.HttpCapabilitiesBase.get_JavaScript() at Infragistics.WebUI.WebControls.ClientMachine.FillValues(Control control) at Infragistics.WebUI.UltraWebGrid.UltraWebGrid.get_Client() at Infragistics.WebUI.UltraWebGrid.UltraGridLayout.Infragistics.WebUI.UltraWebGrid.IParticipateInAppStyling.InitializeStyles() at Infragistics.WebUI.UltraWebGrid.GridWebAgent.InitializeStyles() at Infragistics.WebUI.UltraWebGrid.UltraWebGrid.Infragistics.WebUI.Shared.IProvideAppStyling.InitializeStyles() at Infragistics.WebUI.Shared.CssBuilder.AppendStyles(Boolean clearStyles) at Infragistics.WebUI.Shared.CssBuilder.AppendStyles() at Infragistics.WebUI.Shared.CssBuilder.OnPreRender(Control control, Boolean preRenderComplete) at Infragistics.WebUI.Shared.CssBuilder.OnPreRenderComplete(Object sender, EventArgs e) at System.EventHandler.Invoke(Object sender, EventArgs e) at System.Web.UI.Page.OnPreRenderComplete(EventArgs e) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
We have confirmed this is a bug in the VS 2010 Beta 2, which not writing out the BeginInit/EndInit calls, creating this error.
The next public release from Microsoft will address this issue.
Let me know if you run into anything else,