+ Reply to Thread
Results 1 to 7 of 7

Thread: No Debugging Possible in c#

  1. #1
    Junior Member
    Join Date
    Jun 2012
    Posts
    18
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Unhappy No Debugging Possible in c#

    I am not able to debug the C# application while using the ElectroServer.dll. Please suggest.

  2. #2
    Administrator tcarr's Avatar
    Join Date
    Dec 2007
    Posts
    7,214
    Thanks
    80
    Thanked 1,087 Times in 1,076 Posts
    Are you using Unity or generic C#?
    Teresa Carrigan
    Senior Engineer
    Electrotank, Inc.

  3. #3
    Junior Member
    Join Date
    Jun 2012
    Posts
    18
    Thanks
    1
    Thanked 0 Times in 0 Posts
    Generic c#

  4. #4
    Administrator tcarr's Avatar
    Join Date
    Dec 2007
    Posts
    7,214
    Thanks
    80
    Thanked 1,087 Times in 1,076 Posts
    Here is how I did it just now:
    1. Find ES5.3.3's Simple Chat code example for csharp
    2. Open SimpleChat.csproj using MS Visual C# 2010 Express
    3. Delete the View.resx file because for some reason it had the wrong path stuck in it and was preventing compilation
    4. Rebuild the project
    5. 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.

  5. #5
    Administrator tcarr's Avatar
    Join Date
    Dec 2007
    Posts
    7,214
    Thanks
    80
    Thanked 1,087 Times in 1,076 Posts
    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.

  6. #6
    Administrator tcarr's Avatar
    Join Date
    Dec 2007
    Posts
    7,214
    Thanks
    80
    Thanked 1,087 Times in 1,076 Posts
    Did this answer your question?
    Teresa Carrigan
    Senior Engineer
    Electrotank, Inc.

  7. #7
    Junior Member
    Join Date
    Jun 2012
    Posts
    18
    Thanks
    1
    Thanked 0 Times in 0 Posts
    Found my solution i had to attach the running application to my solution, using attach to process!

    Thanks

+ Reply to Thread

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts