KERNELBASE.dll and .Net Blocking opening of an Application

J

John2938

I'm having trouble opening an application (payroll tax) which worked fine for their 2018 version and won't open for 2019 on my computer. I asked the software developer what is the difference between the two versions and they said just a small change in which .net version it uses.

I've run the even viewer and here are the logs (there are 2 logs):


Log 1 (Application Error)


Faulting application name: DrakeAccounting2019.exe, version: 2.13.2.0, time stamp: 0x5cc235d1

Faulting module name: KERNELBASE.dll, version: 10.0.17763.404, time stamp: 0x2528b630

Exception code: 0xe0434352

Fault offset: 0x0000000000039129

Faulting process id: 0xdd8

Faulting application start time: 0x01d4fc89cbaa0a8d

Faulting application path: C:\DrakeAccounting2019\DrakeAccounting2019.exe

Faulting module path: C:\WINDOWS\System32\KERNELBASE.dll

Report Id: 2c6abd89-fd00-416f-9fba-bef137cb0367

Faulting package full name:

Faulting package-relative application ID:


Log 2 (.NET Runtime)

Application: DrakeAccounting2019.exe

Framework Version: v4.0.30319

Description: The process was terminated due to an unhandled exception.

Exception Info: System.ArgumentException

at System.Data.Common.DbProviderFactories.GetFactory(System.String)

at System.Data.Entity.Infrastructure.DependencyResolution.DefaultProviderFactoryResolver.GetService(System.Type, System.Object, System.Func`3<System.ArgumentException,System.String,System.Object>)



Exception Info: System.ArgumentException

at DrakeAccounting.ORM.ExtensionsEF.HandleShareViolation[[System.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]](System.Data.Entity.Infrastructure.DbQuery`1<System.__Canon>)

at DrakeAccounting.Program.Main()

>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
I've tried everything including removing/reinstalling the .Net Framework, SFC Scannow (no problems), run a .dll fixer (it says its fixed), registry cleaners, uninstalling all versions of .net 4.0 and below, and nothing works.

I used a service to migrate my profile from Windows 7 (another machine) to this machine (Windows 10) and it copied over some settings and files from the old Windows 7 machine.

Any/all help is advised.

Continue reading...
 
Back
Top Bottom