pjvds / ncqrs

Ncqrs Framework - The CQRS Framework for .NET
Other
539 stars 164 forks source link

NSBSample gets an exception #34

Closed Accc99 closed 13 years ago

Accc99 commented 13 years ago

Hi,

with the last version of NCQRS, the sample NSBSample doesn't launch anymore. I get an exception from the file EndpointConfig.cs in Client project:

Message says: "Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information."

Can someone fix it please ?

Gui88

PS: package's version is ncqrs-ncqrs-Merged_Event_and_EventData_again-399-gac8116a.zip

Accc99 commented 13 years ago

Found the solution. The Client project and Server project has to reference Newtonsoft.Json and it works like a charm.