visual-studiodatadude

Visual Studio Database Edition memory problems and auto recompile


Currently storing database of a large application with 2,000 stored procedures in Visual Studio Database Edition.

The problem I'm having is that when I try and edit a stored procedure, Visual Studio becomes unresponsive and it can take 30 seconds to type in a single keyword.

What I believe is that Visual Studio is attempting to auto recompile the project/solution. Does anyone know of a workaround, can this be switched off?

Has anyone experienced the same issue?


Solution

  • I would take a look @ this post, which talks about a known issue with the *.dbml file and that the suppression of warnings doesn't always aid in the problem. The original poster does post a workaround.