Reputation: 1
I'm trying to understand how NEsper works and see the example codes like Feed, ATM, AutoId, Transaction and so on. when I try to build the solution, I get many errors. the type or namespace com / Support / UpdateEventArgs / ... could not be found. Assembly reference should be added. Can anyone tell me where to find those namespaces and how to add those references? thanks in advance! Narsu
Upvotes: 0
Views: 44
Reputation: 2594
The Nuget packages are common, compiler and runtime. You can see the package references there.
Upvotes: 0