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 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,
Thanks
Jason
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:
Thanks,
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?
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.