How to use Strataframe in Multi Developer Environment


Author
Message
lastcanary
lastcanary
StrataFrame User (155 reputation)StrataFrame User (155 reputation)StrataFrame User (155 reputation)StrataFrame User (155 reputation)StrataFrame User (155 reputation)StrataFrame User (155 reputation)StrataFrame User (155 reputation)StrataFrame User (155 reputation)StrataFrame User (155 reputation)
Group: StrataFrame Users
Posts: 81, Visits: 270
Let me be as clear as possible.

We are two developers. My boss installed Strataframe on a Windows Server 2003 PC (CPU is 32 bit Core2Duo). He used the Strataframe source code project, modified the source code and build new dlls. He managed to install these new dlls to the server by using a batch file similar to AfterBuild.bat. Everthing is working fine in this PC. The strataframe database is also located in this server.

I installed Strataframe on a Windows Server 2008 R2 PC. The Visual Studio 2010 contains the Strataframe menu.

In order to be able to work with the same project I have to install the new dlls. I took new dlls from him and used a similar AfterBuild.bat to register the new dlls. Here is my AfterBuild.bat:


for %%x in (*.DLL) do "%ProgramFiles(x86)%\Microsoft SDKs\Windows\v7.0A\Bin\NETFX 4.0 Tools\gacutil.exe" -i "%%x" -f
for %%x in (*.DLL) do copy /Y "%%x" "%CommonProgramFiles%\MicroFour\StrataFrame"
for %%x in (*.DLL) do copy /Y "%%x" "%CommonProgramFiles(x86)%\MicroFour\StrataFrame"


After executing this batch file and try to open Visual Studio 2010 the following error appears:


ArgumentException
  The stream could not be evaluated because the resource could not be located.

Source     : MicroFour StrataFrame Base

Stack Trace:
   at MicroFour.StrataFrame.UI.Localization.CreateDataTableFromStream(Stream Input)
   at MicroFour.StrataFrame.UI.Localization.RegisterEmbeddedXmlFile(Assembly ContainingAssembly, String FullPath)
   at MicroFour.StrataFrame.AddIns.AddInManager.OnConnection(Object application, ext_ConnectMode connectMode, Object addInInst, Array& custom)



When I close the error, the visual studio starts but without the Strataframe tab. When I try to access a form using the new dlls I get an error:


The specified DataSourceKey [] was not found within the collection.


When I run Strataframe setup and choose modify and repair, I return back to the situation when I first installed Strataframe.

Could you please help us?
GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...




Threaded View
Threaded View
lastcanary - 13 Years Ago
Ivan George Borges - 13 Years Ago
lastcanary - 13 Years Ago
Ivan George Borges - 13 Years Ago
lastcanary - 13 Years Ago
                         Try deleting them all from the GAC first, then copy the ones built...
Ivan George Borges - 13 Years Ago
                             I deleted the dlls from the GAC, copied the new dlls to the...
lastcanary - 13 Years Ago
                                 I can't think of anything more specific at the time being. Maybe you...
Ivan George Borges - 13 Years Ago
                                     My Boss told me that he compiled using "any CPU" option.
lastcanary - 13 Years Ago
                                         I copied the source code to my macine and build it, nothing changed, I...
lastcanary - 13 Years Ago
                                             I got your PM, but I am going to respond here so that everyone else...
Trent L. Taylor - 13 Years Ago
                                                 [quote][b]Trent L. Taylor (11/18/2011)[/b][hr]I got your PM, but I am...
lastcanary - 13 Years Ago
                                                     Now, as for new source code, it sounds as though you have made changes...
Trent L. Taylor - 13 Years Ago
                                                         Hi Trent, Please take into consideration that the changes to the...
lastcanary - 13 Years Ago
                                                             Now you have SF originally working on your machine, have you by any...
Ivan George Borges - 13 Years Ago
                                                                 I will be trying to implement the changes to the new version of...
lastcanary - 13 Years Ago
                                                                     Thank you for your support. I managed to handle the problems with...
lastcanary - 13 Years Ago
                                                                         Glad to hear it! :)
Trent L. Taylor - 13 Years Ago
                                                                             Hi Trent. what the heck are you doing working on Thanksgiving? Do you...
Marcia G Akins - 13 Years Ago
                                                                                 Glad you got it going! :cool:
Ivan George Borges - 13 Years Ago
                                             Well, I am drawing a blank over here. The message is telling you that...
Ivan George Borges - 13 Years Ago
                                                 Ivan is right as well, if you have been making changes, then backtrack...
Trent L. Taylor - 13 Years Ago
                                                     Thank you for the replies. I am going to apply Trent's message step by...
lastcanary - 13 Years Ago

Similar Topics

Reading This Topic

Login

Explore
Messages
Mentions
Search