aph5
aph5

Reputation: 791

ServiceStack dll are not found in release mode

I have a problem while compiling my app in release mode. I receive the following error:

The type or namespace name 'ServiceStack' could not be found (are you missing a using directive or an assembly reference?)

My project is using full .NET 4.0 ( no client profile ).

When I switch back to debug mode, every thing works fine.

Could somebody help me please?

enter image description here

Upvotes: 1

Views: 1182

Answers (1)

aph5
aph5

Reputation: 791

ok, fixed. problem was in missing references in release mode

Upvotes: 1

Related Questions