0

I built an old hockey App project using Xamarin. But I got some errors.

CS0234 The type or namespace name 'CrashManagerListener' does not exist in the namespace 'HockeyApp' (are you missing an assembly reference?)

CS0234 The type or namespace name 'TraceWriter' does not exist in the namespace 'HockeyApp' (are you missing an assembly reference?)

I installed HockeySDK.Xamarin using Nugat package manager of VS2015. Thank you.

Community
  • 1
  • 1
Eric Chan
  • 1,192
  • 4
  • 16
  • 30
  • 1
    Have you added a reference to the added NuGet Package to your project? – confusedandamused Sep 30 '16 at 19:08
  • I added HockeySDK and HockeySDK.AndroidBindings – Eric Chan Sep 30 '16 at 19:27
  • Did that resolve your issue - or are you still receiving the error? – confusedandamused Sep 30 '16 at 19:45
  • I didn't fix yet. As I say again, I added the above two things but got some errors I mentioned. – Eric Chan Sep 30 '16 at 20:12
  • Have you added the proper `using` statements to match for each added reference? The errors you are receiving are because of either 1. Missing reference to the NuGet Package(s) 2. Lacking proper using statement 3. Depending on how old the project is that you are trying to build you may have selected the wrong version of NuGet package, and the `CrashManagerListner` and `TraceWriter` no longer exist in the version you installed. – confusedandamused Sep 30 '16 at 20:24
  • If you updated to the latest HockeySDK, you should be able to use HockeyApp.Android namespace – Scavenger Oct 17 '16 at 05:44

0 Answers0