The Add-in 'StrataFrame Add-In Manager' failed to load or caused an exception


The Add-in 'StrataFrame Add-In Manager' failed to load or caused an...
Author
Message
Stefan Zehner
Stefan Zehner
StrataFrame Beginner (30 reputation)StrataFrame Beginner (30 reputation)StrataFrame Beginner (30 reputation)StrataFrame Beginner (30 reputation)StrataFrame Beginner (30 reputation)StrataFrame Beginner (30 reputation)StrataFrame Beginner (30 reputation)StrataFrame Beginner (30 reputation)StrataFrame Beginner (30 reputation)
Group: Forum Members
Posts: 14, Visits: 9.7K
Hi Trend,

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#?

I am sorry, but there no templates of Strataframe at all.

Is'nt there some *.vsi files fir templates? I think in VS you can click on them to install them.
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.

I am off for an hour from now on!

Regards,

Stefan

stefan@zehnernet.de
www.zehnernet.de
Zehner Software & Beratung - Germany

Trent Taylor
Trent Taylor
StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)
Group: StrataFrame Developers
Posts: 6.6K, Visits: 6.9K
Stefan,

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.

Stefan Zehner
Stefan Zehner
StrataFrame Beginner (30 reputation)StrataFrame Beginner (30 reputation)StrataFrame Beginner (30 reputation)StrataFrame Beginner (30 reputation)StrataFrame Beginner (30 reputation)StrataFrame Beginner (30 reputation)StrataFrame Beginner (30 reputation)StrataFrame Beginner (30 reputation)StrataFrame Beginner (30 reputation)
Group: Forum Members
Posts: 14, Visits: 9.7K
Hi Trend,

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.

Now all templates are available Tongue and I started working with them already!

Thanks a lot for your and Ben's help!

Regards,

Stefan

stefan@zehnernet.de
www.zehnernet.de
Zehner Software & Beratung - Germany

Trent Taylor
Trent Taylor
StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)
Group: StrataFrame Developers
Posts: 6.6K, Visits: 6.9K
Great!  We will update the installation to provide this support in the future.  Wink
Fabian R Silva, -
Fabian R Silva, -
StrataFrame User (267 reputation)StrataFrame User (267 reputation)StrataFrame User (267 reputation)StrataFrame User (267 reputation)StrataFrame User (267 reputation)StrataFrame User (267 reputation)StrataFrame User (267 reputation)StrataFrame User (267 reputation)StrataFrame User (267 reputation)
Group: StrataFrame Users
Posts: 153, Visits: 1.2K
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

Fabian
frs2002@hotmail.com

Trent Taylor
Trent Taylor
StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)
Group: StrataFrame Developers
Posts: 6.6K, Visits: 6.9K
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:

C:\Documents and Settings\YourUserName\Application Data\Microsoft\MSEnvShared\AddIns

The file name is "StrataFrame.AddIn"

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.

First, make sure that your StrataFrame.AddIn file exists and looks like this:

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<Extensibility xmlns="http://schemas.microsoft.com/AutomationExtensibility">
 <HostApplication>
  <Name>Microsoft Visual Studio Macros</Name>
  <Version>8.0</Version>
 </HostApplication>
 <HostApplication>
  <Name>Microsoft Visual Studio</Name>
  <Version>8.0</Version>
 </HostApplication>
 <Addin>
  <FriendlyName>StrataFrame Add-In Manager</FriendlyName>
  <Description>Adds extended functionality to the Visual Studio development environment for teh MicroFour StrataFrame Application Framework and Database Management Toolkit.</Description>
  <AboutBoxDetails>For more information about MicroFour StrataFrame, visit our website at\rhttp://www.strataframe.net\rCopyright (c) 2005 MicroFour, Inc. Inc.</AboutBoxDetails>
  <Assembly>C:\Program Files\Common Files\MicroFour\StrataFrame\MicroFour StrataFrame AddIns.dll</Assembly>
  <FullClassName>MicroFour.StrataFrame.AddIns.AddInManager</FullClassName>
  <LoadBehavior>1</LoadBehavior>
  <CommandPreload>0</CommandPreload>
  <CommandLineSafe>0</CommandLineSafe>
 </Addin>
</Extensibility>

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.

Fabian R Silva, -
Fabian R Silva, -
StrataFrame User (267 reputation)StrataFrame User (267 reputation)StrataFrame User (267 reputation)StrataFrame User (267 reputation)StrataFrame User (267 reputation)StrataFrame User (267 reputation)StrataFrame User (267 reputation)StrataFrame User (267 reputation)StrataFrame User (267 reputation)
Group: StrataFrame Users
Posts: 153, Visits: 1.2K
reinstalled Vs 2005 and it work Smile thanks
---------------------------------
long version:
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....

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.

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 BigGrin

Trent Taylor
Trent Taylor
StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)
Group: StrataFrame Developers
Posts: 6.6K, Visits: 6.9K
Great!  Let us know how we can help. Smile
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