Greg McGuffey
|
|
Group: Forum Members
Posts: 2K,
Visits: 6.6K
|
I'm attempting to install and activate SF on terminal server (windows 2003). The program bombs immediately. I deactivated my license(s) before attempting this (my dev machine and my backup dev machine both took a dive). See attached error dialog...
|
|
|
Greg McGuffey
|
|
Group: Forum Members
Posts: 2K,
Visits: 6.6K
|
Thanks Ivan. Found the addin file (in COMMON...jeesh missed that like four times). I followed the instructions by Trent (basically put in in a folder under my profile). The addin then tries to load, but fails with an unspecified error.
I'm assuming this is using the Microfour StrataFrame Addin.dll that is in the GAC?
|
|
|
Ivan George Borges
|
|
Group: StrataFrame MVPs
Posts: 1.9K,
Visits: 21K
|
Hey Greg, not sure, but the post Trent direct you to doesn't make any references to the "Microfour StrataFrame Addin.dll" at all. Couldn't you find the file "C:\Documents and Settings\MyUser\Application Data\Microsoft\MSEnvShared\AddIns\StrataFrame.AddIn" ? This is the one that should be copied and changed.
|
|
|
Greg McGuffey
|
|
Group: Forum Members
Posts: 2K,
Visits: 6.6K
|
Yeah, I found that. It was right were you said it would be (but I missed it because...well...I just missed it!  ) I placed in in the "C:\Documents and Settings\gregm\Application Data\Microsoft\MSEnvShared\AddIns" folder. The file is just an XML file, so I opened it and the version is already fine. However, this actually just tells VS to load a class as an addin. I was wondering if this was the afore mentioned Microfour StrataFrame Addin.dll (or if I need to do something else). It tries to load the addin, then shows a message box that states there was an unspecified error, do I want to remove the addin and have it renamed.
|
|
|
Ivan George Borges
|
|
Group: StrataFrame MVPs
Posts: 1.9K,
Visits: 21K
|
Just to see if I got what you did. So you copied the C:\Documents and Settings\MyUser\Application Data\Microsoft\MSEnvShared\AddIns\StrataFrame.AddIn to C:\Documents and Settings\MyUser\Application Data\Microsoft\MSEnvShared\AddIns\StrataFrame2008.AddIn And then, opened the 2008 AddIn that you just copied over and changed the two version entries to 9.0. Is that right?
|
|
|
Trent Taylor
|
|
Group: StrataFrame Developers
Posts: 6.6K,
Visits: 6.9K
|
One other thought here too, Greg. If you are having issues with the GAC on this machine, you can move that MicroFour StrataFrame AddIns.dll file whereever you need to and then just change the XML text inside of the AddIns file to point to the desired location of that file. Just another thought.
|
|
|
Greg McGuffey
|
|
Group: Forum Members
Posts: 2K,
Visits: 6.6K
|
How do I define the assembly used? I.e. what is the tag and what rules apply?
|
|
|
Greg McGuffey
|
|
Group: Forum Members
Posts: 2K,
Visits: 6.6K
|
OK, after a bit of playing around, I figured it out. Your idea worked Trent. I updated the Addins file with: <Assembly>[full path to assembly without quotes]</Assembly> I.e. <Assembly>C:\Documents and Settings\gregm\Application Data\Microsoft\MSEnvShared\AddIns\MicroFour StrataFrame AddIns.dll</Assembly>
|
|
|
Trent Taylor
|
|
Group: StrataFrame Developers
Posts: 6.6K,
Visits: 6.9K
|
Cool  , I figured that might get you going.
|
|
|
Greg McGuffey
|
|
Group: Forum Members
Posts: 2K,
Visits: 6.6K
|
Hey, I forgot to thank you guys! Thanks!  It's been a rough couple of weeks. Both my dev computers blew up...both quite literally. The first had a power supply blow...smoke, sparks, sizzling noises...very exciting. Unfortunately, it also toasted the MB. A bit more than a week later, a lighting strike got through my APS surge/lighting strike protector and my batter backup and another surge protector and toasted the MB on the other dev computer. The parts for the first computer weren't in yet, so I was scrambling to get SF setup on a TS (which is working very nicely, thanks to your help).
|
|
|
Trent Taylor
|
|
Group: StrataFrame Developers
Posts: 6.6K,
Visits: 6.9K
|
The first had a power supply blow...smoke, sparks, sizzling noises...very exciting Nothing like the smell of a small electrical fire to wake you up in the morning, boy
|
|
|
David Daragon
|
|
Group: Forum Members
Posts: 54,
Visits: 249
|
Hi, I have the same problem like Greg but I have no folder called C:\Documents and Settings\MyUser\Application Data\Microsoft\MSEnvShared. Where must I copy the StrataFrame2008.AddIn ? Thanks David
|
|
|
Ivan George Borges
|
|
Group: StrataFrame MVPs
Posts: 1.9K,
Visits: 21K
|
Hi David. Have you got Vista on your machine? If so, the path will be: C:\Users\MyUser\AppData\Roaming\Microsoft\MSEnvShared\AddIns\ Hope it helps.
|
|
|
David Daragon
|
|
Group: Forum Members
Posts: 54,
Visits: 249
|
Hi Ivan, I have windows server 2003.
|
|
|
Ivan George Borges
|
|
Group: StrataFrame MVPs
Posts: 1.9K,
Visits: 21K
|
OK, then it should be C:\Documents and Settings\MyUser\Application Data\Microsoft\MSEnvShared\AddIns. Just checking... the Application Data folder is usually a hidden file. Have you changed your Windows Explorer to show Hidden Files under Options?
|
|
|
David Daragon
|
|
Group: Forum Members
Posts: 54,
Visits: 249
|
I did that. I set the option "Show hidden files" but no folder MSEnvShared in C:\Documents and Settings\All Users\Application Data\Microsoft\ just "Office" one. Is it normal ?
|
|
|
Ivan George Borges
|
|
Group: StrataFrame MVPs
Posts: 1.9K,
Visits: 21K
|
Try creating the MSEnvShared\AddIns by hand and copy the StrataFrame2008.AddIn into it.
|
|
|
David Daragon
|
|
Group: Forum Members
Posts: 54,
Visits: 249
|
Hi, I created the folder MSEnvShared\AddIns and copied the StrataFrame2008.Addin And when I start Visual Studio 2008 I have these messages. Why when I install SF on my computer with Windows XP it works correctly and when I try on the server with windows 2003 server nothing works ?? David
|
|
|
David Daragon
|
|
Group: Forum Members
Posts: 54,
Visits: 249
|
Hi, I succeed by copying the files which works on my computer to the server. But at each start, I have the DataBase Connection Wizzard that appears. Can I desactivate it ? Thanks in advance.
David
|
|
|
Ivan George Borges
|
|
Group: StrataFrame MVPs
Posts: 1.9K,
Visits: 21K
|
Hi David. It sounds like you are facing a permissions issue. Have a look at this post: http://forum.strataframe.net/FindPost15562.aspx Let us know if you get it going. Cheers.
|
|
|
Greg McGuffey
|
|
Group: Forum Members
Posts: 2K,
Visits: 6.6K
|
Ivan,
Since I'm using the latest build, which support 2008, I just copied the StrataFrame2008.addins file to C:\Documents and Settings\MyUser\Application Data\Microsoft\MSEnvShared\AddIns\ folder. The version is already fine (the post was for folks moving to 2008 before the first SF build that had that support built in).
|
|
|