xRushG

Results 8 comments of xRushG

Hey all, the major issue is described here: [https://learn.microsoft.com/de-de/powershell/scripting/install/powershell-support-lifecycle?view=powershell-7.3](https://learn.microsoft.com/de-de/powershell/scripting/install/powershell-support-lifecycle?view=powershell-7.3) After updating to the .NET 6 Desktop environment, Powershell 2, 3, and 5 are no longer supported for loading mRemoteNG assemblies....

The AppVeyor issue has been present since Issue 2487 #2549 ->"Remove boilerplate code" or one bevor. Locally, I have commented out the part in programRoot.cs.", but not commit the code:...

You don't need to wait for the fix if you've cloned the repo. Go to the file 'mRemoteNG\App\ProgramRoot.cs' and comment out (with // or /* [...] */) the lines as...

Hey what exactly do you mean? Do you have an issue with compilation in visual studio?

Ah, okay, I see. There have been some changes in the project configuration since March 31, 2023. Everything was changed to release, but therefore I can't tell anything. Please open...

I can confirm the error you encountered. It arises due to the limitations imposed by the nature of static classes and readonly fields. Since GeneralAppInfo is a static class with...

Oh, forgot what i say.... Update Visual Studio to the latest version, and everything will be fine: Microsoft Visual Studio Community 2022 (64-bit) - Current Version 17.10.0 Only the readonly...

Hey @urskog84 You can test it with my fork. There's only one commit from me, so you can easily see my changes. Compile and test it using the additional parameter...