kevinmiles / dxcorecommunityplugins

Automatically exported from code.google.com/p/dxcorecommunityplugins
0 stars 0 forks source link

XPO_EasyFields stops working in DX13.1 #153

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Which edition of the DevExpress toolset are you using?

* CodeRush (pro)

Which version of the DevExpress toolset are you using?

v. 13.1.4
Which version of Studio are you using?

VS2012

What OS?

Win8 x64

Which community plugin(s) are you attempting to use?

XPO_EasyFields

What steps will reproduce the problem?
1. Attempt save XAF/XPO class
2. Turn on DevExpress->CodeRush->Toolwindows->Diagnostics->Messages toolwindow
3. The following message is captured :

Type: System.TypeLoadException
Message: Could not load type 
'DevExpress.CodeRush.StructuralParser.ElementBuilder' from assembly 
'DevExpress.CodeRush.StructuralParser, Version=13.1.4.0, Culture=neutral, 
PublicKeyToken=35c9f04b7764aa3d'.
Source: XPO_EasyFields
Target: Void UpdateFieldsClass()

Call Stack:
   at XPO_EasyFields.Helpers.XPO.PersistentClassElement.UpdateFieldsClass()
   at XPO_EasyFields.EasyFields.XPO_EasyFields_DocumentSaved(DocumentEventArgs ea)

What is the expected output? What do you see instead?
Expect 'FieldsClass' to be created/updated, but nothing happens

Original issue reported on code.google.com by thomas.o...@gmail.com on 2 Jul 2013 at 12:00

GoogleCodeExporter commented 8 years ago

Original comment by RoryBec...@gmail.com on 3 Jul 2013 at 7:23