I've been trying for 2 days now to download the latest QuickStart app, the one with the infamous MainForm, and have been unsuccessful. It seems there's many versions of this, most of which I found in forum threads.
The last one I got is "079906_QSF". A number of erros come up when I try to build it, so it won't even build, and it does have the MainForm, but it won't even open in VS.
Also, I noticed this QSF project/solution is in C#. I primarily use VB. So does a VB version of this QuickStart/Example app exist? I'm very curious to understand how that MainForm was built.
Thank you much for your time,
Daniel
Here's some of the errors when I try to build the project:
Error 13 The name 'EnsureChildElements' does not exist in the current context
Error 8 'Telerik.WinControls.UI.RadRotatorElement.OnBubbleEvent(Telerik.WinControls.RadElement, Telerik.WinControls.RoutedEventArgs)': cannot change access modifiers when overriding 'protected' inherited member 'Telerik.WinControls.RadElement.OnBubbleEvent(Telerik.WinControls.RadElement, Telerik.WinControls.RoutedEventArgs)' 079906_QSF\QSF\QuickStart\RadRotator\RadRotatorElement.cs 282 30 QuickStart
Error 17 'Telerik.WinControls.UI.RadCarouselElement' does not contain a definition for 'EnsureChildElements' and no extension method 'EnsureChildElements' accepting a first argument of type 'Telerik.WinControls.UI.RadCarouselElement' could be found (are you missing a using directive or an assembly reference?) 079906_QSF\QSF\QuickStart\RadCarousel\RadCarouselElement.cs 134 22 QuickStart
--------------------------------------------
And here's the call stack when I try to open the MainForm:
at Microsoft.VisualStudio.Design.Serialization.CodeDom.XML.CodeDomXmlProcessor.GetMemberTargetObject(XmlElementData xmlElementData, String& member)
at Microsoft.VisualStudio.Design.Serialization.CodeDom.XML.CodeDomXmlProcessor.CreateAssignStatement(XmlElementData xmlElement)
at Microsoft.VisualStudio.Design.Serialization.CodeDom.XML.CodeDomXmlProcessor.XmlElementData.get_CodeDomElement()
at Microsoft.VisualStudio.Design.Serialization.CodeDom.XML.CodeDomXmlProcessor.EndElement(String prefix, String name, String urn)
at Microsoft.VisualStudio.Design.Serialization.CodeDom.XML.CodeDomXmlProcessor.Parse(XmlReader reader)
at Microsoft.VisualStudio.Design.Serialization.CodeDom.XML.CodeDomXmlProcessor.ParseXml(String xmlStream, CodeStatementCollection statementCollection, String fileName, String methodName)
at Microsoft.VisualStudio.Design.Serialization.CodeDom.VSCodeDomParser.OnMethodPopulateStatements(Object sender, EventArgs e)
at System.CodeDom.CodeMemberMethod.get_Statements()
at System.ComponentModel.Design.Serialization.TypeCodeDomSerializer.Deserialize(IDesignerSerializationManager manager, CodeTypeDeclaration declaration)
at System.ComponentModel.Design.Serialization.CodeDomDesignerLoader.PerformLoad(IDesignerSerializationManager manager)
at Microsoft.VisualStudio.Design.Serialization.CodeDom.VSCodeDomDesignerLoader.PerformLoad(IDesignerSerializationManager serializationManager)
at Microsoft.VisualStudio.Design.Serialization.CodeDom.VSCodeDomDesignerLoader.DeferredLoadHandler.Microsoft.VisualStudio.TextManager.Interop.IVsTextBufferDataEvents.OnLoadCompleted(Int32 fReload)
The last one I got is "079906_QSF". A number of erros come up when I try to build it, so it won't even build, and it does have the MainForm, but it won't even open in VS.
Also, I noticed this QSF project/solution is in C#. I primarily use VB. So does a VB version of this QuickStart/Example app exist? I'm very curious to understand how that MainForm was built.
Thank you much for your time,
Daniel
Here's some of the errors when I try to build the project:
Error 13 The name 'EnsureChildElements' does not exist in the current context
Error 8 'Telerik.WinControls.UI.RadRotatorElement.OnBubbleEvent(Telerik.WinControls.RadElement, Telerik.WinControls.RoutedEventArgs)': cannot change access modifiers when overriding 'protected' inherited member 'Telerik.WinControls.RadElement.OnBubbleEvent(Telerik.WinControls.RadElement, Telerik.WinControls.RoutedEventArgs)' 079906_QSF\QSF\QuickStart\RadRotator\RadRotatorElement.cs 282 30 QuickStart
Error 17 'Telerik.WinControls.UI.RadCarouselElement' does not contain a definition for 'EnsureChildElements' and no extension method 'EnsureChildElements' accepting a first argument of type 'Telerik.WinControls.UI.RadCarouselElement' could be found (are you missing a using directive or an assembly reference?) 079906_QSF\QSF\QuickStart\RadCarousel\RadCarouselElement.cs 134 22 QuickStart
--------------------------------------------
And here's the call stack when I try to open the MainForm:
at Microsoft.VisualStudio.Design.Serialization.CodeDom.XML.CodeDomXmlProcessor.GetMemberTargetObject(XmlElementData xmlElementData, String& member)
at Microsoft.VisualStudio.Design.Serialization.CodeDom.XML.CodeDomXmlProcessor.CreateAssignStatement(XmlElementData xmlElement)
at Microsoft.VisualStudio.Design.Serialization.CodeDom.XML.CodeDomXmlProcessor.XmlElementData.get_CodeDomElement()
at Microsoft.VisualStudio.Design.Serialization.CodeDom.XML.CodeDomXmlProcessor.EndElement(String prefix, String name, String urn)
at Microsoft.VisualStudio.Design.Serialization.CodeDom.XML.CodeDomXmlProcessor.Parse(XmlReader reader)
at Microsoft.VisualStudio.Design.Serialization.CodeDom.XML.CodeDomXmlProcessor.ParseXml(String xmlStream, CodeStatementCollection statementCollection, String fileName, String methodName)
at Microsoft.VisualStudio.Design.Serialization.CodeDom.VSCodeDomParser.OnMethodPopulateStatements(Object sender, EventArgs e)
at System.CodeDom.CodeMemberMethod.get_Statements()
at System.ComponentModel.Design.Serialization.TypeCodeDomSerializer.Deserialize(IDesignerSerializationManager manager, CodeTypeDeclaration declaration)
at System.ComponentModel.Design.Serialization.CodeDomDesignerLoader.PerformLoad(IDesignerSerializationManager manager)
at Microsoft.VisualStudio.Design.Serialization.CodeDom.VSCodeDomDesignerLoader.PerformLoad(IDesignerSerializationManager serializationManager)
at Microsoft.VisualStudio.Design.Serialization.CodeDom.VSCodeDomDesignerLoader.DeferredLoadHandler.Microsoft.VisualStudio.TextManager.Interop.IVsTextBufferDataEvents.OnLoadCompleted(Int32 fReload)