Hi All,
I am trying to merge my customization with 10.0.9 Retail SDK from 10.0.7 manually. All the projects are build after changing the references. Only RetailProxy extension is throwing error regarding the CommerceProxyGenerator. The error was: This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. Then I found after unloading project that it was referring to earlier version of CommerceProxyGenerator. I have updated it with new SDK CommerceProxyGenerator.
Now, it is throwing some different error, I am not sure what needs to be done in order to solve it. Do I need to change any configuration file in some particular place. If any one has came across same problem please suggest. The error message I am getting in Visual studio is. "The CommerceProxyGeneratorApplicationType property is not properly set (supported values are: CSharp, CSharpExtensions, TypeScript, TypeScriptExtensions, or TypeScriptModules)"
Thank you!