VS 2019 Application Still Won't Start - Can't find dlls

  • Thread starter Thread starter Craig6213
  • Start date Start date
C

Craig6213

Guest
See VS 2019 Still Can't Start Application on my thread for more details.

I ran the Windows SDK Debugger on the executable and was able to obtain a list of dlls that could not be found. Here is the list.


mkl_rt.dll


MSVCP140D_APP.dll


VCCORLIB140D_APP.dll


VCRUNTIME140D.dll





mkl_rt.dll is an Intel Math Kernel dll that I have never had difficulties with before. I attached it directly to my project as a reference and then cleaned and rebuilt the app. I still received the message that it could not be found from the debugger.





I searched my machine for the other 3 dlls and found that they were not present on my machine. I had reinstalled Visual Studio before doing this. Are these dlls that are that are supposed to be generated by the build process and are not being generated?





Can someone at Microsoft investigate this and tell me how to get my application to start. It has been dead for almost a week. I am afraid to touch my other applications because they probably won't start after I rebuild them


Here is the output I received from the debugger.





Microsoft (R) Windows Debugger Version 10.0.18362.1 X86


Copyright (c) Microsoft Corporation. All rights reserved.





CommandLine: "D:\cpodc\Documents\Visual Studio 2019\Projects\Controllers\Debug\Controllers\Controllers.exe"


Symbol search path is: srv*


Executable search path is:


ModLoad: 00130000 00e13000 Controllers.exe


ModLoad: 77a70000 77c0a000 ntdll.dll


ModLoad: 763d0000 764b0000 C:\WINDOWS\SysWOW64\KERNEL32.DLL


ModLoad: 77740000 7793c000 C:\WINDOWS\SysWOW64\KERNELBASE.dll


ModLoad: 773a0000 77616000 C:\WINDOWS\SysWOW64\combase.dll


ModLoad: 75b00000 75c1f000 C:\WINDOWS\SysWOW64\ucrtbase.dll


ModLoad: 76ff0000 770ab000 C:\WINDOWS\SysWOW64\RPCRT4.dll


ModLoad: 75240000 75260000 C:\WINDOWS\SysWOW64\SspiCli.dll


ModLoad: 75230000 7523a000 C:\WINDOWS\SysWOW64\CRYPTBASE.dll


ModLoad: 76c10000 76c6f000 C:\WINDOWS\SysWOW64\bcryptPrimitives.dll


ModLoad: 76b90000 76c06000 C:\WINDOWS\SysWOW64\sechost.dll


eax=00000000 ebx=01546aa0 ecx=00000000 edx=00000000 esi=01546aa0 edi=015456d8


eip=77ae3a4c esp=0173f940 ebp=0173faf8 iopl=0 nv up ei pl nz ac po nc


cs=0023 ss=002b ds=002b es=002b fs=0053 gs=002b efl=00000212


ntdll!NtWaitForWorkViaWorkerFactory+0xc:


77ae3a4c c21400 ret 14h

Continue reading...
 
Back
Top