|
-
May 27th, 2006, 10:27 AM
#1
Thread Starter
New Member
'System.IO.FileNotFoundException'
A first chance exception of type 'System.IO.FileNotFoundException' occurred
in mscorlib.dll
Can somebody tell me whats wrong?
-
May 28th, 2006, 05:27 PM
#2
Re: 'System.IO.FileNotFoundException'
What was the code that caused the error?
My usual boring signature: Nothing
 
-
May 29th, 2006, 04:14 AM
#3
Thread Starter
New Member
Re: 'System.IO.FileNotFoundException'
What was the code that caused the error?
Well i don't now.
I have make a application in VS2005, and use sql server 2005 mobile edition.
When i start the application on my pc, i use emulator device to see the application, the error message come up in the message window.
Can i look in the code where the problem is?
-
May 29th, 2006, 09:40 AM
#4
Re: 'System.IO.FileNotFoundException'
If you are in debug mode, you should have the option of breaking when the exception occurs, which should take you to the line where the exception occured. This may or may not be particularly useful in this case, but I suspect that it is.
An alternative would be to step through the code leading up to when the error occurs. In general, I would expect that you are attempting to open a file, and something is not working with that. Is that possible?
Is there any chance you can use an actual device rather than the emulator? I have my doubts about the emulator, but that stems from an older version of .NET, and 2005 might be fine. However, it might not, so using a physical device might be superior to the emulator.
My usual boring signature: Nothing
 
-
May 31st, 2006, 12:15 PM
#5
Thread Starter
New Member
Re: 'System.IO.FileNotFoundException'
I make a reinstal, and thats problem is not a problem anymore.
but, now i have other problems.
-
May 31st, 2006, 06:22 PM
#6
Re: 'System.IO.FileNotFoundException'
Put them in a new thread, otherwise people might not see them.
My usual boring signature: Nothing
 
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|