StrataFrame Forum

Product Installation

http://forum.strataframe.net/Topic23576.aspx

By dgsoft - 6/18/2009

Hi,

I think probably I have not real expirience with product.. but...



I create web application.

I create web install project and include StrataFrameMergeModule.msm to my installation..

In the MergeModuleProperites. Module RetargetableFolder i set "bin"



I install application - NO DLLs in bin folder.. I able to start any desktop exes which used strataframe.. I check the c:\windows\assembly - the references are there..

but in my application I use line

MicroFour.StrataFrame.UI.Localization.RegisterEmbeddedXmlFile(System.Reflection.Assembly.LoadFile(lcStrataFramePath & "MicroFour StrataFrame Security.dll"), "MicroFour.StrataFrame.Security.Messages_1031.XML")

It says me.. file not found when I set "c:\windows\assemply\ as path.. and if I copy it manually to the disk - I'v got access denied error...





second problem..

When I use MicroFour.StrataFrame.UI.Localization.MessageXmlPath = lcMessageXmlPath in my Global.asax.. I have valid path to my Message_Languages.xml - File also - NOT FOUND... Sad


By dgsoft - 6/18/2009

Problem is solved now.
By Trent L. Taylor - 6/19/2009

Glad you got it going Smile