﻿<?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 » WinForms (How do I?)  » After I install on Win 7 I get the following Error when I run the Program</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 13:16:11 GMT</lastBuildDate><ttl>20</ttl><item><title>After I install on Win 7 I get the following Error when I run the Program</title><link>http://forum.strataframe.net/FindPost32017.aspx</link><description>This is the error:&lt;br/&gt;&lt;br/&gt;&lt;strong&gt;&lt;font color="#0066cc" size="1"&gt;&lt;font color="#0066cc" size="1"&gt;Problem signature:&lt;br/&gt;&lt;br/&gt;&lt;/font&gt;&lt;/font&gt;&lt;/strong&gt;&lt;font size="1"&gt;Problem Event Name:	CLR20r3&lt;br/&gt;&lt;br/&gt;  Problem Signature 01:	prcarodeoscoresandtimes.exe&lt;br/&gt;&lt;br/&gt;  Problem Signature 02:	1.0.0.0&lt;br/&gt;&lt;br/&gt;  Problem Signature 03:	518121eb&lt;br/&gt;&lt;br/&gt;  Problem Signature 04:	MicroFour StrataFrame UI&lt;br/&gt;&lt;br/&gt;  Problem Signature 05:	1.7.6.0&lt;br/&gt;&lt;br/&gt;  Problem Signature 06:	50a3afb4&lt;br/&gt;&lt;br/&gt;  Problem Signature 07:	48&lt;br/&gt;&lt;br/&gt;  Problem Signature 08:	75&lt;br/&gt;&lt;br/&gt;  Problem Signature 09:	System.IO.FileNotFoundException&lt;br/&gt;&lt;br/&gt;  OS Version:	6.1.7601.2.1.0.256.48&lt;br/&gt;&lt;br/&gt;  Locale ID:	1033&lt;br/&gt;&lt;br/&gt;  Additional Information 1:	82e2&lt;br/&gt;&lt;br/&gt;  Additional Information 2:	82e23b36efee975bd0e9417ff09fe7bb&lt;br/&gt;&lt;br/&gt;  Additional Information 3:	3c12&lt;br/&gt;&lt;br/&gt;Obviously I only assume I have a Strataframe Error since it is mentioned in the error but does anybody have any ideas?&lt;br/&gt;&lt;br/&gt;Thanks in advance.&lt;br/&gt;&lt;br/&gt;  Additional Information 4:	3c12b34ff863b41347c85278bacc4199&lt;br/&gt;&lt;br/&gt;&lt;/font&gt;</description><pubDate>Sun, 05 May 2013 18:31:04 GMT</pubDate><dc:creator>Terry Bottorff</dc:creator></item><item><title>RE: After I install on Win 7 I get the following Error when I run the Program</title><link>http://forum.strataframe.net/FindPost32036.aspx</link><description>You are welcome Terry!!!</description><pubDate>Sun, 05 May 2013 18:31:04 GMT</pubDate><dc:creator>Edhy Rijo</dc:creator></item><item><title>RE: After I install on Win 7 I get the following Error when I run the Program</title><link>http://forum.strataframe.net/FindPost32035.aspx</link><description>I can see that the BO library versioning can be like a dog chasing it tail. Sounds good to reuse it but you better have good notes so all projects that need updated get done also. Wow.&lt;br/&gt;&lt;br/&gt;Thank you about copying the form.&lt;br/&gt;&lt;br/&gt;Thanks for all your help.</description><pubDate>Sun, 05 May 2013 18:11:54 GMT</pubDate><dc:creator>Terry Bottorff</dc:creator></item><item><title>RE: After I install on Win 7 I get the following Error when I run the Program</title><link>http://forum.strataframe.net/FindPost32034.aspx</link><description>Hi Terry,&lt;br/&gt;&lt;br/&gt;&amp;gt;&amp;gt; &lt;span id="ctl00_ctlContentPlaceHolder_ctl00_ctlTopic_ctlPanelBar_ctlTopicsRepeater_ctl01_lblFullMessage"&gt;I can see what you mean. I am going to have to start being very careful in how I update my tools and when I do it.&lt;br/&gt;Yes, you have to be very, very careful and organized to avoid headaches. &lt;span&gt;:crazy:&lt;/span&gt;&lt;br/&gt;&lt;br/&gt;&amp;gt;&amp;gt; &lt;/span&gt;&lt;span id="ctl00_ctlContentPlaceHolder_ctl00_ctlTopic_ctlPanelBar_ctlTopicsRepeater_ctl01_lblFullMessage"&gt;If you start another project and have the same BO Library do you just add a project to the new one and find the BO dll and add it?&lt;br/&gt;Yes, you can re-use the same BO with another project, but keep in mind that when you update that BO dll, you will have to also re-build both projects accessing that BO reference, specially if you change the BO dll version number.&amp;nbsp; Get use to keep your dll versioning clear and updated, so you don't go crazy with dll references.&lt;br/&gt;&lt;br/&gt;&amp;gt;&amp;gt; &lt;/span&gt;&lt;span id="ctl00_ctlContentPlaceHolder_ctl00_ctlTopic_ctlPanelBar_ctlTopicsRepeater_ctl01_lblFullMessage"&gt;Also, if there is a form in a previous project that you want do you copy the designer.vb, .resx and the .vb files to you new project structure and then Add it&lt;br/&gt;&amp;gt;&amp;gt; or do you just add it and find it where it is found now?&lt;br/&gt;What I do, is that from Windows Explorer, I copy that form files (all of them) then paste it in the other project, then from VS project right click where you want to add it and include those files, VS project will use those files now.&amp;nbsp; Be aware, that you cannot have the same class name in the same project unless you are using different Namespaces.&lt;br/&gt;&lt;/span&gt;</description><pubDate>Sun, 05 May 2013 16:37:55 GMT</pubDate><dc:creator>Edhy Rijo</dc:creator></item><item><title>RE: After I install on Win 7 I get the following Error when I run the Program</title><link>http://forum.strataframe.net/FindPost32033.aspx</link><description>I can see what you mean. I am going to have to start being very careful in how I update my tools and when I do it. &lt;br/&gt;&lt;br/&gt;If you start another project and have the same BO Library do you just add a project to the new one and find the BO dll and add it?&lt;br/&gt;&lt;br/&gt;Also, if there is a form in a previous project that you want do you copy the designer.vb, .resx and the .vb files to you new project structure and then Add it or do you just add it and find it where it is found now?&lt;br/&gt;&lt;br/&gt;TIA.</description><pubDate>Sun, 05 May 2013 15:08:35 GMT</pubDate><dc:creator>Terry Bottorff</dc:creator></item><item><title>RE: After I install on Win 7 I get the following Error when I run the Program</title><link>http://forum.strataframe.net/FindPost32032.aspx</link><description>Hi Terry,&lt;br/&gt;&lt;br/&gt;Sorry about the confusion with uninstall of DLLs, I am glad you got it working, it is a complicated subject to keep everything working on both places and been able to publish your updates successfully, it took me a great deal of trial and error and asking all over to get to a steady process and 95% automated process for my end users to apply the updates without me having to remote to their computers.</description><pubDate>Sun, 05 May 2013 13:46:38 GMT</pubDate><dc:creator>Edhy Rijo</dc:creator></item><item><title>RE: After I install on Win 7 I get the following Error when I run the Program</title><link>http://forum.strataframe.net/FindPost32031.aspx</link><description>Well, the reinstall or using the dll's from this subdirectory did the trick: C:\Program Files (x86)\Common Files\MicroFour\StrataFrame&lt;br/&gt;&lt;br/&gt;InstallAware, copying all dll's to the $targetdir$ allowed it to install and run the way it should. Thank you for the help.</description><pubDate>Sun, 05 May 2013 08:10:42 GMT</pubDate><dc:creator>Terry Bottorff</dc:creator></item><item><title>RE: After I install on Win 7 I get the following Error when I run the Program</title><link>http://forum.strataframe.net/FindPost32030.aspx</link><description>Duh. Makes more sense. Thanks........&lt;br/&gt;&lt;br/&gt;The Client machine has no reference to Microfour in the C:\Windows\Assembly and I have copied all the dll's into the TargetDirectory and rebuilt the InstallAware. Now I will try to reinstall and see what happens. I shall return with the results.&lt;br/&gt;&lt;br/&gt;Thanks again.</description><pubDate>Fri, 03 May 2013 15:36:40 GMT</pubDate><dc:creator>Terry Bottorff</dc:creator></item><item><title>RE: After I install on Win 7 I get the following Error when I run the Program</title><link>http://forum.strataframe.net/FindPost32029.aspx</link><description>Terry,&lt;br/&gt;&lt;br/&gt;&lt;div&gt;Sorry for the confusion, but when I said, uninstall, I mean at the customer computer, not your developer computer. &amp;nbsp;If you uninstall any dll from your developer computer, then you will need to either reinstall that program ex DevExpress, Strataframe, etc. or you need to run their setup repair option from the add/remove in the control panel.&lt;br/&gt;&lt;br/&gt;&lt;div&gt;Read my messages again, but all installs/uninstall applies to the client computer where you are installing your program using IA.</description><pubDate>Fri, 03 May 2013 14:53:48 GMT</pubDate><dc:creator>Edhy Rijo</dc:creator></item><item><title>RE: After I install on Win 7 I get the following Error when I run the Program</title><link>http://forum.strataframe.net/FindPost32028.aspx</link><description>Of the Dlls in the attached picture. Which Ones do you uninstall?&lt;br/&gt;&lt;br/&gt;I uninstalled and reinstalled the lastest version of Strataframe. I made sure all subdirectories, dlls were gone before reinstall. &lt;br/&gt;&lt;br/&gt;I will try to rebuild and create install with Installaware.&lt;br/&gt;&lt;br/&gt;TIA.</description><pubDate>Fri, 03 May 2013 14:30:10 GMT</pubDate><dc:creator>Terry Bottorff</dc:creator></item><item><title>RE: After I install on Win 7 I get the following Error when I run the Program</title><link>http://forum.strataframe.net/FindPost32027.aspx</link><description>Well I Uninstalled the Files in the C:\Windows\Assembly subdirectory and now I get this error when I try to load the project into VS2012. I suppose that definitely means I had a version issue but now if I can not load the project am I hosed?&lt;br/&gt;&lt;br/&gt;Exception&lt;br/&gt;&amp;nbsp; An error occurred while configuring the StrataFrame design-time data sources.&lt;br/&gt;FileNotFoundException&lt;br/&gt;&amp;nbsp; Could not load file or assembly 'MicroFour StrataFrame Base, Version=1.7.0.0, Culture=neutral, PublicKeyToken=99fe9917f71608a7' or one of its dependencies. The system cannot find the file specified.&lt;br/&gt;&lt;br/&gt;Source&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : &lt;br/&gt;&lt;br/&gt;Stack Trace: &lt;br/&gt;&lt;br/&gt;&amp;nbsp;&amp;nbsp; at MicroFour.StrataFrame.Data.ConnectionManager.SetConnections()&lt;br/&gt;&amp;nbsp;&amp;nbsp; at MicroFour.StrataFrame.AddIns.AddInManager.ᜃ()&lt;br/&gt;&lt;br/&gt;TIA.</description><pubDate>Fri, 03 May 2013 13:38:11 GMT</pubDate><dc:creator>Terry Bottorff</dc:creator></item><item><title>RE: After I install on Win 7 I get the following Error when I run the Program</title><link>http://forum.strataframe.net/FindPost32025.aspx</link><description>Hi Terry,&lt;br/&gt;&lt;br/&gt;&amp;gt;&amp;gt; &lt;span id="ctl00_ctlContentPlaceHolder_ctl00_ctlTopic_ctlPanelBar_ctlTopicsRepeater_ctl01_lblFullMessage"&gt;When you say you &lt;strong&gt;remove/uninstall&lt;/strong&gt; the dll's does that mean you just delete them or is there a way to uninstall?&lt;br/&gt;Yes, I manually go to the C:\WINDOWS\Assembly select the files I don't want, and right click and choose "Unisntall" or simply press the "Del" key.&lt;br/&gt;&lt;br/&gt;&amp;gt;&amp;gt; &lt;/span&gt;&lt;span id="ctl00_ctlContentPlaceHolder_ctl00_ctlTopic_ctlPanelBar_ctlTopicsRepeater_ctl01_lblFullMessage"&gt;How do you get Strataframe or DevExpress to find your dll's when let's say you add a XtraGrid to a Strataframe Form?&lt;br/&gt;It is actually very simple and straight forward if you have all the supporting dlls in your application' folder "$TARGETDIR$" in InstallAware (IA).&amp;nbsp; Ex: when I drop an XtraGrid in a form, DevExpress will add the required dlls needed for that control to work, then I make sure when I build my setup to include those dlls with the correct version (very important) and copy them to the &lt;/span&gt;&lt;span id="ctl00_ctlContentPlaceHolder_ctl00_ctlTopic_ctlPanelBar_ctlTopicsRepeater_ctl01_lblFullMessage"&gt;"$TARGETDIR$" in IA.&lt;br/&gt;&lt;br/&gt;&amp;gt;&amp;gt; &lt;/span&gt;&lt;span id="ctl00_ctlContentPlaceHolder_ctl00_ctlTopic_ctlPanelBar_ctlTopicsRepeater_ctl01_lblFullMessage"&gt;So in the project that I am having issues with, if I delete all the references to the dlls &amp;nbsp;that are there and then add them back in from the subdirectory that I am adding them to &lt;br/&gt;&amp;gt;&amp;gt; Installaware should I be OK?&lt;br/&gt;Nope, you don't need to delete the references to the dlls in your SF project. Let me give you an example:&lt;br/&gt;&lt;/span&gt;&lt;ol&gt;&lt;li&gt;&lt;span id="ctl00_ctlContentPlaceHolder_ctl00_ctlTopic_ctlPanelBar_ctlTopicsRepeater_ctl01_lblFullMessage"&gt;While developing your application you may have a reference to DevExpress.XtraGrid.v12.2 located in C:\Program Files (x86)\DevExpress\DXperience 12.2\Bin\Framework\DevExpress.XtraGrid.v12.2.dll&amp;nbsp; this is the default DevExpress setting and use that, so it is easier to use the DevExpress project conversion tool when new version is released.&lt;br/&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span id="ctl00_ctlContentPlaceHolder_ctl00_ctlTopic_ctlPanelBar_ctlTopicsRepeater_ctl01_lblFullMessage"&gt;Then you compile your application.&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span id="ctl00_ctlContentPlaceHolder_ctl00_ctlTopic_ctlPanelBar_ctlTopicsRepeater_ctl01_lblFullMessage"&gt;Now you build your IA setup I have the specific versions of all dlls in their own folders just for IA, so I can support applications which I have not updated to most current dlls version. &lt;br/&gt;&lt;/span&gt;&lt;/li&gt;&lt;ul&gt;&lt;li&gt;C&lt;span id="ctl00_ctlContentPlaceHolder_ctl00_ctlTopic_ctlPanelBar_ctlTopicsRepeater_ctl01_lblFullMessage"&gt;opy the &lt;/span&gt;&lt;span id="ctl00_ctlContentPlaceHolder_ctl00_ctlTopic_ctlPanelBar_ctlTopicsRepeater_ctl01_lblFullMessage"&gt;e:\images\assemblies\devexpress\v12.2.8\DevExpress.XtraGrid.v12.2.dll file and place it in the application's folder in IA will be something like this:&lt;/span&gt;&lt;/li&gt;&lt;li&gt;Install Files e:\images\assemblies\devexpress\v12.2.8\DevExpress.XtraGrid.v12.2.dll to $TARGETDIR$&lt;/li&gt;&lt;/ul&gt;&lt;li&gt;When you install your application, it will find the DevExpress.XtraGrid.v12.2.dll in the folder and will use it.&amp;nbsp; Problem I have seen is that sometimes if you may have the same version in the GAC folder, it may try to use that, so I had the need to manually remove that version as explained before.&lt;br/&gt;&lt;/li&gt;&lt;/ol&gt;&amp;gt;&amp;gt; &lt;span id="ctl00_ctlContentPlaceHolder_ctl00_ctlTopic_ctlPanelBar_ctlTopicsRepeater_ctl01_lblFullMessage"&gt;Also, when you upgrade say Strataframe from say 1.6 to 1.7 how do you get the dll's to end up in your file structure you are using?&lt;/span&gt;&lt;br/&gt;&lt;br/&gt;&lt;span id="ctl00_ctlContentPlaceHolder_ctl00_ctlTopic_ctlPanelBar_ctlTopicsRepeater_ctl01_lblFullMessage"&gt;Same method used in step 3 above.&lt;br/&gt;&lt;/span&gt;&lt;br/&gt;&lt;br/&gt;&lt;blockquote&gt;&lt;span id="ctl00_ctlContentPlaceHolder_ctl00_ctlTopic_ctlPanelBar_ctlTopicsRepeater_ctl01_lblFullMessage"&gt;&lt;/span&gt;&lt;/blockquote&gt;</description><pubDate>Fri, 03 May 2013 09:24:20 GMT</pubDate><dc:creator>Edhy Rijo</dc:creator></item><item><title>RE: After I install on Win 7 I get the following Error when I run the Program</title><link>http://forum.strataframe.net/FindPost32024.aspx</link><description>Edhy I have several questions:&lt;ul&gt;&lt;li&gt;When you say you &lt;strong&gt;remove/uninstall&lt;/strong&gt; the dll's does that mean you just delete them or is there a way to uninstall?&lt;/li&gt;&lt;li&gt;How do you get Strataframe or DevExpress to find your dll's when let's say you add a XtraGrid to a Strataframe Form?&lt;/li&gt;&lt;li&gt;So in the project that I am having issues with, if I delete all the references to the dlls &amp;nbsp;that are there and then add them back in from the subdirectory that I am adding them to Installaware should I be OK?&lt;/li&gt;&lt;li&gt;Also, when you upgrade say Strataframe from say 1.6 to 1.7 how do you get the dll's to end up in your file structure you are using?&lt;/li&gt;&lt;/ul&gt;TIA. </description><pubDate>Fri, 03 May 2013 08:57:04 GMT</pubDate><dc:creator>Terry Bottorff</dc:creator></item><item><title>RE: After I install on Win 7 I get the following Error when I run the Program</title><link>http://forum.strataframe.net/FindPost32022.aspx</link><description>Hi Terry,&lt;br/&gt;&lt;br/&gt;You definitely have a problem with mixing DLL somehow.&amp;nbsp; Here is what I do and what I have experience:&lt;br/&gt;&lt;ol&gt;&lt;li&gt;In the past, I used to install my DLLs to the GAC folder C:\WINDOWS\Assemblies.&lt;/li&gt;&lt;li&gt;Later for update conveniences I decided to deploy all my DLLs to the same folder of my application, that will make it easier for me to update those files using the &lt;a href="https://www.kineticjump.com/update/default.aspx"&gt;AppLifeUpdate from KineticJump&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Sometimes my application would fail running because even though the DLLs are now in the application folder, it may try to use the ones in the GAC folder, so I had to manually go to C:\WINDOWS\Assemblies and remove/uninstall those DLLs.&amp;nbsp; This may be your case.&lt;/li&gt;&lt;/ol&gt;Also, I keep an organized folder structure for my DLLs images, because I deal with several applications created with SF, DevExpress and other 3rd party controls, but not all applications are using the same version of those DLLs, so whenever I use a new version of any of my controls I create a new folder for it like this:&lt;br/&gt;&lt;br/&gt;E:\Images\Assemblies\DevExpress\v10.2.5&lt;br/&gt;&lt;br/&gt;E:\Images\Assemblies\DevExpress\v10.2.6&lt;br/&gt;&lt;br/&gt;E:\Images\Assemblies\StrataFrame\Assemblies\V1.7.3.5&lt;br/&gt;&lt;br/&gt;E:\Images\Assemblies\StrataFrame\Assemblies\V1.7.4.0&lt;br/&gt;&lt;br/&gt;Hope this help you figure out what is going on.</description><pubDate>Thu, 02 May 2013 11:49:03 GMT</pubDate><dc:creator>Edhy Rijo</dc:creator></item><item><title>RE: After I install on Win 7 I get the following Error when I run the Program</title><link>http://forum.strataframe.net/FindPost32021.aspx</link><description>I use Installaware. I used the same subdirectory for the dll's that I used for another project that did install correctly and I have checked to make sure that the dll's are copied into the target directory.&lt;br/&gt;&lt;br/&gt;?&lt;br/&gt;&lt;br/&gt;TIA.</description><pubDate>Thu, 02 May 2013 10:46:43 GMT</pubDate><dc:creator>Terry Bottorff</dc:creator></item><item><title>RE: After I install on Win 7 I get the following Error when I run the Program</title><link>http://forum.strataframe.net/FindPost32020.aspx</link><description>Nothing&amp;nbsp;specifically&amp;nbsp;has to be installed on the client machine. &amp;nbsp;You just need to make sure that all of your references are included in the same folder as that *.exe. &amp;nbsp;Usually, that means:&lt;br/&gt;&lt;br/&gt;&lt;div&gt;MicroFour StrataFrame Base.dll&lt;div&gt;MicroFour StrataFrame Business.dll&lt;div&gt;MicroFour StrataFrame UI.dll&lt;br/&gt;&lt;br/&gt;&lt;div&gt;and depending upon the version:&lt;br/&gt;&lt;br/&gt;&lt;div&gt;MicroFour StrataFrame Lzma.dll&lt;br/&gt;&lt;br/&gt;&lt;div&gt;The files also need to be the exact version that was used to build the .exe. &amp;nbsp;If you have an assembly with a different signature (version, key, etc.) then .NET worn't be able to load it, and will throw a FileNotFound exception.&lt;br/&gt;&lt;br/&gt;&lt;div&gt;What did you use to deploy your .exe? &amp;nbsp;An installer, like InstallShield or InstallAware, or did you just copy the files out?</description><pubDate>Thu, 02 May 2013 09:33:07 GMT</pubDate><dc:creator>StrataFrame Team</dc:creator></item><item><title>RE: After I install on Win 7 I get the following Error when I run the Program</title><link>http://forum.strataframe.net/FindPost32019.aspx</link><description>That is the error that occurs on the client machine when you try and run it. &lt;br/&gt;&lt;br/&gt;How do I debug it or try and debug it? What has to be installed on the client machine?&lt;br/&gt;&lt;br/&gt;TIA.</description><pubDate>Thu, 02 May 2013 09:09:36 GMT</pubDate><dc:creator>Terry Bottorff</dc:creator></item><item><title>RE: After I install on Win 7 I get the following Error when I run the Program</title><link>http://forum.strataframe.net/FindPost32018.aspx</link><description>Do you have the ability to debug it? &amp;nbsp;Or is that an error from the event log on a customer's machine?</description><pubDate>Thu, 02 May 2013 07:42:58 GMT</pubDate><dc:creator>StrataFrame Team</dc:creator></item></channel></rss>