all groups > visual studio .net debugging > november 2005
Filter by week: 1 2 3 4 5
cannot currently modify this text in the editor it is read only
Posted by Robert at 11/30/2005 11:19:35 AM
When debugging vb apps in VS2005 RTM, we are noting that frequently we are
unable to edit the application code while debugging.
Edit and Continue is enabled in Tools -> Options -> Debugging.
The project in question is located on a remote server - not sure if that is
relevant.
What else ... more >>
Extremely slow debugging performance in VS2003 with interop
Posted by arothberg at 11/30/2005 9:49:20 AM
I am running VS2003 VC++ on the following machine:
- OS Name: Microsoft Windows XP Professional
- Version: 5.1.2600 Service Pack 2 Build 2600
- Processor x86 Family 6 Model 13 Stepping 6 GenuineIntel ~1695 Mhz
- Total Physical Memory 769.00 MB
and am experiencing incredibly slow performance ... more >>
debugging (filesystem) web service in vs2005
Posted by NoNickname at 11/30/2005 9:36:02 AM
I have a web service project and a winForms project in the same solution.
The winForms app contains a webreference to the web service. The web service
project was set up as a File System web project.
Whenever I want to break at a breakpoint in the web service, during debug, I
first have t... more >>
VS 2005 always starts Firefox when debugging, not IE
Posted by Rumoldus at 11/30/2005 4:49:07 AM
During installation of VS2005 Firefox was my default browser. I changed it
back to IE6 but VS2005 sticks to Firefox when debugging a web site in
development, whatever I try. How to convince VS2005 to use IE ? If at all, I
would expect this behaviour the other way around.
--
Rumoldus,
The N... more >>
vb.net code to vb.net 2.0 with SSIS in SQL Server 2005
Posted by Ravi Persaud at 11/29/2005 10:49:05 AM
How do you convert this vb.net code to run under vb.net 2.0 executing an SSIS
package (not DTS) in SQL Server 2005 (not SQL Server 2000)??
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles Button1.Click
Dim app As New Application
Dim pkg A... more >>
Visual studio always rebuilds project on F5
Posted by NinuX at 11/29/2005 4:57:01 AM
Does anyone know how to setup Visual Studio 2003 so it does not rebuild the
whole project even when I have not made any code changes ?
I find that it always rebuilds everytime I hit F5 to debug the project. It's
not just my project, it does this even if I create a new project
... more >>
Step Into: missing from VS Team System for Software Architects?
Posted by Tom Gilbert at 11/25/2005 7:29:05 AM
Hi Guys,
Sorry if already answered elsewhere - couldn't find it.
I moved from VS 2005 Professional to VS 2005 Team System for S/w Architects.
Installed on 2 machines - laptop (home, transit) + office dev system.
On office dev system: Debugger option 'step into' is COMPLETELY MISSING!
On my (... more >>
ClickOnce Debugging Permissions
Posted by Rich S. at 11/22/2005 3:37:02 PM
Hi,
I am debugging a C# program that bombs when trying to call a web service.
It gives an InvalidOperationException, with InnerException of
SecurityException when it tries to call the XML Serialize method.
I am debugging it as a "Partial Trust" application. I have given it EVERY
permis... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
VS2005 - "Edit and Continue" changes are not allowed while debuggi
Posted by Streamline at 11/21/2005 4:35:03 PM
Initial setup:
Microsoft Windows XP Professional Version 2002 SP2
Microsoft Development Environment 2003 Version 7.1 (Visual Studio)
Microsoft .NET Framework 1.1 SP1
Microsoft Visual C# .NET
I created a solution containing a Web project and a Class Library project.
The Web project that has ... more >>
Unable to watch managed classes based on constructed types
Posted by IcarusGL at 11/21/2005 3:55:04 PM
I'm using the RTM version of Visual Studio 2005 for Software Developers.
Let us assume I'm defining a new managed class, say C, whose base class is a
constructed type, say G<double>, obtained from the corresponding generic one
G<V>. Under such conditions, I am unable to watch in the debugger va... more >>
SQLDebugging
Posted by Joe at 11/21/2005 11:09:02 AM
Hi,
I'm trying to enable debugging SQL Server Stored procedures and functions
from within Visual Studio.NET.
I received the message
"Unable to start SQL debug session. Ensure sqldbreg2.exe and proxy/stub DLL
sqldbg.dll are registered on this machine."
So I followed the instructions in the ... more >>
Q on editing while debugging in new VS 2005
Posted by Ed White at 11/17/2005 12:52:04 PM
I like the new feature in VS 2005 to be able to edit the code while the
program is running in debug. However, after I starting using VS 2005 (was
using VS 2003 before) I started getting "ContextSwitchDeadlock was detected"
windows pop up from time to time (this never happened before with VS 2... more >>
oleaut32.dll unregistered when using ocx controls
Posted by gvtheone at 11/17/2005 8:14:46 AM
Hai,
I developped one OCX control with COM support. When i use that OCX i
DotNet framework sometime it unregistered the oleaut32.dll. after tha
i am not able to debug or run from DotNet IDE. it gives unable t
debug, no such interface error. Please help me how can i solve thi
problem. I come ... more >>
is this latest Version of VS2005.NET ?
Posted by Tark Siala at 11/17/2005 12:00:00 AM
hi
i found version of Visual Studio 2005.NET and SQL 2005 installed in some PC
in my company.
and this is information about it this version:
Microsoft Visual Studio 2005
Version 8.0.50727.42 (RTM.050727-4200)
Microsoft .NET Framework
Version 2.0.50727
Installed Ed... more >>
attach to process by name
Posted by Colin at 11/16/2005 12:00:00 AM
The app I wish to debug runs for about 2 seconds. How can I set up VS.Net
is attach when the process of a certain name appears?
I cannot start the app in VS.
Colin.
... more >>
Unexpected error creating debug information file
Posted by exotericist at 11/14/2005 5:29:05 AM
i have a multi-tiered application implemented as a single all-c# solution.
the structure is pretty much as follows:
presentation layer projects
-> business layer project
-> data access layer project
projects in the presentation layer only reference the business layer, and
only the busi... more >>
Unable to Step Into(F11) while debugging a Win32 application
Posted by Vijay at 11/14/2005 12:00:00 AM
hi,
I have Win32 application which uses a library. Both the application and the
library is in the same solution but as separate projects. I am using certain
interfaces of the library in the Win32 application. The problem is that i am
unable to Step Into (F11) the Library function from the W... more >>
Application.ThreadException doesn't catch in IDE
Posted by James at 11/12/2005 9:26:17 PM
Very strange problem that is only ocurring in one application (that is, I
can create a brand new app and not experience this problem).
I have created a handler for Application.ThreadException, in my case in C#
that simply displays the unhandled exception.
If I choose "Debug" in the VS.NET ... more >>
Unable to start debugging
Posted by Andrew at 11/11/2005 9:25:25 AM
VS.net 2k3
Win 2k3
I'm getting the following error when attempting to debug. I'm not
debugging remotely, just a local C++ project.
"Unable to start debugging. Cannot find port. Check the remote machine
name."
Any insight is appreciated.
Andrew
... more >>
Debug browser hosted winform control.
Posted by Ken Varn at 11/11/2005 9:04:53 AM
I have a winform user control that I am hosting in IE. The winform control
is located on a win2000 pro box that does not have the VS IDE on it. I have
the VS IDE on my development machine. I want to be able to start up IE from
my development machine, and bring up the web url from the win2000 p... more >>
Identifier <object> out of scope
Posted by pradeep_TP at 11/10/2005 4:51:31 AM
HI all,
I have been facing this very irritating problem for quite some time and I do
not know what to do about it.
I have a method in which there are some integer variable declare. I compiled
it in debug mode and I can see the values of each integer variable in debug
mode. After compilii... more >>
debug managed dll in gac that is called by unmanaged exe
Posted by Jay at 11/9/2005 2:55:43 PM
How do I setup my environment to step into a managed dll installed to the
gac that is called by an unmanaged console application? I've setup my dll
project to enable unmanged debugging, specified the console app as the
external program to start.
When I debug from within VS, I eventually get a ... more >>
VS2005: Cannot STEP (F11) from Webservice-Code to other code
Posted by Roland_Müller at 11/9/2005 11:32:55 AM
Hi,
i step into a webserivce call, there is refrenced another project and an
object is created in the webservice:
public WebserviceTest() {
//CODEGEN: This call is required by the ASP.NET Web Services Designer
InitializeComponent();
m_ApplicationUtilities = new ApplicationUtilities... more >>
Access Denied - Windows Service on another computer
Posted by prefersgolfing at 11/9/2005 10:12:20 AM
I'm trying to debug a windows service running on a 2000 Server. In the VS
IDE I go to Debug -> Processes and enter the server's name and get:
"Unable to connect to machine 'Your2KServer'. Access is denied. Verify that
you are a member 'Debugger Users'...
I am a member of that group on that ma... more >>
VS2005 Direct3D Debugging
Posted by herman man at 11/9/2005 1:08:03 AM
In VS2003 after install DirectX SDK it will have a "Start With Direct3D
Debugging".
But in VS2005 this feature not found, then how to debug sharder in VS2005?
--
Herman Man
Tetragames Studio Limited... more >>
VS.NET 2003 remote debugging pain
Posted by Shady Samir at 11/8/2005 6:51:21 AM
I have a problem that none of the related KB solutions or newsgroup replies
ever solved.
Setup: Win 2003 server which is the DC, the gateway and the web server at
the same time. On it VS.NET debugging components are installed. I am an
administrator on the network and also member of the deb... more >>
Debugging problems in VS2005 that didn't exist in VS2003
Posted by Jay at 11/8/2005 6:46:12 AM
I have just started using VS2005, and I need some guidance on debugging; I
have a project (call it AppA - actually, 2 projects: a Class Library and a
Win App which runs it) the sub-projectrs of AppA reference a Class Library of
mine (LibB); I need to debug code in both - this worked UNPROBLEMA... more >>
debug managed dll from unmanaged app
Posted by Jay at 11/7/2005 9:22:03 PM
I'm trying to debug a managed dll that implements a com interface which is
called from an unmanaged console app. I setup my dll's project debug options
to start the unmanaged application, but when I try to debug I get the
following error:
Error while trying to run project. Unable to start debu... more >>
After VS2005 - breakpoints stopped worked and other debugger problems
Posted by Fruber Malcome at 11/7/2005 4:56:33 AM
Application is an Add-in for Word. (C#) - not VSTO
Also using Shim.dll (C++)
The shim is the startup object. (launching WinWord.exe on the commandline)
Prior to installing VS2005 - using VS2003 - everything worked fine, I could
put a breakpoint on any line within the Add-In code and it woul... more >>
symbols server
Posted by z f at 11/4/2005 12:00:00 AM
in this page is explanined how to configuree symbols server
http://blogs.msdn.com/stevejs/archive/2005/08/28/457385.aspx
my visual studio (2003) don't have this option.
is it for 2005 only?
should i upgrade my version of VS?
TIA!
... more >>
Upgrade warnings
Posted by John at 11/3/2005 3:14:07 PM
Hello,
I have used the upgrade wizard to update my vb6 projects. I would like to
know how to know I have fixed an upgrade warning. I can delete the warning
and it goes away, but recompiling/building/running the code doesn't bring the
warnings back. Therefore, how do I know I actually fix... more >>
SmartClient ConfigurationPermission for applicationSettings
Posted by Todd at 11/1/2005 9:10:12 AM
I get an error trying to interact with UserSettings. I am able to
deploy/publish the application however I get the error when trying to run it.
The application generates an error "To allow all callers to access the data
for this section, set section attribute 'requirePermission' equal 'false... more >>
|