Narsu
Narsu

Reputation: 1

Nesper example add assembly reference - namespace com / Support / UpdateEventArgs /

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

Answers (1)

user650839
user650839

Reputation: 2594

The Nuget packages are common, compiler and runtime. You can see the package references there.

Upvotes: 0

Related Questions