Devenv.exe 100% Of CPU
Feb 9, 2007As soon as I start to use RS 2005 in Vs 2005 devenv.exe starts to use 100% of CPU ??
View 1 RepliesAs soon as I start to use RS 2005 in Vs 2005 devenv.exe starts to use 100% of CPU ??
View 1 RepliesFor some reason my visual studio with SSIS project hangs up with almost 100% cpu usage sometimes immediately after opening the studio.
Any resolution?
Thanks
Before I start peppering this forum with questions I'll start with one that might help me figure out others...
I'm trying to debug a custom component I'm developing. All the texts I've read state that the first thing I should do is attach to the devenv.exe process. When I choose this, the window that lists the available processes I can attach to does not contain devenv.exe.
Is this a security issue? Any other ideas? I'm an administrator on the box. Most of my career's been spent in UNIX environments, so perhaps I'm missing something basic I'm unaware of.
Thanks.
This issue has been raised in a tangentially related thread (http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=301467&SiteID=1) but no thread has been started specific to this issue. When trying to deploy a reporting services project using devenv on the command line, the following error is raised for each report.
Code Snippet
Error : Invoke or BeginInvoke cannot be called on a control until the window handle has been created
We have a single solution with multiple reporting services projects, one project for each folder in our directory tree. We are trying to use the solution file as a "make file" by issuing the following batch command.
Code Snippet
devenv.exe /Deploy Stage "c:My ProjectsReportsReports.sln" /out "ReportDeployment.out"
Is this even possible?