Viewing sourced DB objects in VS
Underground
Posts: 4
I just installed the Source Control trial, linked a DB, but when I try to view say a stored procedure in the Source Control Explorer in VS2010 it just sits there and more or less locks up VS. It's causing an application hang error in devenv.exe.
I can view other source files added through visual studio just fine.
Any idea what might be causing this?
I can view other source files added through visual studio just fine.
Any idea what might be causing this?
Comments
The files that SQL Source Control adds in to TFS are simple .sql text-files, so there shouldn't be anything unusual about them. Does this affect all users or just yourself? If you check-out the folder that SQL Source Control put its files in, can you view them locally?
Redgate Software