milcore.dll missing from my system?
milcore.dll missing from my system?
Hi guys, I'm finally getting around to playing with WPF. I created the simplest possible app that is just supposed to show a window and uses the simplest possible msbuild file. It compiles and builds 100% fine.
But when I run it, I end up with a DLLNotFoundException triggered by a missing milcore.dll file. My dev box has the following software on it,
- WinFX Runtime Componenets (Sept CTP)
- WinFX SDK (Sept CTP)
- C# Express Beta 2 (Although I'm currently just building everything from the cmd line)
I've searched my machine for milcore.dll and I can't find it. Searching the web for a solution has also turned up a blank.
Any ideas
Thanks.
milcore.dll missing from my system?
Iliya
raskal
WindowsCodecsExt.dll
UIAutomationCore.dll
PresentationCFFRasterizerNative.v6.0.5070.dll
PresentationNative.v6.0.5070.dll
PresentationHost.exe
WindowsCodecs.dll
If all of those are there then perhaps you aren't in such bad shape. Certainly copying milcore.dll over will not cause any problems, so you can safely try that and see what happens.
canelo
Do you think me manually inserting a copy of the dll will help
wenchiwang
The only files from that list in my system32 folder are...
PresentationNative.v6.0.5070.dll
PresentationHost.exe
PresentationCFFRasterizerNative.v6.0.5070.dll
UIAutomationCore.dll
So it looks like I can confirm that I'm missing
milcore.dll
WindowsCodecs.dll
WindowsCodecsExt.dll
Whats scary is that, like I said, the install process does not report any errors at all and says that the installation was succesful
nnnath
i'm having the same problem...
where can i get the missing dlls
thx
Jan Stranik