This question is locked. New answers and comments are not allowed.
When I've just created a new TelerikMvcApplication. My Visual Studio 2010 told me the following error message.
File Load: Some bytes have been replaced with the Unicode substitution character while loading the xxxxx\Properties\AssemblyInfo.cs with Chinese Traditional (Big5) encoding. Saving the file will not preserve the original file contents.
Here is the screenshot image:
http://screencast.com/t/uYMk2jTmT
I think you should replace all your files into UTF-8 encoding to avoid this problem.
File Load: Some bytes have been replaced with the Unicode substitution character while loading the xxxxx\Properties\AssemblyInfo.cs with Chinese Traditional (Big5) encoding. Saving the file will not preserve the original file contents.
Here is the screenshot image:
http://screencast.com/t/uYMk2jTmT
I think you should replace all your files into UTF-8 encoding to avoid this problem.