Paul
Paul
CC#
Created by Paul on 3/20/2025 in #help
Visual Studio includes only x86 dlls in build
62 replies
CC#
Created by Paul on 3/20/2025 in #help
Visual Studio includes only x86 dlls in build
found it. if you download there is a if it doesn't start link which is the go.microsoft.com one for .net framework
62 replies
CC#
Created by Paul on 3/20/2025 in #help
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
CC#
Created by Paul on 3/20/2025 in #help
Visual Studio includes only x86 dlls in build
oh, okay. thanks for the information. i guess than i'll try it first because of simplicity
62 replies
CC#
Created by Paul on 3/20/2025 in #help
Visual Studio includes only x86 dlls in build
also wix seems to be payed now at firegiant
62 replies
CC#
Created by Paul on 3/20/2025 in #help
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
CC#
Created by Paul on 3/20/2025 in #help
Visual Studio includes only x86 dlls in build
maybe wix v3
62 replies
CC#
Created by Paul on 3/20/2025 in #help
Visual Studio includes only x86 dlls in build
it always uses 4.7.2 even though i set it to 4.8. Can you recommend a simple alternative?
62 replies
CC#
Created by Paul on 3/20/2025 in #help
Visual Studio includes only x86 dlls in build
I would also rather not to but I have to so ....
62 replies
CC#
Created by Paul on 3/20/2025 in #help
Visual Studio includes only x86 dlls in build
Okay, the setup install depdendency detection thing seems to be completely broken. there are dlls that exist in the msi but not the build folder of my project
62 replies
CC#
Created by Paul on 3/20/2025 in #help
Visual Studio includes only x86 dlls in build
oh and some dlls issues like e_sqlite3.dll and some others not beeing included
62 replies
CC#
Created by Paul on 3/20/2025 in #help
Visual Studio includes only x86 dlls in build
but thanks to all for trying to help
62 replies
CC#
Created by Paul on 3/20/2025 in #help
Visual Studio includes only x86 dlls in build
okay i found the issue copying all the en-US like folders solves the issue so i guess this did not add tot he primary output of the wpf project and therefore was not included
62 replies
CC#
Created by Paul on 3/20/2025 in #help
Visual Studio includes only x86 dlls in build
and the System.ValueTuple is 24kb in the debug folder and 21kb in the installed
62 replies
CC#
Created by Paul on 3/20/2025 in #help
Visual Studio includes only x86 dlls in build
whats interesting is the filesystem browser for the setup project shows System.valuetuple v4.0.3 and the dll in bin and actually installed is 4.6...
62 replies
CC#
Created by Paul on 3/20/2025 in #help
Visual Studio includes only x86 dlls in build
ok so i can run the exe in the bin\x64\Debug but if it gets installed by the msi setup it will fail to launch
62 replies
CC#
Created by Paul on 3/20/2025 in #help
Visual Studio includes only x86 dlls in build
here is the log. I'm not an expert for windbg but it seems it expects system.valuetuple version 4.0.3.0 but loads 4.6.26515.6
62 replies
CC#
Created by Paul on 3/20/2025 in #help
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
CC#
Created by Paul on 3/20/2025 in #help
Visual Studio includes only x86 dlls in build
ok that is longer:
62 replies
CC#
Created by Paul on 3/20/2025 in #help
Visual Studio includes only x86 dlls in build
ok windbg only shows: ModLoad: 00007fffbe3c0000 00007fffbe623000 ntdll.dll ModLoad: 00007fffa17a0000 00007fffa180d000 C:\WINDOWS\SYSTEM32\MSCOREE.DLL ModLoad: 00007fffbd350000 00007fffbd417000 C:\WINDOWS\System32\KERNEL32.dll ModLoad: 00007fffbb720000 00007fffbbae9000 C:\WINDOWS\System32\KERNELBASE.dll (7388.9a8c): Break instruction exception - code 80000003 (first chance) ntdll!LdrpDoDebuggerBreak+0x35: 00007fff`be4e14a9 cc int 3
62 replies