Paul
Visual Studio includes only x86 dlls in build
https://dotnet.microsoft.com/en-us/download/dotnet-framework/thank-you/net48-web-installer
not sure how permanent those are
62 replies
Visual Studio includes only x86 dlls in build
since you are a ms employee do you know where i can find these go.microsoft.com style .NET Framework web installer download links because it's what i see ms use but i can only find the more complicated and probably temporary download links on the dotnet.microsoft.com
62 replies
Visual Studio includes only x86 dlls in build
i know v3 is deprecated but it is still in visual studio marketplace and the clickonce installer does have problems with the Microsoft.Windows.Common-Controls thing and Windows Server 2008 doesn't like it. Maybe WIX v5 also works. I'll try it
62 replies
Visual Studio includes only x86 dlls in build
ok with !pe i get:
Exception Type: System.BadImageFormatException
Message:
The file or assembly "System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51" or one of its dependencies was not found.
Reference assemblies should not be loaded for execution. They can only be loaded in a reflection-only load context.
(Exception from HRESULT: 0x80131058)
Inner Exception:
System.BadImageFormatException (Use !PrintException 000001b6c2ff9770 to see more details.)
62 replies
Visual Studio includes only x86 dlls in build
ok windbg only shows:
ModLoad: 00007fff
be3c0000 00007fff
be623000 ntdll.dll
ModLoad: 00007fffa17a0000 00007fff
a180d000 C:\WINDOWS\SYSTEM32\MSCOREE.DLL
ModLoad: 00007fffbd350000 00007fff
bd417000 C:\WINDOWS\System32\KERNEL32.dll
ModLoad: 00007fffbb720000 00007fff
bbae9000 C:\WINDOWS\System32\KERNELBASE.dll
(7388.9a8c): Break instruction exception - code 80000003 (first chance)
ntdll!LdrpDoDebuggerBreak+0x35:
00007fff`be4e14a9 cc int 362 replies