microsoft / AzureKeyVaultExplorer

Azure Key Vault Explorer
MIT License
210 stars 68 forks source link

T4Transform task failed #22

Closed guestdj closed 5 years ago

guestdj commented 5 years ago

Hi

Really want to try and use this tool as it looks a good password manager and stores credentials in Azure Key Vault.

I think it would be really useful to have an install guide for this solution as I've had and are still having issues getting the solution to build

I've run the init.cmd file to get the nuget packages installed (although I wonder why nuget package manager was not used to do this) I also had to add nuget package for ICSharpCode.TextEditor which added references to the Applicaiton insights and Azure Key Vault

Currently when I build the solution it is now complaining that the T4Transform task failed!

Any advice from people that have managed to build this would be appreciated

I'm using Windows 10 using VS 2017

mgianesini commented 5 years ago

Hello, I'm having the same issue while trying to build the solution. Any help will be much appreciated.

kramer888 commented 5 years ago

Same thing here - any update about it?

guestdj commented 5 years ago

Not sure what I did really but I managed to get this working. What I advise if your having issues is: 1) delete old repo 2) get new repo 3) cd to AzureKeyVaultExplorer 4) run init.cmd 5) open solution 6) build solution as x64 (you might need to change the from AnyCPU) 4 solutions should build and you should be able to F5 to run it!