mhinze / ShortBus

In-process mediator with low-friction API
MIT License
210 stars 41 forks source link

The base class or interface of 'ShortBus.Response' could not be resolved or is invalid #34

Closed lruckman closed 10 years ago

lruckman commented 10 years ago

Using latest NuGet I'm getting the following error when compiling:

Error 4 The base class or interface of 'ShortBus.Response' could not be resolved or is invalid \packages\ShortBus.3.0.46-beta\lib\ShortBus.dll

Is this a known issue?

I have the following packages installed:

lruckman commented 10 years ago

Built from source and the problem went away.

FilipDeVos commented 10 years ago

If you install shortbus with this command you won't have the issue:

    install-package shortbus -pre -DependencyVersion Highest
lruckman commented 10 years ago

Very helpful, thanks!