Windows Azure Storage Emulator failed to install -
i wasted whole day trying install windows azure storage emulator somehow not getting installed..
the log showing me error : sql instance not found. tried re-installing sql server 2012 did not help. not able find sql instance @ all..
here detailed log : http://pastebin.com/kuw4mjuf
i tried googling around ended no solution @ all.
:-( can't go ahead without azure storage emulator..
i hope here help.
there may issue sqllocaldb user database v11.0 during install. need recreate (see below).
as far i'm concerned, first install attemp left files in c:\users[user] directory :
- wastorageemulatordb30.mdf
- wastorageemulatordb30_log.ldf
(your version numbers may differ.) sqllocaldb logs mention these files still existed , not erase them.
i deleted them manually. recreated v11.0:
- sqllocaldb stop v11.0
- sqllocaldb delete v11.0
- sqllocaldb create v11.0
and reinstalled...
hope helps !
oa
Comments
Post a Comment