Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
One of the nice things about moving from VS2005 to VS2008 is that you no longer need to run as admin on a Vista machine. However, you may now find that you can't access the SQL server you use for storing load load test results. If you need a quick fix for this, use the following SQL script:
EXEC sp_addsrvrolemember domain\neilkidd', 'sysadmin'
For more information, see:
Comments
- Anonymous
February 11, 2008
Eugene Zakhareyev on Building VS2008 projects in VS2005. The Teams WIT Tools Blog on FAQ #4: How do you...