-
I'm upgrading to version 5.0 from 4.5. I've followed the upgrade steps and was able to build the .web project. But when I try to build the codegen project, I get these two errors: The "CreateOpenRiaClientFilesTask" task could not be initialized with its input parameters. The "SharedFilesMode" parameter is not supported by the "CreateOpenRiaClientFilesTask" task. Verify the parameter exists on the task, and it is a settable public instance property. Any suggestions on how to troubleshoot these errors? Thanks, Reese Watt |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I solved it. It turns out there was an 'Include' line in my project file that referenced an old (4.5.1) version of the codegen package. Not sure why that was still there after the Nuget upgrade, but I deleted it and the problem is now solved. Reese Watt |
Beta Was this translation helpful? Give feedback.
I solved it.
It turns out there was an 'Include' line in my project file that referenced an old (4.5.1) version of the codegen package. Not sure why that was still there after the Nuget upgrade, but I deleted it and the problem is now solved.
Reese Watt