Hi,my Application raises the following Exception on a Vista Machine. It works with no Problems on my dev machine (XP):
The Typeinitializer for COTAS_Kuma.Business_Objekte.Basis.KundenBO has raised an Exception.
TypeInitializatzionException
The Typeinitialisator for COTAS_Kuma.Business_Objekte.Basis.KundenbO has raised an Exception.
TypeLoadException
The Type MicroFour.StrataFrame.Business.FieldPropertyDescriptor`1 in the Assembly MicroFour StrataFrame Business, Version=1.6.0.0, Culture=neutral, PublicKeyToken=99fe9917f71608a7 could not be loaded.
Source : COTAS_Kuma
Strack Trace:
at COTAS_Kuma.Business_Objekte.Basis.KundenBO..cctor()
at COTAS_Kuma.Business_Objekte.Basis.KundenBO..cctor(IContainer container)
at COTAS_Kuma.Präsentation.KundenverwaltungUI.KundenverwaltungFrm.InitializeComponent()
at COTAS_Kuma.Präsentation.KundenverwaltungUI.KundenverwaltungFrm..ctor()
at COTAS_Kuma.Präsentation.KundenverwaltungUI.KundenverwaltungFrm.getInstanz(TrayApplikation paParentController)
at COTAS_Kuma.Controller.Applikation.TrayApplikation.starteKVKundenverwaltung()
at COTAS_Kuma.Controller.Applikation.Traymenü.ClickEventHandler(Object Sender, Eventargs e)
at System.Windows.Forms.ToolstripItem.RaiseEvent(Object key, EventArgs e)
at System.Windows.Forms.ToolstripMenuItem.OnClick(EventArgs e)
at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
...