Hotfix for r32 build error

From JinxBot

Jump to: navigation, search

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:

  1. In Visual Studio Solution Explorer, select the BNSharp project
  2. Above the solution tree, there is an icon called "Show All Files". Click it. Image:Show-all-files.png
  3. Under BNSharp/Net, you will see a file called ConnectCompletedEventArgs.cs. Right-click it and choose "Include in Project" Image:Include-in-project.png

Building should then succeed:

========== Build: 1 succeeded or up-to-date, 0 failed, 0 skipped ==========
Personal tools
references