Jeff Kluge

Results 143 comments of Jeff Kluge

It looks like if there's a warning, you just aborting, perhaps there's a warning coming through? Is there any info in your logfile?

I'm not quite sure what's going on. We have this unit test that does a capture: https://github.com/jeffkl/ManagedWimgApi/blob/master/src/Microsoft.Wim.Tests/CaptureImageTests.cs#L23 I updated the test to capture all messages and write them to the...

The QueryAbort is sent to the callback method every 10MB to allow for cancellation. It would only happen endlessly if the image capture was huge. That's definitely strange that it...

Yeah that would make sense, I bet there's a deadlock in there somewhere. I have not personally written a windows form application in a long time. Try playing around with...

I'm pretty sure you can place `dismapi.dll` next to your app in a `x86` and `x64` folder. If your application is AnyCPU, a 32-bit machine will look for native assemblies...

Nothing jumps out, both machines appear to be 64-bit. Can you try unchecking Prefer 32-bit? You might want to just build against x64 instead of Any CPU as well. The...

That's really weird, the assembly I published in the NuGet package is Any CPU ``` // C:\Users\jeffkl\AppData\Local\Temp\9f30a26a-fb72-48bb-b476-fb23fdac0d39\Microsoft.Dism.dll // Microsoft.Dism, Version=1.0.0.0, Culture=neutral, PublicKeyToken=5bba90053b345501 // Global type: // Architecture: AnyCPU (64-bit preferred)...

Can you please attach your locally built `Microsoft.Dism.dll` so I can do a comparison?

That is very bizarre, everything seems to be the same. I'm going to do some minor cleanup and push a new package, maybe that'll work?