Answer the question
In order to leave comments, you need to log in
What can cause an error starting the Azure program?
Hello toster! we open the third eye!=)
Locally everything works. But when running in the cloud. The site is working.
There is a web application that launches exe1,
this exe1 launches exe2
The server is configured for NET 4.5
exe1 NET 4.5
exe2 NET 4.5 + Awesomium (which has net 4.5)
base rate.
exe1 runs flawlessly, great.
exe2 starts up. According to the logs, Form1() {InitializeComponent();} is being initialized successfully. Further, before reaching Form1_Load(), it crashes
(I checked everything)
, I will not give the code because. It just doesn't reach Form1_Load(). And accordingly, none of my code is running.
next
console log
Unhandled Exception: System.AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
at System.Windows.Forms.SafeNativeMethods.SHAutoComplete(HandleRef hwndEdit, Int32 flags)
at System.Windows.Forms.TextBox.ResetAutoComplete(Boolean force)
at System.Windows.Forms.TextBox.SetAutoComplete(Boolean reset)
at System.Windows. Forms.TextBox.OnHandleCreated(EventArgs e)
at System.Windows.Forms.Control.WmCreate(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.TextBoxBase.WndProc(Message& m )
at System.Windows.Forms.TextBox.WndProc(Message& m)
at Awesomium.Windows.Forms.AddressBox.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question