StrataFrame Forum
Home      Members   Calendar   Who's On
Welcome Guest ( Login | Register )
      


123»»»

Can not create SF DevExpress FormExpand / Collapse
Author
Message
Posted 06/09/2006 11:50:37 PM
StrataFrame Beginner

StrataFrame BeginnerStrataFrame BeginnerStrataFrame BeginnerStrataFrame BeginnerStrataFrame BeginnerStrataFrame BeginnerStrataFrame BeginnerStrataFrame Beginner

Group: Forum Members
Last Login: 06/18/2006 9:43:25 PM
Posts: 12, Visits: 49
I try to add a new SF DevExpress maintenance form into the project and the followings error come out :

Project Template Wizard

The assembly reference "DevExpress.Utils.v6.1.4.0, culture=neutral, PublicKeyToken=79868b8147b5eae4" could not be added to the project. The wizard will continue to run, but the resulting project may not build properly.

Then I open the form, it shows :

One or more errors encountered while loading the designer. The errors are listed below. Some errors can be fixed by rebuilding your project, while others may require code changes.

The designer cannot process the code at line 24: Me.PanelControl1.Dock = System.Windows.Forms.DockStyle.Fill The code within the method 'InitializeComponent' is generated by the designer and should not be manually modified. Please remove any changes and try opening the designer again.
Hide Edit

at Microsoft.VisualStudio.Design.Serialization.CodeDom.XML.CodeDomXmlProcessor.CreateQuoteExpression(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)

I am using DevExpress 6.1.5 evaluation, is the new version 6.1.5 not supported ?
Post #1489
Posted 06/10/2006 1:06:57 AM


StrataFrame Developer

StrataFrame Developer

Group: StrataFrame Developers
Last Login: 12/09/2008 3:36:08 PM
Posts: 2,686, Visits: 1,891
We compiled the DevExpress inherited controls using the 6.1.4 dlls.  We did not specify that any version could be used, however, we will look into this.  If you have a full purchased license, you can recompile the StrataFrame Inherited UI source code referencing the version of DevExpress that you are using, but yes, the version you have requires 6.1.4.


www.bungie.net
Post #1492
Posted 06/10/2006 2:32:58 AM
StrataFrame Beginner

StrataFrame BeginnerStrataFrame BeginnerStrataFrame BeginnerStrataFrame BeginnerStrataFrame BeginnerStrataFrame BeginnerStrataFrame BeginnerStrataFrame Beginner

Group: Forum Members
Last Login: 06/18/2006 9:43:25 PM
Posts: 12, Visits: 49
Thanks for quick reply. As the DevExpress only provide 6.1.5 version for download, I cant get the 6.1.4 version. Is the support for 6.1.5 version available soon ? Due to evaluation period of SF, I would like to continue the evaluation ASAP.
Post #1493
Posted 06/12/2006 8:32:20 PM
StrataFrame Beginner

StrataFrame BeginnerStrataFrame BeginnerStrataFrame BeginnerStrataFrame BeginnerStrataFrame BeginnerStrataFrame BeginnerStrataFrame BeginnerStrataFrame Beginner

Group: Forum Members
Last Login: 06/18/2006 9:43:25 PM
Posts: 12, Visits: 49
I has manually add the reference for DevEx Assembly and the above error is disappear. However, when open the form, the following error come out,

Warning1Could not find type 'MicroFour.StrataFrame.UI.Windows.Forms.DevEx.MaintenanceFormBarManager'. Please make sure that the assembly that contains this type is referenced. If this type is a part of your development project, make sure that the project has been successfully built.00


Warning2Could not find type 'MicroFour.StrataFrame.UI.Windows.Forms.DevEx.GradientFormHeader'. Please make sure that the assembly that contains this type is referenced. If this type is a part of your development project, make sure that the project has been successfully built.00

Warning3Found conflicts between different versions of the same dependent assembly.TianDi

Warning4The variable 'GradientFormHeader1' is either undeclared or was never assigned.D:\StrateFrame Project\Windows\TianDi\TianDi\Form\ProductGroupForm.Designer.vb710

Is that because of DevEx version conflict ?

Post #1517
Posted 06/13/2006 9:12:47 AM


StrataFrame Developer

StrataFrame Developer

Group: StrataFrame Developers
Last Login: Today @ 2:14:29 PM
Posts: 4,901, Visits: 4,886
Yes, this has to do with the assembly version issue.  We are going to change the wrapper to not rely on the DevExpress version and just look to the public key in the future.  This will resolve different versions of the DevExpress controls.  But the warnings are due to the version conflicts.
Post #1519
Posted 06/17/2006 6:43:36 PM
StrataFrame Beginner

StrataFrame BeginnerStrataFrame BeginnerStrataFrame BeginnerStrataFrame BeginnerStrataFrame BeginnerStrataFrame BeginnerStrataFrame BeginnerStrataFrame Beginner

Group: Forum Members
Last Login: 07/03/2006 5:10:19 AM
Posts: 8, Visits: 34
Hi guys,

Any idea when the update on the Devexpress wrapper might be available? I too have just signed up and as an avid Devexpress user, I would love to explore the product fully.

Cheers and thanks,

Glen
Post #1567
Posted 06/17/2006 9:47:52 PM


StrataFrame Developer

StrataFrame Developer

Group: StrataFrame Developers
Last Login: Today @ 2:14:29 PM
Posts: 4,901, Visits: 4,886
Glen,

We just got back from Tech-Ed yesterday and will be back in the office Monday.  It is our goal to have an update available on the website by Monday evening with a few fixes and updates, including the DevExpress non-version specific templates.

Thanks.

Post #1570
Posted 06/18/2006 1:23:53 AM
StrataFrame Beginner

StrataFrame BeginnerStrataFrame BeginnerStrataFrame BeginnerStrataFrame BeginnerStrataFrame BeginnerStrataFrame BeginnerStrataFrame BeginnerStrataFrame Beginner

Group: Forum Members
Last Login: 07/03/2006 5:10:19 AM
Posts: 8, Visits: 34
Thanks Trent,

I hope Teched treated you all well and that the hangovers aren't too bad
Post #1574
Posted 06/18/2006 8:23:46 AM


StrataFrame Developer

StrataFrame Developer

Group: StrataFrame Developers
Last Login: Today @ 2:14:29 PM
Posts: 4,901, Visits: 4,886
Glen,

We had a great show and are excited about the response we got.  I think that we have all recovered and are ready to do a little coding

Post #1577