Hello,
I'm considering Rebex File Server to make C/S application.
But I can't run your sample(FileServer_CS) project with a problem.
The Exception of "Specified charset is not supported" occurred on constructor of FileServer.
I couldn't find the way to set the charset before the constructor line.
My system environment is..
Windows 7 Professional Service Pack 1 64-bit
Using Korean(korea) - Microsoft IME
Error line is...
_server = new FileServer();
Stack Trace is...
at Rebex.Net.Servers.FileServerSettings.set_ShellEncoding(Encoding value)
at Rebex.Net.Servers.FileServerSettings..ctor(FileServer A)
at Rebex.Net.Servers.FileServer..ctor()
at Rebex.Samples.MainForm..ctor() in C:\Rebex\Samples\Server\vs2010-net-4.0\FileServer\FileServerWinForm_CS\MainForm.cs:line 79
at Rebex.Samples.Program.Main() in C:\Rebex\Samples\Server\vs2010-net-4.0\FileServer\FileServerWinForm_CS\Program.cs:line 39
at System.AppDomain._nExecuteAssembly(RuntimeAssembly assembly, String[] args)
at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args)
at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly()
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.ThreadHelper.ThreadStart()