﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>StrataFrame Forum » StrataFrame Application Framework - V1 » Issues  » Brand new user question</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Thu, 04 Jun 2026 07:43:29 GMT</lastBuildDate><ttl>20</ttl><item><title>Brand new user question</title><link>http://forum.strataframe.net/FindPost22371.aspx</link><description>I have worked through the tutorial in the help system and am starting to get a handle on how everything works. I must say that I'm impressed. My first challenge is to build a test app using our DevExpress controls. I have created the profile in the DDK and my business objects and built the partial classes. When I try to add the SF DevEx Maintenance Form to my project I get the following error message:&lt;/P&gt;&lt;P&gt;"The assemblies reference "DevExpress.Data.v7.3 ... could not be added to the project."&lt;/P&gt;&lt;P&gt;I have searched the forum for an hour or so and seem to find pieces of what I need to do but not a procedure. Is there one available???&lt;/P&gt;&lt;P&gt;Thanks in advance :P&lt;/P&gt;&lt;P&gt;Mark</description><pubDate>Thu, 02 Apr 2009 17:16:00 GMT</pubDate><dc:creator>Mark See</dc:creator></item><item><title>RE: Brand new user question</title><link>http://forum.strataframe.net/FindPost22618.aspx</link><description>Mark,&lt;/P&gt;&lt;P&gt;I double-checked this running on the build currently in the My Account area (1.6.7 beta).&amp;nbsp; This appears to be working.&amp;nbsp; So most likely you are having some reference issues or do not have this version of DevExpress installed.&amp;nbsp; This build was compiled for 8.2, so it appears that you are not running this version.&lt;/P&gt;&lt;P&gt;I took a virtual machine, loaded it with the new build, and it works out of the box.&amp;nbsp; So I bet you are just missing a piece.&amp;nbsp; As I mentioned via email, this is the most recent version to which I have access at the moment.&lt;/P&gt;&lt;P&gt;The "First Error" that you received is most likely coming from the change that you made.&amp;nbsp; You probably updated the references, but you did not update the templates.&amp;nbsp; This is where your error came from.&amp;nbsp; A template will try to add the references for you if they are not already in your project.&amp;nbsp; That is what you were getting here.&lt;/P&gt;&lt;P&gt;If you want to change these as well, then you will have to update the templates distributed with StrataFrame.&amp;nbsp; You can find all item templates in the following folder:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;C#&lt;/STRONG&gt;&lt;BR&gt;C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\ItemTemplates\CSharp&lt;BR&gt;&lt;BR&gt;&lt;STRONG&gt;VB.NET&lt;/STRONG&gt;&lt;BR&gt;C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\ItemTemplates\VisualBasic&lt;/P&gt;&lt;P&gt;These are standard ZIP files.&amp;nbsp; So let's just take the SF_DevEx_MaintenanceForm.zip template.&amp;nbsp; Right click and open the ZIP file (not extract).&amp;nbsp; You will see the contents:&lt;/P&gt;&lt;P&gt;&lt;IMG src="http://forum.strataframe.net/Uploads/Images/d3d87f40-6473-487e-a32c-f007.png"&gt;&lt;/P&gt;&lt;P&gt;The highlighted file is where the version references can be found.&amp;nbsp; Extract this one file so that you can make changes to it.&amp;nbsp; Once extracted, open the file in VS, notepad, or some other text editor.&lt;/P&gt;&lt;P&gt;&lt;IMG src="http://forum.strataframe.net/Uploads/Images/f8e7090e-0195-44a1-a4f9-911c.png"&gt;&lt;/P&gt;&lt;P&gt;As you can see in this example, the DevExpress references are pointing to v8.2.&amp;nbsp; Change these to match your current version.&amp;nbsp; I am not positive, but most likely it will be as follows:&lt;/P&gt;&lt;P&gt;[codesnippet]&amp;lt;Reference&amp;gt;&lt;BR&gt;&amp;nbsp; &amp;lt;Assembly&amp;gt;DevExpress.Data.v8.3, Culture=neutral, PublicKeyToken=9b171c9fd64da1d1&amp;lt;/Assembly&amp;gt;&lt;BR&gt;&amp;lt;/Reference&amp;gt;&lt;BR&gt;&amp;lt;Reference&amp;gt;&lt;BR&gt;&amp;nbsp; &amp;lt;Assembly&amp;gt;DevExpress.Utils.v8.3, Culture=neutral, PublicKeyToken=9b171c9fd64da1d1&amp;lt;/Assembly&amp;gt;&lt;BR&gt;&amp;lt;/Reference&amp;gt;&lt;BR&gt;&amp;lt;Reference&amp;gt;&lt;BR&gt;&amp;nbsp; &amp;lt;Assembly&amp;gt;DevExpress.XtraBars.v8.3, Culture=neutral, PublicKeyToken=9b171c9fd64da1d1&amp;lt;/Assembly&amp;gt;&lt;BR&gt;&amp;lt;/Reference&amp;gt;&lt;BR&gt;&amp;lt;Reference&amp;gt;&lt;BR&gt;&amp;nbsp; &amp;lt;Assembly&amp;gt;DevExpress.XtraEditors.v8.3, Culture=neutral, PublicKeyToken=9b171c9fd64da1d1&amp;lt;/Assembly&amp;gt;&lt;BR&gt;&amp;lt;/Reference&amp;gt;&lt;BR&gt;&amp;lt;Reference&amp;gt;&lt;BR&gt;&amp;nbsp; &amp;lt;Assembly&amp;gt;DevExpress.XtraGrid.v8.3, Culture=neutral, PublicKeyToken=9b171c9fd64da1d1&amp;lt;/Assembly&amp;gt;&lt;BR&gt;&amp;lt;/Reference&amp;gt;[/codesnippet]&lt;/P&gt;&lt;P&gt;After the changes have been made, drag this file back into the SF_DevEx_MaintenanceForm.zip file.&amp;nbsp; At this point you are almost done.&amp;nbsp; Next, get out of Visual Studio and run this command:&lt;/P&gt;&lt;P&gt;[codesnippet]"C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\devenv.exe" /setup[/codesnippet]&lt;/P&gt;&lt;P&gt;Now, when you go back into VS and use this template, it will use the updated references.&lt;/P&gt;&lt;P&gt;Repeat the same process for each of the other SF_DevEx templates and you will be good to go.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Note:&lt;/STRONG&gt; The fact that your error message showed 7.3 for the version, I am willing to bet that you did not get the most recent beta loaded properly or the templates did not get updated as the current version in the most recent build is 8.2.&lt;/P&gt;&lt;P&gt;&lt;BR&gt;&amp;nbsp;</description><pubDate>Thu, 02 Apr 2009 17:16:00 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: Brand new user question</title><link>http://forum.strataframe.net/FindPost22574.aspx</link><description>I will check the templates and make sure that they are working.&amp;nbsp; It almost acts like yours may not have updated...or I could have missed something.&amp;nbsp; But in the case of the "Code Help Text" just go add that reference and then you will never see that again for this project.&lt;/P&gt;&lt;P&gt;The "Design Screen Error" could come from a lot of things...get used to seeing this type of screen as there are many possible causes.&amp;nbsp; In many cases, it is just a matter of rebuilding the project, closing the open form, and trying again.&lt;/P&gt;&lt;P&gt;The "First Message" is probably me...I forgot to update the project.&amp;nbsp; Ignore and add the 8.2 version when the project opens.&lt;/P&gt;&lt;P&gt;As far as your toolbox is concerned, just click on StrataFrame -&amp;gt; Create Toolbox Tab and it should add it in there.</description><pubDate>Tue, 31 Mar 2009 21:08:57 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: Brand new user question</title><link>http://forum.strataframe.net/FindPost22569.aspx</link><description>Hi Trent,&lt;/P&gt;&lt;P&gt;I plan to be at the next training and hope to meet you there! &lt;/P&gt;&lt;P&gt;I downloaded the latest beta, installed the .exe and the source .exe then followed Paul's procedure (previous post).&lt;/P&gt;&lt;P&gt;I started a new Security Project and added the SFDevEx Maintenance Form and recieved the attached messages.</description><pubDate>Tue, 31 Mar 2009 15:48:08 GMT</pubDate><dc:creator>Mark See</dc:creator></item><item><title>RE: Brand new user question</title><link>http://forum.strataframe.net/FindPost22546.aspx</link><description>Mark, you can now login to the My Account area and download the new beta with the updated assembly as well as the templates.</description><pubDate>Mon, 30 Mar 2009 12:00:19 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: Brand new user question</title><link>http://forum.strataframe.net/FindPost22543.aspx</link><description>Attached is the updated assembly.&amp;nbsp; I will post a new beta build with the updated templates once I get them changed.&amp;nbsp; Copy this file to your c:\program files\common files\MicroFour\StrataFrame folder and drag it into the GAC (c:\windows\assembly).</description><pubDate>Mon, 30 Mar 2009 10:15:16 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: Brand new user question</title><link>http://forum.strataframe.net/FindPost22504.aspx</link><description>Hi Trent,&lt;/P&gt;&lt;P&gt;Thanks for all your help. I'll wait until I hear from you. Mark</description><pubDate>Fri, 27 Mar 2009 18:03:13 GMT</pubDate><dc:creator>Mark See</dc:creator></item><item><title>RE: Brand new user question</title><link>http://forum.strataframe.net/FindPost22499.aspx</link><description>This is because the StrataFrame template that you selected has references to that version of DevExpress...this is more compliated to tell you how to change.&amp;nbsp; There are template files (ZIPs) that hold on to references.&amp;nbsp; So these templates have not been updated since that version (oops) :D&amp;nbsp; Actually, I knew this and had it on my list.&amp;nbsp; I will update these as well when I update the DevExpress references in the Inherited assembly.</description><pubDate>Fri, 27 Mar 2009 17:14:53 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: Brand new user question</title><link>http://forum.strataframe.net/FindPost22498.aspx</link><description>Hi Trent/Paul,&lt;/P&gt;&lt;P&gt;Thank you so much for your patience. I am very impressed with the software and support.&lt;/P&gt;&lt;P&gt;I followed the procedure from Paul and after running the batch file I created a new StrataFrame Security project in Visual Studio. When I added a SF DevEx Maintenance form to the project I received an error message (see attached).&lt;/P&gt;&lt;P&gt;I hate to be such a nuisance, I think this is a great product (so does my boss) and I'm doing my best to get up to speed quickly. I'm just feeling really dumb right now :P&lt;/P&gt;&lt;P&gt;Thanks, Mark</description><pubDate>Fri, 27 Mar 2009 16:50:00 GMT</pubDate><dc:creator>Mark See</dc:creator></item><item><title>RE: Brand new user question</title><link>http://forum.strataframe.net/FindPost22493.aspx</link><description>It should be in the root folder of your extracted source code.&amp;nbsp; If you cannot find it let me know and I will post it.&amp;nbsp; Also, you may want to copy the AutoBuild.bat file to c:\ (the default location) just to make things easier if you are getting an error when you build.</description><pubDate>Fri, 27 Mar 2009 13:32:02 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: Brand new user question</title><link>http://forum.strataframe.net/FindPost22492.aspx</link><description>Hi Paul,&lt;/P&gt;&lt;P&gt;I've done everything except the last step. What is, and where do I&amp;nbsp;find/run,&amp;nbsp;AfterBuild.bat?&lt;/P&gt;&lt;P&gt;Thanks for your help :D</description><pubDate>Fri, 27 Mar 2009 13:26:49 GMT</pubDate><dc:creator>Mark See</dc:creator></item><item><title>RE: Brand new user question</title><link>http://forum.strataframe.net/FindPost22483.aspx</link><description>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.</description><pubDate>Fri, 27 Mar 2009 08:57:09 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: Brand new user question</title><link>http://forum.strataframe.net/FindPost22477.aspx</link><description>Hi Mark,&lt;/P&gt;&lt;P&gt;I use Dev Express as well and here are the steps I take to update.&lt;/P&gt;&lt;P&gt;1) Uninstall prev versions of Dev Ex and download and install latest version of Dev Express&lt;/P&gt;&lt;P&gt;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 &lt;/P&gt;&lt;P&gt;Also don't forget to make sure that you also update your own projects references as well.&lt;/P&gt;&lt;P&gt;3) Open StrataFrame Inherited UI solution.&lt;/P&gt;&lt;P&gt;4) Build Solution&lt;/P&gt;&lt;P&gt;5) Run AfterBuild.Bat&lt;/P&gt;&lt;P&gt;Paul</description><pubDate>Thu, 26 Mar 2009 13:08:07 GMT</pubDate><dc:creator>Paul Chase</dc:creator></item><item><title>RE: Brand new user question</title><link>http://forum.strataframe.net/FindPost22476.aspx</link><description>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.&lt;/P&gt;&lt;P&gt;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.</description><pubDate>Thu, 26 Mar 2009 10:59:43 GMT</pubDate><dc:creator>Mark See</dc:creator></item><item><title>RE: Brand new user question</title><link>http://forum.strataframe.net/FindPost22473.aspx</link><description>Where are you getting this.&amp;nbsp; This is a reference issue.&amp;nbsp; It looks are though you are using DevExpress, right?&amp;nbsp; 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.</description><pubDate>Thu, 26 Mar 2009 07:57:47 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: Brand new user question</title><link>http://forum.strataframe.net/FindPost22464.aspx</link><description>Hi Trent,&lt;/P&gt;&lt;P&gt;I followed the procedure and rebuilt the project. I received the following error message:&lt;/P&gt;&lt;P&gt;Error&amp;nbsp;1&amp;nbsp;Invalid Resx file. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040) Line 183, position 5.&amp;nbsp;C:\Program Files (x86)\MicroFour\StrataFrame Source Code\MicroFour StrataFrame Inherited UI\DevExpress Extended\Dialogs\browsedialog&amp;#119;indow.resx&amp;nbsp;183&amp;nbsp;5&amp;nbsp;MicroFour StrataFrame Inherited UI&lt;BR&gt;&lt;/P&gt;&lt;P&gt;How do I resolve this?&lt;/P&gt;&lt;P&gt;Thanks, Mark</description><pubDate>Wed, 25 Mar 2009 10:02:38 GMT</pubDate><dc:creator>Mark See</dc:creator></item><item><title>RE: Brand new user question</title><link>http://forum.strataframe.net/FindPost22460.aspx</link><description>Install the StrataFrame source that you can get from the My Account area.&amp;nbsp; Once extracted, open the MicroFour StrataFrame Inherited (DevExpress) or MicroFour StrataFrame Infragistics project.&amp;nbsp; Open the references like you would for any other .NET project.&amp;nbsp; Change the references from 8.x or 7.x respectively to your version.&amp;nbsp; Rebuild the solution and make sure that they make it into the GAC (c:\windows\assembly folder) and you will be good to go.</description><pubDate>Tue, 24 Mar 2009 13:03:51 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: Brand new user question</title><link>http://forum.strataframe.net/FindPost22459.aspx</link><description>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?&lt;/P&gt;&lt;P&gt;Thanks for all your help!&lt;/P&gt;&lt;P&gt;Mark</description><pubDate>Tue, 24 Mar 2009 12:49:18 GMT</pubDate><dc:creator>Mark See</dc:creator></item><item><title>RE: Brand new user question</title><link>http://forum.strataframe.net/FindPost22380.aspx</link><description>We have developers using a lot of different versions of Infragistics and DevExpress.&amp;nbsp; So all you need to do is take the MicroFour StrataFrame Inherited source and change the references to you version and then recompile.&amp;nbsp; The source, like Chan mentioned, should be on 8.1 versus the templates (which just need to be updated).&amp;nbsp; 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.&lt;/P&gt;&lt;P&gt;As for the DevExpress templates, that is a longer explanation, but we will update these before the next update.&amp;nbsp; Get up to this point then we can talk about the templates.</description><pubDate>Sun, 15 Mar 2009 07:35:22 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: Brand new user question</title><link>http://forum.strataframe.net/FindPost22379.aspx</link><description>Hi,&lt;br&gt;
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</description><pubDate>Sun, 15 Mar 2009 01:22:19 GMT</pubDate><dc:creator>ChanKK</dc:creator></item><item><title>RE: Brand new user question</title><link>http://forum.strataframe.net/FindPost22377.aspx</link><description>I am running the 1.6.7 beta.&lt;/P&gt;&lt;P&gt;My DevExpress version is 8.3.4</description><pubDate>Sat, 14 Mar 2009 23:44:23 GMT</pubDate><dc:creator>Mark See</dc:creator></item><item><title>RE: Brand new user question</title><link>http://forum.strataframe.net/FindPost22376.aspx</link><description>Hi,&lt;br&gt;
I think your SF installed doesn't "support" version 7.3. Try to get download/install latest SF 1.6.7 beta and try again.</description><pubDate>Sat, 14 Mar 2009 22:34:54 GMT</pubDate><dc:creator>ChanKK</dc:creator></item><item><title>RE: Brand new user question</title><link>http://forum.strataframe.net/FindPost22375.aspx</link><description>Version 8.3.4</description><pubDate>Sat, 14 Mar 2009 20:51:03 GMT</pubDate><dc:creator>Mark See</dc:creator></item><item><title>RE: Brand new user question</title><link>http://forum.strataframe.net/FindPost22373.aspx</link><description>Hi,&lt;br&gt;
Which version of DevExpress control installed in your machine, is it 7.3 as well?&lt;br&gt;</description><pubDate>Sat, 14 Mar 2009 20:15:57 GMT</pubDate><dc:creator>ChanKK</dc:creator></item></channel></rss>