CloudIDEaaS

Results 5 comments of CloudIDEaaS

Your suggestion seemed to work, thank you, but now I'm getting: DllExport.sln.metaproj : error MSB4126: The specified solution configuration "-s|Any CPU" is invalid.

Runing both build-coreclr-ilasm-x86+x64.cmd or build-coreclr-ilasm-x86.cmd C:\Users\kenln\Downloads\DllExport\coreclr\.dotnet\sdk\3.0.100\NuGet.targets(123,5): error : Unable to load the service index for source https://dotnet.myget.org/F/dotnet-core/api/v3/index.json. [C:\Users\kenln\Downloads\DllExport\coreclr\eng\empty.csproj] C:\Users\kenln\Downloads\DllExport\coreclr\.dotnet\sdk\3.0.100\NuGet.targets(123,5): error : The SSL connection could not be established, see inner...

So are you saying your build is broken? I am willing to help you fix it because I need it for .NET 8, but I need you to tell me...

**Is 1.7.3 or its rebasing broken for you? Or what example you're talking about?** Yes, I keep getting the following: Runing both build-coreclr-ilasm-x86+x64.cmd or build-coreclr-ilasm-x86.cmd C:\Users\kenln\Downloads\DllExport\coreclr.dotnet\sdk\3.0.100\NuGet.targets(123,5): error : Unable to...

Code for saving value: ` public static void MakeHiddenKey(string registryPath, string valueName, byte[] keyValue) { UIntPtr regKeyHandle = UIntPtr.Zero; string valueNameTrick = "\0\0" + valueName; bool IsSystem; using (var identity...