Xeinٴٴٴٴٴٴٴ
Xeinٴٴٴٴٴٴٴ
CC#
Created by Xeinٴٴٴٴٴٴٴ on 3/29/2024 in #help
AssemblyLoadContext Error - .NET 8.0
I solved it (after like a week of debugging) by downloading C++ Redistributable 2019 because of a library.
2 replies
CC#
Created by Xeinٴٴٴٴٴٴٴ on 3/25/2024 in #help
Parent & Child menitems - WPF .NET 8.0
Have already tried, it doesn't work.
4 replies
CC#
Created by Xeinٴٴٴٴٴٴٴ on 11/29/2023 in #help
Don't understand, want to understand. (Server & Client TCP connection)
for sure. but don't know what
15 replies
CC#
Created by Xeinٴٴٴٴٴٴٴ on 11/29/2023 in #help
Don't understand, want to understand. (Server & Client TCP connection)
yeah, I got the same error.
15 replies
CC#
Created by Xeinٴٴٴٴٴٴٴ on 11/29/2023 in #help
Don't understand, want to understand. (Server & Client TCP connection)
like this?:
return @"
using System;

namespace ClientSide
{
public class Program
{
public static void Main()
{
// Empty Main method
}
}
}";
return @"
using System;

namespace ClientSide
{
public class Program
{
public static void Main()
{
// Empty Main method
}
}
}";
15 replies
CC#
Created by Xeinٴٴٴٴٴٴٴ on 11/29/2023 in #help
Don't understand, want to understand. (Server & Client TCP connection)
@dont It worked in memory, I changed it a bit so it ran directly in memory and it worked fine. Any ideas? Do you know anyone that would be good at this?
15 replies
CC#
Created by Xeinٴٴٴٴٴٴٴ on 11/29/2023 in #help
Don't understand, want to understand. (Server & Client TCP connection)
the error were the same.
15 replies
CC#
Created by Xeinٴٴٴٴٴٴٴ on 11/29/2023 in #help
Don't understand, want to understand. (Server & Client TCP connection)
```cs instead of just``` wdym? I have only tried on my pc and I have installed .net 6.0, 7.0, and 8.0. I have tried 7.0 and 8.0
15 replies
CC#
Created by Xeinٴٴٴٴٴٴٴ on 11/29/2023 in #help
Don't understand, want to understand. (Server & Client TCP connection)
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>WinExe</OutputType> <TargetFramework>net7.0-windows7.0</TargetFramework> <Nullable>enable</Nullable> <ImplicitUsings>enable</ImplicitUsings> <UseWPF>true</UseWPF> </PropertyGroup> <ItemGroup> <PackageReference Include="Microsoft.CodeAnalysis" Version="4.8.0" /> <PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.8.0" /> <PackageReference Include="Newtonsoft.Json" Version="13.0.3" /> </ItemGroup> </Project>
15 replies