Hotfix for r32 build error
From JinxBot
With regard to issue 18:
jinxbot\development\projects\BNSharp\Net\ConnectionBase.cs(120,48): error CS0246: The type or namespace name 'ConnectCompletedCallback' could not be found (are you missing a using directive or an assembly reference?)
This error is caused because the .csproj file for BNSharp wasn't completely up to date the last time I checked it in. It will be corrected in a future release; however, to update it now, go through this workaround:
- In Visual Studio Solution Explorer, select the BNSharp project
- Above the solution tree, there is an icon called "Show All Files". Click it.
- Under BNSharp/Net, you will see a file called ConnectCompletedEventArgs.cs. Right-click it and choose "Include in Project"
Building should then succeed:
========== Build: 1 succeeded or up-to-date, 0 failed, 0 skipped ==========

