Deployment, error, are there any other files to deploy?


Author
Message
Trent Taylor
Trent Taylor
StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)
Group: StrataFrame Developers
Posts: 6.6K, Visits: 6.9K
You have an older verison of the SF assembly out there that is being used instead of the newer assembly.  You have to distribute the SF assemblies with each build and ensure that any that are held in the GAC (if you are using the GAC) are removed and updated with the new assemblies.  But this is the problem you are running into.  If you get the assemblies up to date on the client machine then this error will go away.
Ross L. Rooker, Sr.
Ross L. Rooker, Sr.
StrataFrame User (195 reputation)StrataFrame User (195 reputation)StrataFrame User (195 reputation)StrataFrame User (195 reputation)StrataFrame User (195 reputation)StrataFrame User (195 reputation)StrataFrame User (195 reputation)StrataFrame User (195 reputation)StrataFrame User (195 reputation)
Group: Forum Members
Posts: 153, Visits: 462
When deployed I deployed the following dll's:

MicroFour StrataFrame Base.dll, MicroFour StrataFrame Business.dll, MicroFour StrataFrame DBEngine.dll, MicroFour StrataFrame UI.dll.

When the client runs the app, the error appears:

ApplicationException

  An error occurred while creating the main form

TargetInvocationException

  Exception has been thrown by the target of an invocation.

MissingMethodException

  Method not found: 'Void MicroFour.StrataFrame.UI.Windows.Forms.ThemedGroupBox.set_TransparentBackground(Boolean)'.

 

Source     : MicroFour StrataFrame UI

 

Stack Trace:

   at VisualOfficeNET.frmNames.InitializeComponent()

   at VisualOfficeNET.frmNames..ctor() in C:\VisualOfficeNET\VisualOfficeNET\frmNames.cs:line 15

   at System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandle& ctor, Boolean& bNeedSecurityCheck)

   at System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean fillCache)

   at System.RuntimeType.CreateInstanceImpl(Boolean publicOnly, Boolean skipVisibilityChecks, 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()

 

GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...




Similar Topics

Reading This Topic

Login

Explore
Messages
Mentions
Search