ellfeeenity Posted March 9, 2018 Share Posted March 9, 2018 Hello, in my bridge logs i find this errors. Who know how fix it? System.ArgumentException: 'windows-1250' is not a supported encoding name. For information on defining a custom encoding, see the documentation for the Encoding.RegisterProvider method. Parameter name: name at int System.Globalization.EncodingTable.internalGetCodePageFromName(string name) System.IO.FileNotFoundException: Could not load the specified file. File name: 'System.Net.Sockets.resources' at Assembly System.Runtime.Loader.AssemblyLoadContext.ResolveUsingEvent(AssemblyName assemblyName) Link to comment Share on other sites More sharing options...
Xabi Posted March 9, 2018 Share Posted March 9, 2018 Add this line to the top of your script initialization: Encoding.RegisterProvider(CodePagesEncodingProvider.Instance); Maybe it will ask for a new assembly reference after adding it, not sure. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now