Posts by user2568864 • 335 points
3 posts
-
0
votes1
answer95
viewsQ: Unable to read Beyond the end of the stream
I was trying to create a socket connection between Java and C#, Java being the client and C# the server. But when I use Binaryreader to read the data, it returns an error: Unable to read Beyond the…
-
1
votes1
answer207
viewsQ: socket failed: EACCES (Permission denied)
He was creating an Android project that makes him communicate with a Windows machine through Sockets, being the machine the server, and the mobile device (Samsung Galaxy S3 MINI) the client. I…
-
22
votes2
answers2225
viewsQ: Compile string as code
There is how I compile a string within C#? Example: Console.WriteLine(\"Hello World\");. Like a eval javascript? 'Cause I had a project to load a code into a text file or something.…