| Thread | Last Post | Replies |
|
| Auto-attach to remote debugger as non-admin | 31 Jul 2003 22:43 GMT | 2 |
I know that all you want to hear about is yet another non- admin remote debugger problem but I'm really stumped. Before you quickly reply, please note that I have spent several days scouring the newsgroups, reading the How To
|
| Debug with Host Headers | 31 Jul 2003 19:53 GMT | 1 |
I need to be able to debug my application through host headers that I have set up in IIS and my local hosts file. When debugging starts, the url IE is sent to is: //localhost/myapp/mychosenstartpage
|
| Debugging a COM object used by a C# application | 31 Jul 2003 17:50 GMT | 1 |
I have a COM object (implemented in C++) that works fine from VBA (in Excel) and other environments, but doesn't work from within .NET when called by a C# application. The function typecasts the IDispatch* to the C++ type it knows it must be and accesses some private members.
|
| ExcelReadWriteAdo | 31 Jul 2003 16:45 GMT | 1 |
I have a number of using statements that are not finding the office components. ex: using Microsoft.Office.Core;
|
| remote accee SQL | 30 Jul 2003 22:50 GMT | 3 |
I am trying to access Sql server remotely through Server explorer... is that possible? I thank you for your help
|
| Login failed for user '\' | 30 Jul 2003 22:46 GMT | 1 |
I am writing a report scheduling service in VB .NET and I am having problems connecting to my SQL Server database using the trusted connection. This is my connection string. "workstation id=CNOLAN;packet size=4096;integrated security=SSPI;data
|
| breaking point! | 30 Jul 2003 19:56 GMT | 1 |
i have installed vs.net perfectly but when I reboot my pc and try to launch the application i get this message...; An unexpected error has prevented Visual Studio from starting. This error generally occurs when one or more components of Visual Studio are missing or
|
| C4702 in exception throw | 30 Jul 2003 18:49 GMT | 1 |
I'm porting an older VS 6 C++ application to NET 2003 and getting a C4702 (unreachable code) warning at /W4 for the following code: throw new CArchiveException( CArchiveException::none,
|
| Conditional Breakpoint not hit! - Need some help | 30 Jul 2003 18:42 GMT | 1 |
I have a simple console application in C++ whose main() does the following... char* s = "Hello"; printf("String is %s\n",s);
|
| Caught Exceptions stop Debugger | 30 Jul 2003 15:21 GMT | 1 |
The debugger is automatically invoked if you have an exception. UNLESS You have any try/catch blocks further up the stack. In that case the stack is unwound, and all useful state is lost. You could explicitly invoke the
|
| Serious Visual Studio .NET Bug! | 30 Jul 2003 12:30 GMT | 2 |
I have found a bug in VS.NET 2003 that I can't seem to find a solution for. When I am at a break point, I want to expand a variable node in the local windows to see the properites of the corresponding object. However, when I
|
| How to remote debug a dll? | 29 Jul 2003 20:48 GMT | 1 |
How do I remote debug an ATL server dll using VS .NET 2003? Remote debugging is working fine for the client application, and I have no problem debugging the dll locally (by pointing to the local client app). If I specify the remote client app in the "Debugging->Remote Command"
|
| How to use the data breakpoints in vs.net 2003? | 25 Jul 2003 22:45 GMT | 1 |
I want to use the data breakpoints in C++ codes. Any tutorials to get me start. Thanks. Boxing Wang
|
| Remote debugging on XPe | 24 Jul 2003 22:54 GMT | 1 |
I have a PC104 development system that is running XP embedded. The system has limited resource (only 70M hard drive space left). Is there a way of manually installing the remote debug software from VS.NET? I cannot use msiexec (not installed on system) as described on the 'Remote
|
| Breakpoint in Separate class library being Ignored | 24 Jul 2003 22:42 GMT | 3 |
I have remote debugging setup on a Win2k3 server and I'm accessing it from VS.Net 2003. I can attach to the process fine and can set a breakpoint in an code behind the aspx page and have it work just fine. But if a have a class
|