is there difference between debug and release reference path while compiling?

Posted by Nair on Stack Overflow See other posts from Stack Overflow or by Nair
Published on 2010-04-21T20:23:32Z Indexed on 2010/04/21 23:23 UTC
Read the original article Hit count: 296

I am building a SL3 + RIA application in VS2008. When compiled the application in debug mode it compiles fine with out any error, but when I compile the same application with out any code change in release mode I get an error

'The type of namespace name 'BusyIndicator' does not exist in the namespace 'System.Windows.Controls' (are you missing an assembly reference).

All the errors are coming from the generated code name.g.cs

Just curious anyone run into this problem.

© Stack Overflow or respective owner

Related posts about silverlight-3.0

Related posts about Silverlight