VS2008做的Silverlight3项目用VS2010 Silverlight4打开报如下错误
The "CleanRiaClientFilesTask" task was not found. Check the following:
1.) The name of the task in the project file is the same as the name of the task class.
2.) The task class is "public" and implements the Microsoft.Build.Framework.ITask interface.
3.) The task is correctly declared with <UsingTask> in the project file, or in the *.tasks files located in the "C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319" directory.DeepEarth
[解决办法]
你的项目中有多少个类库项目,推荐你单独一个一个进行转换。然后重新编译。
CleanRiaClientFilesTask这个项目是个什么?查找你的项目中有这个么?
[解决办法]
需要转换,有点麻烦。。
[解决办法]