all groups > visual studio .net debugging > march 2005
An unhandled exception of type 'System.IO.FileNotFoundException' occurred in sys
Posted by sam evil via DotNetMonster.com at 3/29/2005 3:35:05 PM
Hi-all
i naeed help
i have proplem in my project
it's sampel
my project inclued 2 control :
1.RadioButton1
2.PictureBox
the code (RadioButton1):with Imports System.Drawing in the top of form
If RadioButton1.Checked = True Then
PictureBox1.Image = System.Drawing.Image.FromFile_... more >>
machine cannot be found on network
Posted by TonyG at 3/29/2005 12:39:05 PM
I am not sure if I have everything configured properly for remote debugging.
I am receiving the following error when I start debugging:
"Error while trying to run project: Unable to start debugging.
The machine cannot be found on the network."
Both machines are on the same domain and the same... more >>
Unable to start debugging remote
Posted by TonyG at 3/25/2005 9:39:01 PM
I am not sure if I have everything configured properly to do remote
debugging. My development machine produces the following error, when I start
debugging:
"Error while trying to run project: Unable to start debugging.
The machine cannot be found on the network."
For security reasons I will... more >>
Debugging Critical Sections under Windows XP
Posted by Sergey V at 3/25/2005 1:13:03 PM
Hi everyone,
there is nice article
Break Free of Code Deadlocks in Critical Sections Under Windows
http://msdn.microsoft.com/msdnmag/issues/03/12/CriticalSections/default.aspx
and it was very helpful until I changed to WinXP SP2 - now sample code
breaks at the very beginning.
Looks like a... more >>
no executable code is currently loaded at this location
Posted by Luis D Rojas at 3/22/2005 6:41:04 PM
Hi,
I´m debugging an add on for Outlook 2003, i started debugging it, but
sudenlly i does not stop at the break points. The message that the break
point display when i move the mouse over is "The hitpoint will not be hit. No
executable code is currently loaded at this location"
Can somebody... more >>
Problem with new constructor between Visual Studio.net 2002/2003
Posted by Scott Nickerson at 3/22/2005 7:43:05 AM
We recently upgraded from VSNET 2002 to 2003. An application we have been
delivering worldwide for many years is now giving us grief when attempting to
run on a handful (several dozen so far!) systems outside of North America.
The difficult part is we cannot seem to simulate the problem here... more >>
Exceptions Dialog Box
Posted by Vinny Vinn at 3/17/2005 11:57:02 AM
in the Exceptions Dialog Box under 'If the exception is not handled' i have
checked off the 'Continue' option which allows execution to continue If the
exception is not handled.when i run my code using VS.Net ,this works fine.
However if i run the code outside VS and the exception is not handle... more >>
App running in debug-mode, but gives a null-reference executed
Posted by Falle1234 at 3/17/2005 7:33:05 AM
Seems like the exe-file runs a different version than the debugger.
Anyone ever seen or heard of a problem like that.
Thanks
Søren Fallesen... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Failed to load Viewstate error ?
Posted by Roberto Carabajal at 3/17/2005 4:11:05 AM
Hello:
Please, a really need help with an Infragistics UltrawebGrid2 example
proyect. I have installed the proyect and there is a Form with two standard
buttons. When I hit Submit button I receive error:
Failed to load viewstate. The control tree into which viewstate is being
loaded must ma... more >>
Unable to debug on network computer...
Posted by tascienu NO[at]SPAM ecoaches.com at 3/15/2005 11:00:59 AM
I get this error when trying to debug an ASP.NET Project located on a
network computer:
Error while trying to run project: Unable to start debugging on the web
server. Access is denied. This seems to be because the 'Network access:
Sharing and security model for local accounts' security policy... more >>
insufficient disk space when debugging on remote machine
Posted by sub NO[at]SPAM pox.nl at 3/15/2005 7:28:54 AM
Hi there,
I'm trying to debug an asp.net application on a remote machine(Windows
Server 2003) from my local machine(Win XP Pro). All security settings
are ok. Both machines are in the same domain and i've administrator
rights. Remote debugging components are installed.
When I try to debug t... more >>
When trying to debug VS2003 looks for devenv.exe in the wrong path
Posted by Daniel Walzenbach at 3/13/2005 5:15:03 PM
Hi,
when I want to debug a asp.net project vs2003 throws the following error
(sth. like this since I have to translate the error message)
********************************************
Error while executing the project. Unable to start debugging.
The program “C:\Program Files\Microsoft V... more >>
remote debugging files
Posted by Larry Waibel at 3/9/2005 3:04:57 PM
I'm trying to setup a remote system for debugging by copying the files listed
in the MSDN help. But I can't find dbgproxy.exe, mdmui.dll, msdis130.dll,
and vjee.dat. Any idea where I should find them? Thanks!
... more >>
Breakpoint not hit in included pages
Posted by Carolyn Mandel at 3/7/2005 4:40:58 AM
I'm having two different types of debugging problems. Both problems are
happening in pages that are in "#include" statements at the beginning of the
main programs. I have a number of included pages that have subroutines and
functions used by multiple calling programs.
In the first case, I set ... more >>
Debugging mc++ winforms hangs on startup
Posted by Rainer Sinsch at 3/2/2005 8:44:18 AM
Hello everyone,
I recognized debugger performance is slow in managed c++ and winforms
applications. Starting a debugging process takes nearly about 10-20s before
the application really starts.
This problem can be reproduced by starting a default winforms c++
application, adding a form_load ... more >>
DIA SDK license questions
Posted by cado2010 NO[at]SPAM gmail.com at 3/1/2005 9:48:35 AM
Hello All,
Our company is planning on developing a component that will depend
on the DIA (Debug Interface Access) SDK. I've read all the
articles available about DIA SDK licensing issues.
What is the current status of redistributing the DIA SDK dll?
What exactly does a company have to do to ... more >>
|