StrataFrame Forum
Home      Members   Calendar   Who's On
Welcome Guest ( Login | Register )
      


«««123

The Add-in 'StrataFrame Add-In Manager'...Expand / Collapse
Author
Message
Posted 03/24/2006 10:53:05 AM


StrataFrame Beginner

StrataFrame BeginnerStrataFrame BeginnerStrataFrame BeginnerStrataFrame BeginnerStrataFrame BeginnerStrataFrame BeginnerStrataFrame BeginnerStrataFrame Beginner

Group: StrataFrame Users
Last Login: Today @ 4:34:30 AM
Posts: 14, Visits: 9,461
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

Post #721
Posted 03/24/2006 4:25:43 PM


StrataFrame Developer

StrataFrame Developer

Group: StrataFrame Developers
Last Login: Yesterday @ 3:20:54 PM
Posts: 4,769, Visits: 4,731
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.

Post #728
Posted 03/25/2006 9:49:38 AM


StrataFrame Beginner

StrataFrame BeginnerStrataFrame BeginnerStrataFrame BeginnerStrataFrame BeginnerStrataFrame BeginnerStrataFrame BeginnerStrataFrame BeginnerStrataFrame Beginner

Group: StrataFrame Users
Last Login: Today @ 4:34:30 AM
Posts: 14, Visits: 9,461
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 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

Post #734
Posted 03/25/2006 11:31:47 AM


StrataFrame Developer

StrataFrame Developer

Group: StrataFrame Developers
Last Login: Yesterday @ 3:20:54 PM
Posts: 4,769, Visits: 4,731
Great!  We will update the installation to provide this support in the future. 
Post #737
Posted 08/01/2007 9:43:35 AM


StrataFrame Novice

StrataFrame NoviceStrataFrame NoviceStrataFrame NoviceStrataFrame NoviceStrataFrame NoviceStrataFrame NoviceStrataFrame NoviceStrataFrame Novice

Group: StrataFrame Users
Last Login: 10/22/2008 2:38:32 PM
Posts: 117, Visits: 675
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 how I can extract from the installer this file and copy manually to the correct path? thanks

Fabian
frs2002@hotmail.com

Post #10657
Posted 08/02/2007 9:40:41 AM


StrataFrame Developer

StrataFrame Developer

Group: StrataFrame Developers
Last Login: Yesterday @ 3:20:54 PM
Posts: 4,769, Visits: 4,731
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.

Post #10679
Posted 08/02/2007 1:52:55 PM


StrataFrame Novice

StrataFrame NoviceStrataFrame NoviceStrataFrame NoviceStrataFrame NoviceStrataFrame NoviceStrataFrame NoviceStrataFrame NoviceStrataFrame Novice

Group: StrataFrame Users
Last Login: 10/22/2008 2:38:32 PM
Posts: 117, Visits: 675
reinstalled Vs 2005 and it work 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

Post #10695
Posted 08/02/2007 3:00:03 PM


StrataFrame Developer

StrataFrame Developer

Group: StrataFrame Developers
Last Login: Yesterday @ 3:20:54 PM
Posts: 4,769, Visits: 4,731
Great!  Let us know how we can help.
Post #10696
« Prev Topic | Next Topic »

«««123

Reading This TopicExpand / Collapse
Active Users: 0 (0 guests, 0 members, 0 anonymous members)
No members currently viewing this topic.
Forum Moderators: Ben Chase, Trent L. Taylor, Steve L. Taylor

PermissionsExpand / Collapse