Colin
Colin

Reputation: 45

Could not load file or assembly 'ServiceStack.Text

This is a runtime error I'm getting from a console app that references ServiceStack.Text. I have manually deleted the nuget package and reinstalled it using the package manager console. The target framework is .Net Framework 4, not Client Profile. thanks for any help.

Upvotes: 1

Views: 880

Answers (1)

Colin
Colin

Reputation: 45

It turned out to be unrelated to ServiceStack.text. It was related to some conflicting references.

Upvotes: 1

Related Questions