CompuMasterGmbH / cammIntegrationPortal

camm Integration Portal (based on camm Web-Manager)
MIT License
2 stars 1 forks source link

Warning email missing when lib is older than database #40

Open jochenwezel opened 7 years ago

jochenwezel commented 7 years ago

The user will see following error at website: image

When enabling debug output, the following error details appear:

Serverfehler in der Anwendung /corporate_policies.

Database has a newer build no. than this application. Access denied to prevent data corruption.

Beschreibung: Unbehandelte Ausnahme beim Ausführen der aktuellen Webanforderung. Überprüfen Sie die Stapelüberwachung, um weitere Informationen über diesen Fehler anzuzeigen und festzustellen, wo der Fehler im Code verursacht wurde. 

Ausnahmedetails: System.Exception: Database has a newer build no. than this application. Access denied to prevent data corruption.

Quellfehler: 

Beim Ausführen der aktuellen Webanforderung wurde einen unbehandelte Ausnahme generiert. Informationen über den Ursprung und die Position der Ausnahme können mit der Ausnahmestapelüberwachung angezeigt werden.

Stapelüberwachung: 

[Exception: Database has a newer build no. than this application. Access denied to prevent data corruption.]
   CompuMaster.camm.WebManager.WMSystem.CheckCompatibilityToDatabaseByBuildNumber() in D:\svn_repository\compumaster_products\camm\Web-Manager\libraries\base\cammWM\WMSystem\WMSystem.vb:1528
   CompuMaster.camm.WebManager.WMSystem.get_ConnectionString() in D:\svn_repository\compumaster_products\camm\Web-Manager\libraries\base\cammWM\WMSystem\WMSystem.vb:1484
   CompuMaster.camm.WebManager.WMSystem.InitializeEnvironment() in D:\svn_repository\compumaster_products\camm\Web-Manager\libraries\base\cammWM\WMSystem\WMSystem.vb:1373
   CompuMaster.camm.WebManager.WMSystem.set_CurrentServerIdentString(String Value) in D:\svn_repository\compumaster_products\camm\Web-Manager\libraries\base\cammWM\WMSystem\WMSystem.vb:1325
   CompuMaster.camm.WebManager.Controls.cammWebManager._LoadConfiguration() in D:\svn_repository\compumaster_products\camm\Web-Manager\libraries\base\cammWM\Controls\cammWebManager.vb:97
   CompuMaster.camm.WebManager.Controls.cammWebManager.System_Init() in D:\svn_repository\compumaster_products\camm\Web-Manager\libraries\base\cammWM\Controls\cammWebManager.vb:133
   CompuMaster.camm.WebManager.Controls.cammWebManager.OnWebManagerInit() in D:\svn_repository\compumaster_products\camm\Web-Manager\libraries\base\cammWM\Controls\cammWebManager.vb:169
   CompuMaster.camm.WebManager.WMSystem.PageOnInit(Object sender, EventArgs e) in D:\svn_repository\compumaster_products\camm\Web-Manager\libraries\base\cammWM\WMSystem\WMSystem.vb:1657
   System.Web.UI.Control.OnInit(EventArgs e) +109
   System.Web.UI.Control.InitRecursive(Control namingContainer) +166
   System.Web.UI.Control.InitRecursive(Control namingContainer) +379
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +464

Versionsinformationen: Microsoft .NET Framework-Version:4.0.30319; ASP.NET-Version:4.6.1637.0

This is the assembly version: image