Brand new user question


Author
Message
Trent Taylor
Trent Taylor
StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)
Group: StrataFrame Developers
Posts: 6.6K, Visits: 6.9K
We are snowed in today and working from home...so it may be Monday, but I will get the most recent version of DevExpress downloaded and just update the next build with this version.
Paul Chase
Paul Chase
Advanced StrataFrame User (806 reputation)Advanced StrataFrame User (806 reputation)Advanced StrataFrame User (806 reputation)Advanced StrataFrame User (806 reputation)Advanced StrataFrame User (806 reputation)Advanced StrataFrame User (806 reputation)Advanced StrataFrame User (806 reputation)Advanced StrataFrame User (806 reputation)Advanced StrataFrame User (806 reputation)
Group: Forum Members
Posts: 414, Visits: 2.8K
Hi Mark,

I use Dev Express as well and here are the steps I take to update.

1) Uninstall prev versions of Dev Ex and download and install latest version of Dev Express

2) Use the Dev Express Project converter to update references in Microfour's inherited UI, start \all programs\ dev express tools\project converter. Attached image

Also don't forget to make sure that you also update your own projects references as well.

3) Open StrataFrame Inherited UI solution.

4) Build Solution

5) Run AfterBuild.Bat

Paul

Attachments
2.png (155 views, 14.00 KB)
Mark See
Mark See
StrataFrame Beginner (15 reputation)StrataFrame Beginner (15 reputation)StrataFrame Beginner (15 reputation)StrataFrame Beginner (15 reputation)StrataFrame Beginner (15 reputation)StrataFrame Beginner (15 reputation)StrataFrame Beginner (15 reputation)StrataFrame Beginner (15 reputation)StrataFrame Beginner (15 reputation)
Group: Forum Members
Posts: 15, Visits: 46
I downloaded the source from the MyAccount area and updated the references in Visual Studio to DevExpress 8.3.5 (that is the version on my laptop). I am running the 1.6.7 beta version of StrataFrame.

I updated the references by adding the DevExpress 8.3 and removing the DevExpress 8.1 for each of the references in the source code.

Trent Taylor
Trent Taylor
StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)
Group: StrataFrame Developers
Posts: 6.6K, Visits: 6.9K
Where are you getting this.  This is a reference issue.  It looks are though you are using DevExpress, right?  Also, what version are you trying to update and if I have that version I will just send you the updated assembly so we can save some time.
Mark See
Mark See
StrataFrame Beginner (15 reputation)StrataFrame Beginner (15 reputation)StrataFrame Beginner (15 reputation)StrataFrame Beginner (15 reputation)StrataFrame Beginner (15 reputation)StrataFrame Beginner (15 reputation)StrataFrame Beginner (15 reputation)StrataFrame Beginner (15 reputation)StrataFrame Beginner (15 reputation)
Group: Forum Members
Posts: 15, Visits: 46
Hi Trent,

I followed the procedure and rebuilt the project. I received the following error message:

Error 1 Invalid Resx file. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040) Line 183, position 5. C:\Program Files (x86)\MicroFour\StrataFrame Source Code\MicroFour StrataFrame Inherited UI\DevExpress Extended\Dialogs\browsedialogwindow.resx 183 5 MicroFour StrataFrame Inherited UI

How do I resolve this?

Thanks, Mark

Trent Taylor
Trent Taylor
StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)
Group: StrataFrame Developers
Posts: 6.6K, Visits: 6.9K
Install the StrataFrame source that you can get from the My Account area.  Once extracted, open the MicroFour StrataFrame Inherited (DevExpress) or MicroFour StrataFrame Infragistics project.  Open the references like you would for any other .NET project.  Change the references from 8.x or 7.x respectively to your version.  Rebuild the solution and make sure that they make it into the GAC (c:\windows\assembly folder) and you will be good to go.
Mark See
Mark See
StrataFrame Beginner (15 reputation)StrataFrame Beginner (15 reputation)StrataFrame Beginner (15 reputation)StrataFrame Beginner (15 reputation)StrataFrame Beginner (15 reputation)StrataFrame Beginner (15 reputation)StrataFrame Beginner (15 reputation)StrataFrame Beginner (15 reputation)StrataFrame Beginner (15 reputation)
Group: Forum Members
Posts: 15, Visits: 46
I've not had to do anything like this up until now. I feel really dumb in asking but where do I find this and how do I modify it?

Thanks for all your help!

Mark

Trent Taylor
Trent Taylor
StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)
Group: StrataFrame Developers
Posts: 6.6K, Visits: 6.9K
We have developers using a lot of different versions of Infragistics and DevExpress.  So all you need to do is take the MicroFour StrataFrame Inherited source and change the references to you version and then recompile.  The source, like Chan mentioned, should be on 8.1 versus the templates (which just need to be updated).  So it should just be a matter of opening up the MicroFour StrataFrame Inherited assembly, open the references, and replace the 8.1 references with your 8.3 references, recompile, get out of Visual Studio, and then you should be good to go.

As for the DevExpress templates, that is a longer explanation, but we will update these before the next update.  Get up to this point then we can talk about the templates.

ChanKK
ChanKK
Advanced StrataFrame User (622 reputation)Advanced StrataFrame User (622 reputation)Advanced StrataFrame User (622 reputation)Advanced StrataFrame User (622 reputation)Advanced StrataFrame User (622 reputation)Advanced StrataFrame User (622 reputation)Advanced StrataFrame User (622 reputation)Advanced StrataFrame User (622 reputation)Advanced StrataFrame User (622 reputation)
Group: Forum Members
Posts: 190, Visits: 1.3K
Hi,

I guess the template shipped is still referring to 7.3. On the other hand, I found that Inherited UI source code is referring to 8.1
Mark See
Mark See
StrataFrame Beginner (15 reputation)StrataFrame Beginner (15 reputation)StrataFrame Beginner (15 reputation)StrataFrame Beginner (15 reputation)StrataFrame Beginner (15 reputation)StrataFrame Beginner (15 reputation)StrataFrame Beginner (15 reputation)StrataFrame Beginner (15 reputation)StrataFrame Beginner (15 reputation)
Group: Forum Members
Posts: 15, Visits: 46
I am running the 1.6.7 beta.

My DevExpress version is 8.3.4

GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...




Similar Topics

Reading This Topic

Login

Explore
Messages
Mentions
Search