Reputation: 791
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?
Upvotes: 1
Views: 1182