Using InstallAware to Create an Installation Package but Getting an Error


Using InstallAware to Create an Installation Package but Getting an...
Author
Message
Terry Bottorff
Terry Bottorff
StrataFrame VIP (1.1K reputation)StrataFrame VIP (1.1K reputation)StrataFrame VIP (1.1K reputation)StrataFrame VIP (1.1K reputation)StrataFrame VIP (1.1K reputation)StrataFrame VIP (1.1K reputation)StrataFrame VIP (1.1K reputation)StrataFrame VIP (1.1K reputation)StrataFrame VIP (1.1K reputation)
Group: Forum Members
Posts: 448, Visits: 12K
I create my installation package but I get the following error when I try and run my software on Client Machine.

ApplicationException
  An error occurred while creating the main form
TargetInvocationException
  Exception has been thrown by the target of an invocation.
FileNotFoundException
  Could not load file or assembly 'ProRodeoChecksLibBO, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.

Source     : MicroFour StrataFrame UI

Stack Trace:
   at ProRodeoChecks.MainChecksfrm.InitializeComponent()
   at ProRodeoChecks.MainChecksfrm..ctor()
   at System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandleInternal& ctor, Boolean& bNeedSecurityCheck)
   at System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache)
   at System.RuntimeType.CreateInstanceDefaultCtor(Boolean publicOnly, Boolean skipVisibilityChecks, Boolean skipCheckThis, Boolean fillCache)
   at System.Activator.CreateInstance(Type type, Boolean nonPublic)
   at System.RuntimeType.CreateInstanceImpl(BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes)
   at System.Activator.CreateInstance(Type type, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes)
   at MicroFour.StrataFrame.Application.StrataFrameApplication.RunApplication()

It seems like it can not find the BO Library, but I did copy the entire Subdirectory into the Installation Package. It also shows up on the client machine.

What am I overlooking? I am using a laptop that just has all of the required software to run SQL Express and all of the required .Net stuff.

TIA.
Replies
Michel Levy
Michel Levy
Advanced StrataFrame User (607 reputation)Advanced StrataFrame User (607 reputation)Advanced StrataFrame User (607 reputation)Advanced StrataFrame User (607 reputation)Advanced StrataFrame User (607 reputation)Advanced StrataFrame User (607 reputation)Advanced StrataFrame User (607 reputation)Advanced StrataFrame User (607 reputation)Advanced StrataFrame User (607 reputation)
Group: StrataFrame Users
Posts: 193, Visits: 9K
Hi Terry,

define all common messages and texts in the Common repository, in the Messaging Editor. And in the settings of the Messaging project, check "Include Common Repository". Common messages will be saved in the xml file of the project.
Terry Bottorff
Terry Bottorff
StrataFrame VIP (1.1K reputation)StrataFrame VIP (1.1K reputation)StrataFrame VIP (1.1K reputation)StrataFrame VIP (1.1K reputation)StrataFrame VIP (1.1K reputation)StrataFrame VIP (1.1K reputation)StrataFrame VIP (1.1K reputation)StrataFrame VIP (1.1K reputation)StrataFrame VIP (1.1K reputation)
Group: Forum Members
Posts: 448, Visits: 12K
Oh, so much to learn and so little time. I am just starting to use the Messaging system. Is there a way to use the xml that I have at this point and make it the common repository?

TIA.
Michel Levy
Michel Levy
Advanced StrataFrame User (607 reputation)Advanced StrataFrame User (607 reputation)Advanced StrataFrame User (607 reputation)Advanced StrataFrame User (607 reputation)Advanced StrataFrame User (607 reputation)Advanced StrataFrame User (607 reputation)Advanced StrataFrame User (607 reputation)Advanced StrataFrame User (607 reputation)Advanced StrataFrame User (607 reputation)
Group: StrataFrame Users
Posts: 193, Visits: 9K
the xml istself, I don't see any way to load it. But if you have an xml file, you have a project. Open this projetc in the messaging editor, and right click on the message or the category, last contextual menu is "Move to", then select the Common Repository as the target project.
Terry Bottorff
Terry Bottorff
StrataFrame VIP (1.1K reputation)StrataFrame VIP (1.1K reputation)StrataFrame VIP (1.1K reputation)StrataFrame VIP (1.1K reputation)StrataFrame VIP (1.1K reputation)StrataFrame VIP (1.1K reputation)StrataFrame VIP (1.1K reputation)StrataFrame VIP (1.1K reputation)StrataFrame VIP (1.1K reputation)
Group: Forum Members
Posts: 448, Visits: 12K
Cool I can do that. Thank you and all for the great help. This entire segment has been a "Perfect Storm of Learning" for me. Your all great.
GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...




Threaded View
Threaded View
Terry Bottorff - 13 Years Ago
Edhy Rijo - 13 Years Ago
Terry Bottorff - 13 Years Ago
Trent L. Taylor - 13 Years Ago
Terry Bottorff - 13 Years Ago
                         Hi Terry, I prefer to have my messages stored in an XML file included...
Edhy Rijo - 13 Years Ago
                             Hi Terry. Just adding to Edhy's message, don't forget to set the XML...
Ivan George Borges - 13 Years Ago
                                 [quote][b]Ivan George Borges (10/9/2012)[/b][hr]Just adding to Edhy's...
Edhy Rijo - 13 Years Ago
                                 Alright I think that answered one of my questions because I was going...
Terry Bottorff - 13 Years Ago
                                     You are welcome Terry. [quote][b]Terry Bottorff...
Edhy Rijo - 13 Years Ago
                                         Whoa what you just saidwent over my head. I will have to look at that...
Terry Bottorff - 13 Years Ago
                                         What I do is that in the Localization project, in the Output Path, I...
Terry Bottorff - 13 Years Ago
                                             Just tried new install on Client's laptop and All Seems to Work. Thank...
Terry Bottorff - 13 Years Ago
                                                 [quote][b]Terry Bottorff (10/10/2012)[/b][hr]Just tried new install on...
Edhy Rijo - 13 Years Ago
                                                     Yes Sir Re Bob!!!!!!!
Terry Bottorff - 13 Years Ago
                                             [quote][b]Terry Bottorff (10/10/2012)[/b][hr] But I do not understand...
Edhy Rijo - 13 Years Ago
                                                 OK I do understand that. But, does that not mean you have to ReCreate...
Terry Bottorff - 13 Years Ago
                                                     Hi Terry, define all common messages and textsin the Common...
Michel Levy - 13 Years Ago
                                                         Oh, so much to learn and so little time. I am just starting to use the...
Terry Bottorff - 13 Years Ago
                                                             the xml istself, I don't see any way to load it. But if you have an...
Michel Levy - 13 Years Ago
                                                                 Cool I can do that. Thank you and all for the great help. This entire...
Terry Bottorff - 13 Years Ago
Trent L. Taylor - 13 Years Ago

Similar Topics

Reading This Topic

Login

Explore
Messages
Mentions
Search