Mofsy / jinxbot

Automatically exported from code.google.com/p/jinxbot
1 stars 1 forks source link

ConnectionBase.cs - ConnectCompletedCallback / ConnectCompletedResult not found #18

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
In the method beginning on line 120 of BNSharp.Net.ConnectionBase taken
from SVN revision 32, the following errors occur on attemping to compile:

BNSharp's project folder is inside of the Felbot2 solution folder, next to
Felbot2's project folder. BNSharp's folder is virgin off the SVN.

Error   1   The type or namespace name 'ConnectCompletedCallback' could not be
found (are you missing a using directive or an assembly reference?)
C:\Users\William\Documents\Visual Studio
2008\Projects\Felbot2\BNSharp\Net\ConnectionBase.cs 120 48  BNSharp
Error   2   The type or namespace name 'ConnectCompletedResult' could not be
found (are you missing a using directive or an assembly reference?)
C:\Users\William\Documents\Visual Studio
2008\Projects\Felbot2\BNSharp\Net\ConnectionBase.cs 125 34  BNSharp
Error   3   The type or namespace name 'ConnectCompletedResult' could not be
found (are you missing a using directive or an assembly reference?)
C:\Users\William\Documents\Visual Studio
2008\Projects\Felbot2\BNSharp\Net\ConnectionBase.cs 125 70  BNSharp

Original issue reported on code.google.com by williaml...@gmail.com on 27 Jan 2009 at 10:16

GoogleCodeExporter commented 8 years ago
Sorry, I was on my other google account. Also, copypasta'ing the r28 class over 
the
r32 one solved all issues, so this is isolated to the new async stuff in r32.

Original comment by joethe...@gmail.com on 27 Jan 2009 at 10:20

GoogleCodeExporter commented 8 years ago
Please see 
http://www.jinxbot.net/wiki/index.php?title=Hotfix_for_r32_build_error 
for correction

Original comment by myndf...@valhallalegends.com on 29 Jan 2009 at 5:55

GoogleCodeExporter commented 8 years ago

Original comment by myndf...@valhallalegends.com on 19 Feb 2009 at 9:10