On a brand new install from LCS into a new Azure VM, the package metadata is not read by Visual Studio correctly. For example, the Application Explorer has no elements under the root nodes (Base Enums, Tables, etc..), and when creating a new model via the Create Model Wizard, in the step to select referenced packages, there are no packages listed at all (blank).
I suspected it was a problem with the folders in which the metadata files were located. Normally this is C:\Packages, but in the Azure VM, they are located at J:\AosService\PackagesLocalDirectory.
Indeed if I copy the contents of J:\AosService\PackagesLocalDirectory into C:\Packages, Visual studio can now see all of the packages and is working as it should.
So, a couple of questions:
- Is it safe to continue to use a copy of the files in C:\Packages?
- How do I configure Visual Studio to point to the correct folder in J:\AosService\PackagesLocalDirectory?
*This post is locked for comments
I have the same question (0)