The “CreateRiaClientFilesTask” task failed unexpectedly

前端 未结 10 982
無奈伤痛
無奈伤痛 2021-02-12 15:49

I\'ve VS 2010 and recently installed WCF RIA Services V1.0. For testing I have created a new Silverligh Business project but now every now and then when I rebuild the solution I

相关标签:
10条回答
  • 2021-02-12 16:18

    My solution was to remove the app settings from the config file.

    0 讨论(0)
  • 2021-02-12 16:19

    This happened to me when upgrading from MVC3 to MVC5. MVC5 lists dependent assemblies in a different place in web.config. Look for an <assemblies> section in web.config and comment it out (even though it is the correct version)

    0 讨论(0)
  • 2021-02-12 16:23

    Try to remove the DomainServices Assemblies (... References), then run "Clean" on the Project or better the whole Solution. Restart VS and add the Assemblies anew.

    0 讨论(0)
  • 2021-02-12 16:25

    I use VS 2010 and Windows 7. I've got this exception and after reopen solution it repeated again. The next helped in my case. I've closed VS and open solution again, but not running .sln file - I run VS from shortcut with administrator rights (not sure that admin rights really need) and select my solution on start page of Visual Studio. After that I rebuilt solution.

    0 讨论(0)
提交回复
热议问题