﻿<?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 / Issues  / The Add-in 'StrataFrame Add-In Manager' failed to load or caused an exception / Latest Posts</title><generator>InstantForum.NET v4.1.4</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>forum@strataframe.net</webMaster><lastBuildDate>Fri, 21 Nov 2008 12:09:28 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: The Add-in 'StrataFrame Add-In Manager' failed to load or caused an exception</title><link>http://forum.strataframe.net/Topic211-10-1.aspx</link><description>Great!  Let us know how we can help. :)</description><pubDate>Thu, 02 Aug 2007 15:00:03 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: The Add-in 'StrataFrame Add-In Manager' failed to load or caused an exception</title><link>http://forum.strataframe.net/Topic211-10-1.aspx</link><description>&lt;STRONG&gt;reinstalled Vs 2005 and it work :) thanks&lt;/STRONG&gt;&lt;BR&gt;---------------------------------&lt;BR&gt;&lt;U&gt;long version:&lt;/U&gt;&lt;BR&gt;I  installed others 3º party tools for Vs 2005 (a devexpress demo) and this doesnt appear too... my VS 2005 dont work well with addins... I try everything and nothing happened... sp1.. edit xml... copy it to all addins paths.. add a new path of addins and copy the xml.... &lt;/P&gt;&lt;P&gt;I installed VS 2005 on another PC with strataframe and voila! this works... now learning with the tutorials of the help with that PC, the problem was VS 2005 :S I not sure why.&lt;/P&gt;&lt;P&gt;Thanks for the reply, I will evaluate the framework and see if It suit we needs to buy it, sure later I ask something but for now thanks for all :D</description><pubDate>Thu, 02 Aug 2007 13:52:55 GMT</pubDate><dc:creator>Fabian R Silva, -</dc:creator></item><item><title>RE: The Add-in 'StrataFrame Add-In Manager' failed to load or caused an exception</title><link>http://forum.strataframe.net/Topic211-10-1.aspx</link><description>Is the StrataFrame menu from within Visual Studio missing?  If so, the problem is probably two-fold.  First, make sure that you have the StrataFrame.AddIn file located on your user folder.  Here is an example path:&lt;/P&gt;&lt;P&gt;[codesnippet]C:\Documents and Settings\YourUserName\Application Data\Microsoft\MSEnvShared\AddIns[/codesnippet]&lt;/P&gt;&lt;P&gt;The file name is "StrataFrame.AddIn"&lt;/P&gt;&lt;P&gt;If this file exists, then more than likely an error occured when Visual Studio was loading StrataFrame which caused the AddIn to remove itself.  First, the StrataFrame database MUST be installed and accessible.  The first time that you go into Visual Studio after installing SF, it will pop-up a window asking you to point the SQL Server where the StrataFrame database was installed.  If this doesn't happen, then we can go from there.&lt;/P&gt;&lt;P&gt;First, make sure that your StrataFrame.AddIn file exists and looks like this:&lt;/P&gt;&lt;P&gt;[codesnippet]&amp;lt;?xml version="1.0" encoding="UTF-8" standalone="no"?&amp;gt;&lt;BR&gt;&amp;lt;Extensibility xmlns="&lt;A href="http://schemas.microsoft.com/AutomationExtensibility"&gt;http://schemas.microsoft.com/AutomationExtensibility&lt;/A&gt;"&amp;gt;&lt;BR&gt; &amp;lt;HostApplication&amp;gt;&lt;BR&gt;  &amp;lt;Name&amp;gt;Microsoft Visual Studio Macros&amp;lt;/Name&amp;gt;&lt;BR&gt;  &amp;lt;Version&amp;gt;8.0&amp;lt;/Version&amp;gt;&lt;BR&gt; &amp;lt;/HostApplication&amp;gt;&lt;BR&gt; &amp;lt;HostApplication&amp;gt;&lt;BR&gt;  &amp;lt;Name&amp;gt;Microsoft Visual Studio&amp;lt;/Name&amp;gt;&lt;BR&gt;  &amp;lt;Version&amp;gt;8.0&amp;lt;/Version&amp;gt;&lt;BR&gt; &amp;lt;/HostApplication&amp;gt;&lt;BR&gt; &amp;lt;Addin&amp;gt;&lt;BR&gt;  &amp;lt;FriendlyName&amp;gt;StrataFrame Add-In Manager&amp;lt;/FriendlyName&amp;gt;&lt;BR&gt;  &amp;lt;Description&amp;gt;Adds extended functionality to the Visual Studio development environment for teh MicroFour StrataFrame Application Framework and Database Management Toolkit.&amp;lt;/Description&amp;gt;&lt;BR&gt;  &amp;lt;AboutBoxDetails&amp;gt;For more information about MicroFour StrataFrame, visit our website at\rhttp://www.strataframe.net\rCopyright (c) 2005 MicroFour, Inc. Inc.&amp;lt;/AboutBoxDetails&amp;gt;&lt;BR&gt;  &amp;lt;Assembly&amp;gt;C:\Program Files\Common Files\MicroFour\StrataFrame\MicroFour StrataFrame AddIns.dll&amp;lt;/Assembly&amp;gt;&lt;BR&gt;  &amp;lt;FullClassName&amp;gt;MicroFour.StrataFrame.AddIns.AddInManager&amp;lt;/FullClassName&amp;gt;&lt;BR&gt;  &amp;lt;LoadBehavior&amp;gt;1&amp;lt;/LoadBehavior&amp;gt;&lt;BR&gt;  &amp;lt;CommandPreload&amp;gt;0&amp;lt;/CommandPreload&amp;gt;&lt;BR&gt;  &amp;lt;CommandLineSafe&amp;gt;0&amp;lt;/CommandLineSafe&amp;gt;&lt;BR&gt; &amp;lt;/Addin&amp;gt;&lt;BR&gt;&amp;lt;/Extensibility&amp;gt;[/codesnippet]&lt;/P&gt;&lt;P&gt;After you change the StrataFrame.AddIn file to match what is above, go back into Visual Studio to see if you get any type of warning or error.  If so, then post it here so we can go from there.&lt;BR&gt;</description><pubDate>Thu, 02 Aug 2007 09:40:41 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: The Add-in 'StrataFrame Add-In Manager' failed to load or caused an exception</title><link>http://forum.strataframe.net/Topic211-10-1.aspx</link><description>Hello, I installed strataframe demo and the menu doesnt appears, I searched for "MicroFour StrataFrame AddIns - To Deploy.AddIn" and see that it doesnt exist :crying: how I can extract from the installer this file and copy manually to the correct path? thanks&lt;/P&gt;&lt;P&gt;Fabian&lt;BR&gt;&lt;A href="mailto:frs2002@hotmail.com"&gt;frs2002@hotmail.com&lt;/A&gt;</description><pubDate>Wed, 01 Aug 2007 09:43:35 GMT</pubDate><dc:creator>Fabian R Silva, -</dc:creator></item><item><title>RE: The Add-in 'StrataFrame Add-In Manager' failed to load or caused an exception</title><link>http://forum.strataframe.net/Topic211-10-1.aspx</link><description>Great!  We will update the installation to provide this support in the future.  ;)</description><pubDate>Sat, 25 Mar 2006 11:31:47 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: The Add-in 'StrataFrame Add-In Manager' failed to load or caused an exception</title><link>http://forum.strataframe.net/Topic211-10-1.aspx</link><description>Hi Trend,&lt;/P&gt;&lt;P&gt;Ben mailed me already the solution. For my German VS the folders are named with 1031, 1033 is for english. So I found all template zip files in 1033 folders, copied them to the 1031 folders and started setup like Ben told me from the  DOS-prompt.&lt;/P&gt;&lt;P&gt;Now all templates are available :P and I started working with them already!&lt;/P&gt;&lt;P&gt;Thanks a lot for your and Ben's help!&lt;/P&gt;&lt;P&gt;Regards,</description><pubDate>Sat, 25 Mar 2006 09:49:38 GMT</pubDate><dc:creator>Stefan Zehner</dc:creator></item><item><title>RE: The Add-in 'StrataFrame Add-In Manager' failed to load or caused an exception</title><link>http://forum.strataframe.net/Topic211-10-1.aspx</link><description>Stefan,&lt;/P&gt;&lt;P&gt;Look under the following path (will be slightly different since your paths will be mostly in German) and tell me what sub folders exist here.  In English, there is a single folder called "1033"  What do you have in your folder?  Thanks.</description><pubDate>Fri, 24 Mar 2006 16:25:43 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: The Add-in 'StrataFrame Add-In Manager' failed to load or caused an exception</title><link>http://forum.strataframe.net/Topic211-10-1.aspx</link><description>Hi Trend,&lt;/P&gt;&lt;P&gt;[quote]Do you have any templates available when you go to create a new project.  For example, if you create a new project, is there a StrataFrame Windows Application template available under VB or C#?[/quote]&lt;/P&gt;&lt;P&gt;I am sorry, but there no templates of Strataframe at all. &lt;/P&gt;&lt;P&gt;Is'nt there some *.vsi files fir templates? I think in VS you can click on them to install them.&lt;BR&gt;Maybe there are difficulties again with my German Windows and VS. If there are parameters in your setup wich contains any path names or others, Ican look it up for you. &lt;/P&gt;&lt;P&gt;I am off for an hour from now on!&lt;/P&gt;&lt;P&gt;Regards,</description><pubDate>Fri, 24 Mar 2006 10:53:05 GMT</pubDate><dc:creator>Stefan Zehner</dc:creator></item><item><title>RE: The Add-in 'StrataFrame Add-In Manager' failed to load or caused an exception</title><link>http://forum.strataframe.net/Topic211-10-1.aspx</link><description>Stefan,&lt;/P&gt;&lt;P&gt;Do you have any templates available when you go to create a new project.  For example, if you create a new project, is there a StrataFrame Windows Application template available under VB or C#?</description><pubDate>Fri, 24 Mar 2006 10:33:08 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: The Add-in 'StrataFrame Add-In Manager' failed to load or caused an exception</title><link>http://forum.strataframe.net/Topic211-10-1.aspx</link><description>Hi Trend,&lt;/P&gt;&lt;P&gt;[quote]...was because we assumed the menu would have an item named "Help."  Obviously this isn't the correct spelling in German.[/quote]&lt;/P&gt;&lt;P&gt;Yes, thats right and you have choosen the right translation ;), 'cause the menu is running now!&lt;/P&gt;&lt;P&gt;Thanks very much!&lt;/P&gt;&lt;P&gt;Regards,</description><pubDate>Fri, 24 Mar 2006 02:50:33 GMT</pubDate><dc:creator>Stefan Zehner</dc:creator></item><item><title>RE: The Add-in 'StrataFrame Add-In Manager' failed to load or caused an exception</title><link>http://forum.strataframe.net/Topic211-10-1.aspx</link><description>Stefan,&lt;/P&gt;&lt;P&gt;I think we have worked through most of the issues.  The reason the menu wasn't showing up was because we assumed the menu would have an item named "Help."  Obviously this isn't the correct spelling in German.  We have resolved this issue for all languages.  The next order of business is the templates :D</description><pubDate>Thu, 23 Mar 2006 16:57:18 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: The Add-in 'StrataFrame Add-In Manager' failed to load or caused an exception</title><link>http://forum.strataframe.net/Topic211-10-1.aspx</link><description>Hi Trend,&lt;/P&gt;&lt;P&gt;that sounds great! Give me another 40min, because I decided to reinstall VS first. I'll install StrataFrame immedietly then. If there are questions you have already, then ask please. I can answer them then right away, after installing.&lt;/P&gt;&lt;P&gt;Regards,</description><pubDate>Thu, 23 Mar 2006 13:50:37 GMT</pubDate><dc:creator>Stefan Zehner</dc:creator></item><item><title>RE: The Add-in 'StrataFrame Add-In Manager' failed to load or caused an exception</title><link>http://forum.strataframe.net/Topic211-10-1.aspx</link><description>Stefan,&lt;P&gt;We have made a change to the installation that will support other languages properly.  To get the latest build, login to the "My Account" are of the website (&lt;A href="http://www.strataframe.net/"&gt;http://www.strataframe.net&lt;/A&gt; ) and download the Application Framework Setup (Pre-Release).  &lt;/P&gt;&lt;P&gt;Once this is installed, you will probably still be missing the templates.  We are going to make a change here as well, but need to get some information from you once you have the pre-release installed.&lt;/P&gt;&lt;P&gt;Just so you know, we are starting the process of localizing StrataFrame in German, which will include all of the editors and development environment.  This will also include the templates.  So we have a great desire to make sure that StrataFrame is works seamlessly in many differents languages, expecially German.&lt;/P&gt;&lt;P&gt;Thanks for your patience on this.</description><pubDate>Thu, 23 Mar 2006 12:58:16 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: The Add-in 'StrataFrame Add-In Manager' failed to load or caused an exception</title><link>http://forum.strataframe.net/Topic211-10-1.aspx</link><description>Hi Ben,&lt;/P&gt;&lt;P&gt;[quote]&lt;BR&gt;C:\Programme\Gemeinsame Dateien\MicroFour\StrataFrame\MicroFour StrataFrame AddIns.dll&lt;/ASSEMBLY&gt;&lt;BR&gt;[/quote]&lt;/P&gt;&lt;P&gt;That was already what I have done befor. That was the solution for Ricardo, wasn't it?&lt;/P&gt;&lt;P&gt;After I have changed that, I hadn't got an error any more, but no Menu and no templates as well.&lt;BR&gt;&lt;BR&gt;Thanks,</description><pubDate>Thu, 23 Mar 2006 11:28:38 GMT</pubDate><dc:creator>Stefan Zehner</dc:creator></item><item><title>RE: The Add-in 'StrataFrame Add-In Manager' failed to load or caused an exception</title><link>http://forum.strataframe.net/Topic211-10-1.aspx</link><description>Stefan,&lt;br&gt;&lt;br&gt;Edit the .AddIn file and check the line that is labeled &lt;Assembly&gt;.  The line should be this:&lt;br&gt;&lt;br&gt;&lt;Assembly&gt;C:\Programme\Gemeinsame Dateien\MicroFour\StrataFrame\MicroFour StrataFrame AddIns.dll&lt;/Assembly&gt;&lt;br&gt;&lt;br&gt;Also, the &lt;LoadBehavior&gt; line should be this:&lt;br&gt;&lt;br&gt;&lt;LoadBehavior&gt;1&lt;/LoadBehavior&gt;&lt;br&gt;&lt;br&gt;I think that the "Common Files" wasn't replaced with "Gemeinsame Dateien" properly.&lt;br&gt;&lt;br&gt;We're working on changing the install to dynamically create the .AddIn file since the file will not support the use of environment variables (%CommonProgramFiles%).</description><pubDate>Thu, 23 Mar 2006 10:44:17 GMT</pubDate><dc:creator>Ben Chase</dc:creator></item><item><title>RE: The Add-in 'StrataFrame Add-In Manager' failed to load or caused an exception</title><link>http://forum.strataframe.net/Topic211-10-1.aspx</link><description>[quote][b]Ben Chase (03/23/2006)[/b][hr]Stefan,&lt;BR&gt;2. Type '%APPDATA%' into the Open blank (without typing the quotes).&lt;BR&gt;[/quote]&lt;/P&gt;&lt;P&gt;There I get an error, because Windows tryes to open 'C:\Dokumente'. The reak path is 'C:\Dokumente und Einstellungen\...'&lt;/P&gt;&lt;P&gt;[quote]Also, within Visual Studio, if you open up Tools -&amp;gt; AddIn Manager..., do you see "StrataFrame Add-In Manager" listed in there?[/quote]&lt;/P&gt;&lt;P&gt;Yes, I can see it, like it is described in the helpfile. &lt;/P&gt;&lt;P&gt;Tanks,</description><pubDate>Thu, 23 Mar 2006 09:17:44 GMT</pubDate><dc:creator>Stefan Zehner</dc:creator></item><item><title>RE: The Add-in 'StrataFrame Add-In Manager' failed to load or caused an exception</title><link>http://forum.strataframe.net/Topic211-10-1.aspx</link><description>Stefan,&lt;br&gt;&lt;br&gt;I'm not sure whether you're environment variables are going to be the same as mine, but let's give this a try:&lt;br&gt;&lt;br&gt;1.  Open up the Run menu (Start -&gt; Run).&lt;br&gt;2.  Type '%APPDATA%' into the Open blank (without typing the quotes).&lt;br&gt;3.  Click OK.&lt;br&gt;4.  Tell me what path it opened.&lt;br&gt;5.  In the folder, can you navigate to "Microsoft\MSEnvShared\AddIns\"?&lt;br&gt;&lt;br&gt;Also, within Visual Studio, if you open up Tools -&gt; AddIn Manager..., do you see "StrataFrame Add-In Manager" listed in there?</description><pubDate>Thu, 23 Mar 2006 08:55:11 GMT</pubDate><dc:creator>Ben Chase</dc:creator></item><item><title>RE: The Add-in 'StrataFrame Add-In Manager' failed to load or caused an exception</title><link>http://forum.strataframe.net/Topic211-10-1.aspx</link><description>Sorry, I forgot to tell, that I haven't got an error message any more. But no StrataFrame Menu.&lt;/P&gt;&lt;P&gt;Thanks!</description><pubDate>Thu, 23 Mar 2006 05:42:06 GMT</pubDate><dc:creator>Stefan Zehner</dc:creator></item><item><title>RE: The Add-in 'StrataFrame Add-In Manager' failed to load or caused an exception</title><link>http://forum.strataframe.net/Topic211-10-1.aspx</link><description>Hi There &amp;lt;g&amp;gt;!&lt;/P&gt;&lt;P&gt;I've installes the eval version for VS2005 and I have similar problems like Ricardo. ut I can't solve the Problems. Can u assist me please?&lt;/P&gt;&lt;P&gt;I changed the dll as well for my needs (german) to c:\Programm\...&lt;/P&gt;&lt;P&gt;And the other dll is named .AddIn, I have checked this.&lt;/P&gt;&lt;P&gt;The Tag &amp;gt;1&amp;lt; you told about is 5 in my dll. I tryed 1 as well but without any success. I have no StrataFrame menu and I can't go on now with trying.&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Stefan</description><pubDate>Thu, 23 Mar 2006 04:56:41 GMT</pubDate><dc:creator>Stefan Zehner</dc:creator></item><item><title>RE: The Add-in 'StrataFrame Add-In Manager' failed to load or caused an exception</title><link>http://forum.strataframe.net/Topic211-10-1.aspx</link><description>Yes the "Application Data" or "Dados de Aplicativos" is 'hidden' so you'll have to make sure hidden files are visible before you can open the folder.  Then if you cannot get your StrataFrame menu to show up, make sure you open the "MicroFour StrataFrame AddIns - To Deploy.AddIn" file and make sure the &lt;assembly&gt; tag says:&lt;br&gt;&lt;br&gt;&lt;Assembly&gt;C:\Arquivos de programas\Arquivos comuns\MicroFour\StrataFrame\MicroFour StrataFrame AddIns.dll&lt;/Assembly&gt;</description><pubDate>Wed, 01 Feb 2006 08:47:17 GMT</pubDate><dc:creator>Ben Chase</dc:creator></item><item><title>RE: The Add-in 'StrataFrame Add-In Manager' failed to load or caused an exception</title><link>http://forum.strataframe.net/Topic211-10-1.aspx</link><description>Then surprise, my folder go to only "C:\Documents and Settings\Ricardo\Application Data" and then other folders, but not Microsoft\.....&lt;/P&gt;&lt;P&gt;I figure out, here in portuguese the "Application Data" folder is called "Dados de Aplicativos"and it's not visible for some reason, but if i write in the windows explorer path, works... &lt;/P&gt;&lt;P&gt;It is installed right... now&lt;/P&gt;&lt;P&gt;Thanks Anyway...</description><pubDate>Wed, 01 Feb 2006 01:29:13 GMT</pubDate><dc:creator>Ricardo Quartier</dc:creator></item><item><title>RE: The Add-in 'StrataFrame Add-In Manager' failed to load or caused an exception</title><link>http://forum.strataframe.net/Topic211-10-1.aspx</link><description>Hi, me again, same issue... diferente problem :crazy:&lt;/P&gt;&lt;P&gt;I instaled the new version of SF 1.3.0 (removed the last one first) then when i try to run the same error happened:&lt;/P&gt;&lt;P&gt;&lt;TABLE cellSpacing=0 cellPadding=0 width="100%"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class=smalltxt vAlign=top&gt;&lt;SPAN id=_ctl1__ctl0_ctlTopic__ctl0_ctlPanelBar_ctlTopicsRepeater__ctl1_lblFullMessage&gt;The Strataframe menu is not displayed in the visaul studio menu, and when i try to use the add-in manager it shows that error: &lt;P&gt;---------------------------&lt;BR&gt;Microsoft Visual Studio&lt;BR&gt;---------------------------&lt;BR&gt;The Add-in 'StrataFrame Add-In Manager' failed to load or caused an exception.&lt;BR&gt;Would you like to remove this Add-in?&lt;BR&gt;If you choose yes, the file it was loaded from, 'C:\Documents and Settings\Ricardo\Dados de aplicativos\Microsoft\MSEnvShared\Addins\MicroFour StrataFrame AddIns - To Deploy.AddIn', will be renamed.&lt;/P&gt;&lt;P&gt;Error Message: O sistema não pode encontrar o arquivo especificado. -&amp;gt; That means: The system could not find the file&lt;/P&gt;&lt;P&gt;&lt;BR&gt;Error number: 80070002&lt;BR&gt;---------------------------&lt;BR&gt;Yes   No   &lt;BR&gt;---------------------------&lt;/P&gt;&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/P&gt;&lt;P&gt;Ao i said to not remove the add-in, then look the Add-in menu on the VS2005, it's there... if i click to open.. i get the same error...&lt;/P&gt;&lt;P&gt;OK, then i checked the other post about diferent files and folders names... i went to the folder: C:\Arquivos de programas\Arquivos comuns\MicroFour\StrataFrame to look for the file "MicroFour StrataFrame AddIns.dll" and it is there, then i decided to go to "C:\Documents and Settings\Ricardo\Application Data\Microsoft\MSEnvShared\Addins folder and to make sure the "MicroFour StrataFrame AddIns - To Deploy.AddIn" file's extension has not been changed to "Addin_".&lt;/P&gt;&lt;P&gt;Then surprise, my folder go to only "C:\Documents and Settings\Ricardo\Application Data" and then other folders, but not Microsoft\.....&lt;/P&gt;&lt;P&gt;Did u guys change something on this version? Im without a clue again, i try to search for the file "MicroFour StrataFrame AddIns - To Deploy.AddIn" on the comp, but there isn't this file... im true lost.&lt;/P&gt;&lt;P&gt;Any idea Ben?&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Ricardo</description><pubDate>Tue, 31 Jan 2006 23:25:38 GMT</pubDate><dc:creator>Ricardo Quartier</dc:creator></item><item><title>RE: The Add-in 'StrataFrame Add-In Manager' failed to load or caused an exception</title><link>http://forum.strataframe.net/Topic211-10-1.aspx</link><description>To test this, open a Windows Explorer window and type %CommonProgramFiles% in the address bar and hit Enter. If the window navigates to the C:\Arquivos de programas\Arquivos comuns\ folder, then your environment variables are in English.&lt;/P&gt;&lt;P&gt;----------------&lt;/P&gt;&lt;P&gt;YES, I done that and it worked that way...</description><pubDate>Tue, 31 Jan 2006 23:06:17 GMT</pubDate><dc:creator>Ricardo Quartier</dc:creator></item><item><title>RE: The Add-in 'StrataFrame Add-In Manager' failed to load or caused an exception</title><link>http://forum.strataframe.net/Topic211-10-1.aspx</link><description>Are your Environment Variables in English?  For instance, do you have an environment variable for %CommonProgramFiles%?&lt;br&gt;&lt;br&gt;To test this, open a Windows Explorer window and type %CommonProgramFiles% in the address bar and hit Enter.  If the window navigates to the C:\Arquivos de programas\Arquivos comuns\ folder, then your environment variables are in English.&lt;br&gt;&lt;br&gt;Just curious.</description><pubDate>Fri, 02 Dec 2005 08:40:57 GMT</pubDate><dc:creator>Ben Chase</dc:creator></item><item><title>RE: The Add-in 'StrataFrame Add-In Manager' failed to load or caused an exception</title><link>http://forum.strataframe.net/Topic211-10-1.aspx</link><description>I will make sure this gets changed... thanks for the heads up.</description><pubDate>Fri, 02 Dec 2005 08:27:06 GMT</pubDate><dc:creator>Ben Chase</dc:creator></item><item><title>RE: The Add-in 'StrataFrame Add-In Manager' failed to load or caused an exception</title><link>http://forum.strataframe.net/Topic211-10-1.aspx</link><description>Hi ...&lt;/P&gt;&lt;P&gt;Well, i checked the things u said, and you are right, the Strataframe DLL's go to some place else in the instalation. Anyway in this file called "MicroFour StrataFrame AddIns - To Deploy.AddIn",  I changed this line:&lt;/P&gt;&lt;P&gt;&amp;lt;Assembly&amp;gt;C:\Program Files\Common Files\MicroFour\StrataFrame\MicroFour StrataFrame AddIns.dll&amp;lt;/Assembly&amp;gt;&lt;/P&gt;&lt;P&gt;to&lt;/P&gt;&lt;P&gt;&amp;lt;Assembly&amp;gt;C:\Arquivos de programas\Arquivos comuns\MicroFour\StrataFrame\MicroFour StrataFrame AddIns.dll&amp;lt;/Assembly&amp;gt; :D&lt;/P&gt;&lt;P&gt;Then i set the Add-In manager in Visual Studio to auto start, then close and open again, then works... the menu is there and the error stoped. :)&lt;/P&gt;&lt;P&gt;This probably going to happen with other non-english windows, the system folders have translated names...&lt;/P&gt;&lt;P&gt;Anyway, i will start now... Thanks !</description><pubDate>Thu, 01 Dec 2005 17:01:18 GMT</pubDate><dc:creator>Ricardo Quartier</dc:creator></item><item><title>RE: The Add-in 'StrataFrame Add-In Manager' failed to load or caused an exception</title><link>http://forum.strataframe.net/Topic211-10-1.aspx</link><description>Check the C:\Program Files\Common Files\MicroFour\StrataFrame\ folder and verify that the MicroFour StrataFrame AddIns.dll file is there.&lt;br&gt;&lt;br&gt;Then, go to the C:\Documents and Settings\your_username\Application Data\Microsoft\MSEnvShared\Addins folder and make sure the "MicroFour StrataFrame AddIns - To Deploy.AddIn" file's extension has not been changed to "Addin_".  If the file has not been renamed, then you will need to open it (use Visual Studio or Notepad) and verify that the "&lt;LoadBehavior&gt;1&lt;/LoadBehavior&gt;" tag is set to 1, not 0.  I believe that it's the 5th line from the bottom of the file.  If the tag is set to 0, then change it back to 1.&lt;br&gt;&lt;br&gt;My guess is that your MicroFour StrataFrame AddIns.dll file is missing, but Visual Studio could be looking for some other DLL not in a 1033 folder (since your region code is not 1033).&lt;br&gt;&lt;br&gt;Let me know how this works.</description><pubDate>Thu, 01 Dec 2005 13:42:06 GMT</pubDate><dc:creator>Ben Chase</dc:creator></item><item><title>The Add-in 'StrataFrame Add-In Manager' failed to load or caused an exception</title><link>http://forum.strataframe.net/Topic211-10-1.aspx</link><description>The Strataframe menu is not displayed in the visaul studio menu, and when i try to use the add-in manager it shows that error:&lt;/P&gt;&lt;P&gt;---------------------------&lt;BR&gt;Microsoft Visual Studio&lt;BR&gt;---------------------------&lt;BR&gt;The Add-in 'StrataFrame Add-In Manager' failed to load or caused an exception.&lt;BR&gt;Would you like to remove this Add-in?&lt;BR&gt;If you choose yes, the file it was loaded from, 'C:\Documents and Settings\Ricardo\Dados de aplicativos\Microsoft\MSEnvShared\Addins\MicroFour StrataFrame AddIns - To Deploy.AddIn', will be renamed.&lt;/P&gt;&lt;P&gt;Error Message: O sistema não pode encontrar o arquivo especificado. -&amp;gt; That means: The system could not find the file&lt;/P&gt;&lt;P&gt;&lt;BR&gt;Error number: 80070002&lt;BR&gt;---------------------------&lt;BR&gt;Yes   No   &lt;BR&gt;---------------------------&lt;/P&gt;&lt;P&gt;Someone please ! Thanks&lt;/P&gt;&lt;P&gt;:^)</description><pubDate>Thu, 01 Dec 2005 11:03:51 GMT</pubDate><dc:creator>Ricardo Quartier</dc:creator></item></channel></rss>