﻿<?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  » Error when adding SF DevExp</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Tue, 09 Jun 2026 10:03:23 GMT</lastBuildDate><ttl>20</ttl><item><title>Error when adding SF DevExp</title><link>http://forum.strataframe.net/FindPost28493.aspx</link><description>&lt;div&gt;Hello,&lt;br/&gt;&lt;br/&gt;&lt;div&gt;I'm getting the following message when trying to add SF DevEx Maintenance Form to my project.&amp;nbsp;&lt;br/&gt;&lt;br/&gt;&lt;span&gt;[code]&lt;br/&gt;&lt;/span&gt;&lt;div&gt;&lt;span&gt;The assembly reference "DevExpress.Data.v9.2, Culture=neutral, PublicKeyToken=9b171c9fd64da1d1" could not be added to the project. This wizard will continue to run, but the resulting project may not build properly.&lt;/span&gt;&lt;div&gt;&lt;span&gt;[/code]&lt;/span&gt;&lt;div&gt;&lt;span&gt;&lt;br/&gt;&lt;/span&gt;&lt;div&gt;&lt;span&gt;&lt;div&gt;Our version of DevExpress is 10.1.6 and SF is the trial version 1.7.3.1&lt;div&gt;Any ideas?&lt;/span&gt;</description><pubDate>Tue, 28 Sep 2010 16:23:42 GMT</pubDate><dc:creator>Lukasz Kustusz</dc:creator></item><item><title>RE: Error when adding SF DevExp</title><link>http://forum.strataframe.net/FindPost28530.aspx</link><description>You are welcome Lukasz.&lt;br/&gt;&lt;br/&gt;Yeah, good thing you had a look at the Cache too! ;)</description><pubDate>Tue, 28 Sep 2010 16:23:42 GMT</pubDate><dc:creator>Ivan George Borges</dc:creator></item><item><title>RE: Error when adding SF DevExp</title><link>http://forum.strataframe.net/FindPost28522.aspx</link><description>I'm glad you got it working and thanks for the note on were the pesky form template was hiding!</description><pubDate>Tue, 28 Sep 2010 14:03:32 GMT</pubDate><dc:creator>Greg McGuffey</dc:creator></item><item><title>RE: Error when adding SF DevExp</title><link>http://forum.strataframe.net/FindPost28516.aspx</link><description>It worked. One little note - I also had to change this file:&amp;nbsp;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\ItemTemplates&lt;strong&gt;Cache&lt;/strong&gt;\VisualBasic\SF_DevEx_MaintenanceForm.zip\&lt;span class="Apple-style-span" style="font-family: Verdana, Tahoma, Arial; font-size: 13px; line-height: 21px; -webkit-border-horizontal-spacing: 1px; -webkit-border-vertical-spacing: 1px; "&gt;MyTemplate.vstemplate&lt;/span&gt;&lt;div&gt;&lt;font class="Apple-style-span" face="Verdana, Tahoma, Arial" size="3"&gt;&lt;span class="Apple-style-span" style="font-size: 13px; line-height: 21px; -webkit-border-horizontal-spacing: 1px; -webkit-border-vertical-spacing: 1px;"&gt;&lt;br/&gt;&lt;/span&gt;&lt;/font&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-family: Verdana, Tahoma, Arial; font-size: 13px; line-height: 21px; -webkit-border-horizontal-spacing: 1px; -webkit-border-vertical-spacing: 1px; "&gt;Thank you very much for your help.&lt;/span&gt;</description><pubDate>Tue, 28 Sep 2010 11:11:53 GMT</pubDate><dc:creator>Lukasz Kustusz</dc:creator></item><item><title>RE: Error when adding SF DevExp</title><link>http://forum.strataframe.net/FindPost28505.aspx</link><description>OK, as I suspect, you are getting this because of the form template. So, open the "C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\ItemTemplates\VisualBasic\SF_DevEx_MaintenanceForm.zip" file and edit the MyTemplate.vstemplate file. Change the 9.2 references to 10.1, zip it back and see if it helps. This is just a form template, so I guess you should be fine by now since you got the controls working with SF. Moreover, even the controls that are not wrapped by the framework, can be done so by yourself. &lt;br/&gt;&lt;br/&gt;Hope it helps.</description><pubDate>Mon, 27 Sep 2010 15:30:54 GMT</pubDate><dc:creator>Ivan George Borges</dc:creator></item><item><title>RE: Error when adding SF DevExp</title><link>http://forum.strataframe.net/FindPost28503.aspx</link><description>I'm not sure what kind of sample can I give you. The steps to reproduce the issue are simple.&amp;nbsp;&lt;div&gt;1. I create new StrataFrame Windows Application&lt;div&gt;2. I add following references:&lt;div&gt;DevExpress.XtraBars.v10.1&lt;div&gt;DevExpress.Utils.v10.1&lt;div&gt;DevExpress.Data.v10.1&lt;div&gt;DevExpress.XtraEditors.v10.1&lt;div&gt;3 I add new Item and I select SF DevEx Maintenance Form&lt;div&gt;I click OK - That's where the error pops up:&lt;br/&gt;&lt;br/&gt;&lt;div&gt;&lt;img src="http://forum.strataframe.net/Uploads/Images/992a9e52-e382-4db8-8b04-98ed.JPG" alt="http://forum.strataframe.net/Uploads/Images/992a9e52-e382-4db8-8b04-98ed.JPG" /&gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;div&gt;The form is the added to the project anyway. I can drop any controls on it, Including the ones from SF wrapper, and it seems to work fine. I attached a sample solution, as requested.</description><pubDate>Mon, 27 Sep 2010 15:07:52 GMT</pubDate><dc:creator>Lukasz Kustusz</dc:creator></item><item><title>RE: Error when adding SF DevExp</title><link>http://forum.strataframe.net/FindPost28502.aspx</link><description>Could you post an example app that works with the EnhancedList and TextEdit but not with the Maintenance form?&amp;nbsp; Likely there is just a messed up reference somewhere, which is easy to fix once found....but hard to find without a project to look at.&amp;nbsp;&amp;nbsp; That way not only can the developers take&amp;nbsp; look, but there are other users who use DevX and they can test it as well.</description><pubDate>Mon, 27 Sep 2010 14:11:56 GMT</pubDate><dc:creator>Greg McGuffey</dc:creator></item><item><title>RE: Error when adding SF DevExp</title><link>http://forum.strataframe.net/FindPost28501.aspx</link><description>I've already used the EnhancedList, and TextEdit from the SF DevEx wrapper and it works ok. I'd rather you checked with your&amp;nbsp;developers&amp;nbsp;for this, as the goal for our evaluation of the trial for us is to see if&amp;nbsp;it will work seamlessly with our existing investment in DevExpress.</description><pubDate>Mon, 27 Sep 2010 14:05:48 GMT</pubDate><dc:creator>Lukasz Kustusz</dc:creator></item><item><title>RE: Error when adding SF DevExp</title><link>http://forum.strataframe.net/FindPost28500.aspx</link><description>At this stage, since you don't have the source code yet, I am not sure what could be happening. Have you tried using any of the SF wrapped DevEx controls from the inherited UI? Maybe the DevEx Maintenance form is a template and that is why you are getting the reference. I don't use DevEx, so I can't check it right now on my machine, I would have to ask the developers to create the test scenario to check it for you. But for the trial period, maybe you could go on and test the SF Maintenance Form and get the feeling of it, so you could have a general knowledge of what the framework could do for you.&lt;br/&gt;&lt;br/&gt;Cheers.</description><pubDate>Mon, 27 Sep 2010 11:57:14 GMT</pubDate><dc:creator>Ivan George Borges</dc:creator></item><item><title>RE: Error when adding SF DevExp</title><link>http://forum.strataframe.net/FindPost28499.aspx</link><description>Ivan,&amp;nbsp;&lt;br/&gt;&lt;br/&gt;&lt;div&gt;I did copy the the downloaded&amp;nbsp;MicroFour StrataFrame Inherited UI to both the&amp;nbsp;C:\Program Files (x86)\Common Files\MicroFour\StrataFrame and c:\Windows\Assembly. I did a search and I found another instance of this assembly in&amp;nbsp;C:\Program Files (x86)\MicroFour\StrataFrame\Assemblies, which I also replaced. I re-referenced this assembly in my project and rebuilt. The problem is still there. In addition, another one of our&amp;nbsp;developers&amp;nbsp;is using the same set of libraries, and he did the update also, and he also has the same issue. It really seems that there's something in that assembly that points to version 9.2 of the DevExpress. Could you do a test on your end to see if it works for you, for this form type?</description><pubDate>Mon, 27 Sep 2010 11:26:13 GMT</pubDate><dc:creator>Lukasz Kustusz</dc:creator></item><item><title>RE: Error when adding SF DevExp</title><link>http://forum.strataframe.net/FindPost28498.aspx</link><description>Well, the DLL you downloaded from the link I've sent you was specially built for the DevEx 10.1.6, so there shouldn't be any references to the older version in it.&lt;br/&gt;&lt;br/&gt;Sorry about it, but I guess I misinformed you when I asked you to look for an older version od the DLL, I meant the "MicroFour StrataFrame Inherited UI.dll". Once you copy the downloaded DLL to %ProgramFiles(x86)%\Common Files\MicroFour\StrataFrame, delete the ones from the GAC and then copy it to the GAC also, check if you find a copy of the "MicroFour StrataFrame Inherited UI.dll" anywhere else on your disk and delete it if found.</description><pubDate>Mon, 27 Sep 2010 09:43:18 GMT</pubDate><dc:creator>Ivan George Borges</dc:creator></item><item><title>RE: Error when adding SF DevExp</title><link>http://forum.strataframe.net/FindPost28497.aspx</link><description>GAC is updated with the downloaded Inherited.UI. I also did the search in C for the&amp;nbsp;&lt;span class="Apple-style-span" style="font-family: monospace; font-size: 13px; line-height: 21px; white-space: pre; -webkit-border-horizontal-spacing: 1px; -webkit-border-vertical-spacing: 1px; "&gt;DevExpress.Data.v9.2, but it's not there. Seems to me that the problem is caused because there's a reference in the Inherited.UI to &lt;/span&gt;&lt;span class="Apple-style-span" style="font-family: monospace; font-size: 13px; line-height: 21px; white-space: pre; -webkit-border-horizontal-spacing: 1px; -webkit-border-vertical-spacing: 1px; "&gt;DevExpress.Data.v9.2 which is not found on my PC.&lt;/span&gt;</description><pubDate>Mon, 27 Sep 2010 08:52:42 GMT</pubDate><dc:creator>Lukasz Kustusz</dc:creator></item><item><title>RE: Error when adding SF DevExp</title><link>http://forum.strataframe.net/FindPost28496.aspx</link><description>Have you copied the assemblies you downloaded to %ProgramFiles(x86)%\Common Files\MicroFour\StrataFrame, then deleted the same ones from the GAC and afterwards copied the downloaded assemblies to the GAC?&lt;br/&gt;&lt;br/&gt;After you do all this have a look at the assemblies in the GAC and check their version. Also, the message you are getting says it is finding a DevEx version 9.2 somewhere, if all the above fails, search your hard drive for a copy of this old version and delete it if found. </description><pubDate>Fri, 24 Sep 2010 18:33:12 GMT</pubDate><dc:creator>Ivan George Borges</dc:creator></item><item><title>RE: Error when adding SF DevExp</title><link>http://forum.strataframe.net/FindPost28495.aspx</link><description>I don't have the source code. I actually used the link you've sen't me back when I was installing the SF trial. I'd just redone it to make sure, but it's the same message.</description><pubDate>Fri, 24 Sep 2010 16:37:31 GMT</pubDate><dc:creator>Lukasz Kustusz</dc:creator></item><item><title>RE: Error when adding SF DevExp</title><link>http://forum.strataframe.net/FindPost28494.aspx</link><description>Hi Lukasz. &lt;br/&gt;&lt;br/&gt;If you are on trial, follow this link:&lt;br/&gt;&lt;br/&gt;&lt;a href="http://forum.strataframe.net/FindPost27986.aspx"&gt;&lt;a href="http://forum.strataframe.net/FindPost27986.aspx"&gt;http://forum.strataframe.net/FindPost27986.aspx&lt;/a&gt;&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;If you have the source code, open the MicroFour StrataFrame Inherited UI solution, change the references to your DevEx version and recompile it.&lt;br/&gt;&lt;br/&gt;Cheers.</description><pubDate>Fri, 24 Sep 2010 15:22:00 GMT</pubDate><dc:creator>Ivan George Borges</dc:creator></item></channel></rss>