T-SQL stored proc debugging in VS 2005
Thu, 6 Dec 2007 14:13:21 -0500
Hi,
I'm using Visual Studio 2005 Team Edition and SQL Server 2005 sp2 Standard.
I had Visual Studio 2003 also installed on my PC.
Until 2-3 days ago, I was stepping into my T-SQL stored procedures within VS
2005. Then, since I had no more use of VS 2003 and decided to get rid of it
to get disk space back...
...
|
Load an XML document using WebMethod of Web Service in C#
Thu, 6 Dec 2007 09:10:01 -0800
My code is listed as follows.
public class WebService1 : System.Web.Services.WebService
{
public WebService1()
[WebMethod(CacheDuration = 50,
Description="Load XML Document")]
public DataSet GetBigData()
{
System.Xml.XmlDocument doc = new System.Xml ...
|
How can I in auto window in debugging mode
Wed, 5 Dec 2007 17:01:02 -0800
How can I expand all nodes (+) when the auto window is open or local window
I expandand some of them manually but, next lines collapses back again .
specially (C#) when displaying (+)this , I always want to see all.
TIA
Thanks for you tips. ...
|
Why DLL not FOUND - even though I've added full path?
Tue, 4 Dec 2007 15:42:01 -0800
I am using VS Pro 2005 and Win XP to create a number of projects in C++ and
VB.Net
I am finding that the compiler has quite a few strange quirks and bugs as I
test my code.
I have a main VB project that calls a C++ DLL. I can see the DLL in its
â??Debugâ?? folder but VB keeps giving me the error message ...
|
VB.net remove elllipse object
Tue, 27 Nov 2007 13:42:00 -0800
After I draw a circle/ellipse, is there I can remove it given a X & Y
location (if so, how?).
I also have problem with my graphic is that when I minimize it, my previous
ellipse is not visible (timer?). How can I fix this and remove the the
ellipse
object at certain X & y? Thanks.
Here is the code: ...
|
VB.net System.Speech not recognize
Tue, 27 Nov 2007 13:38:02 -0800
I am running Windows XP Pro SP 2, have Office 2003, installed SDK 5.1,
Visual Studio 2005 with installed .NET Frame 3.5 (re-distribution package).
I tested out the voice the recognition code from this link but seem it
can't recognize System.Speech. I try to search for (Add Reference)
both in .NET & COM (fou ...
|
IIS Diagnostics Toolkit (x86) breaks debugging in VS 2003 !
Fri, 23 Nov 2007 09:43:39 -0800 (PST)
After installing IIS Diagnostics Toolkit (x86):
http://www.microsoft.com/downloads/details.aspx?FamilyID=9bfa49bc-376b-4a54-95aa-73c9156706e7&DisplayLang=en
Debugging in VS 2003 will not longer work, when trying to attach the
debugger to the w3wp.exe process by going to Debug > Porcesses window
the line for w3wp ...
|
|
|
Host Environment for Remote Debugging
Thu, 22 Nov 2007 20:37:01 -0800
Is it possible to debug computers in different workgroups? The Visual Studio
host is part of a home workgroup and the remote computer is hosted and the
only member of the second workgroup. I've tried local accounts (in the
administrators group) with the same username and password on both machines,
but not ha ...
|
Error starting debugger with unmanaged code in VS2005
Thu, 22 Nov 2007 12:35:00 -0800
Hi,
I'm having problems to start debugging any program that uses unmanaged code.
I created a simple Win32 Console Application in C++.
Pressing F5 to start debugging the message 'Unable to start program' appears.
It works fine if I use Ctrl+F5 (Start without debugging) or if I change the
project option Debugg ...
|
Very slow execution while executing under the debugger
Thu, 22 Nov 2007 04:44:01 -0800
I have a c# application which has an unmanaged DLL that draws the content of
one of the widows which executes very slowly when run under the debugger.
When I staert the application stand alone or by using Debug\Start without
debugging, it draws the initial windows completely within 10 seconds of
opening the ...
|