Hello,
I have created C sharp project in Visual Studio 2013 and added in AOT -> Visual Studio Projects -> C Sharp project.
My VS project has a reference to Microsoft.Windowsazure.Storage.dll and Microsoft.Azure.KeyValut.Core.dll
It's compiling successfully in VS.
but in AX while compiling it throws error.
The type or namespace name 'WindowsAzure' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)
When i reopen project from VS -> Application Explorer. It shows that these assemblies are missing. They were added using Manage NuGet Packages when i first time created project directly in VS. but now after adding them to AOT and reopening it from VS, they're missing. Weired.
Now I can't add it back to VS project as it says 'unable to locate solution directory'.
Anyone have any idea how to resolve this issue? Thanks.
*This post is locked for comments
I have the same question (0)