I am not able to debug the C# application while using the ElectroServer.dll. Please suggest.
I am not able to debug the C# application while using the ElectroServer.dll. Please suggest.
Are you using Unity or generic C#?
Teresa Carrigan
Senior Engineer
Electrotank, Inc.
Generic c#
Here is how I did it just now:
- Find ES5.3.3's Simple Chat code example for csharp
- Open SimpleChat.csproj using MS Visual C# 2010 Express
- Delete the View.resx file because for some reason it had the wrong path stuck in it and was preventing compilation
- Rebuild the project
- Right click on the project, and select Debug - Start new instance. My local ES5 was running already of course.
If this is not what you meant by "can't debug" then please explain in more detail what you are trying to do.
Teresa Carrigan
Senior Engineer
Electrotank, Inc.
Note: there is a known bug with ES5.3.2 and the generic C# api. This was fixed with 5.3.3 and not present in earlier releases.
Teresa Carrigan
Senior Engineer
Electrotank, Inc.
Did this answer your question?
Teresa Carrigan
Senior Engineer
Electrotank, Inc.
Found my solution i had to attach the running application to my solution, using attach to process!
Thanks![]()