Getting error KERNELBASE.dll

Posted by Naga116 under .NET Framework on 5/20/2016 | Points: 10 | Views : 4739 | Status : [Member] | Replies : 2
Hi
We hosted one console application in Azure IaaS VM of Windows2012 R2. Console application build in 4.5.2. We created a batch job point to exe. When we tried to hit the batch job giving below error.

We verified MSBuild dll version is 4.6..

Can you please guide exact issue

Faulting application name: Scheduler.exe, version: 1.0.0.0, time stamp: 0x573ebc46
Faulting module name: KERNELBASE.dll, version: 6.3.9600.18202, time stamp: 0x569e72bb
Exception code: 0xe0434352
Fault offset: 0x00015b68
Faulting process id: 0x17f4
Faulting application start time: 0x01d1b2691a4733da
Faulting application path: E:\CPOD Automation\CPODScheduler.exe
Faulting module path: C:\Windows\SYSTEM32\KERNELBASE.dll
Report Id: 580df722-1e5c-11e6-8122-000d3a9026df
Faulting package full name:
Faulting package-relative application ID:

Nagaraju


Responses

Posted by: Bhuvanesh6 on: 7/25/2016 [Member] Starter | Points: 25

Up
0
Down
Please find below,

Have you deployed ".exe" in web jobs option?
Access the FTP of azure [Get FTP details from Profile setting of sure] and check the "Scheduler.exe" is available along with configuration files required for execution.
In your local, there may be some dependent files available in "bin" folder try to deploy those supporting files in the same folder where "Scheduler.exe" is available.

Try now that should work.


Bhuvan

Naga116, if this helps please login to Mark As Answer. | Alert Moderator

Posted by: Bhuvanesh6 on: 7/25/2016 [Member] Starter | Points: 25

Up
0
Down
Need information on deploying ".exe" scheduler refer this document below.

http://www.c-sharpcorner.com/article/how-to-execute-schedule-job-in-azure-portal/

Bhuvan

Naga116, if this helps please login to Mark As Answer. | Alert Moderator

Login to post response