Reverse Engineer Code First Generate Class Issue
Today I install Power Tools http://visualstudiogallery.msdn.microsoft.com/72a60b14-1581-4b9b-89f2-846072eff19d
Try to generate poco class. but failed
In output there are errors
This operation requires a connection to the 'master' database. Unable to create a connection to the...
After google , I got answer here
http://stackoverflow.com/questions/13623805/i-get-an-exception-when-i-try-to-reverse-engineer-a-database-in-ef5-code-first
Key points:
In connection wizard, Advanced should be clicked and the value of Persist Security Info should be True.
Thanks
Always.Net