Click here to Skip to main content
15,917,616 members
Home / Discussions / C#
   

C#

 
AnswerRe: Hoow to Fill Dock and overlap control panels? Pin
Sathesh Sakthivel11-Jun-07 21:08
Sathesh Sakthivel11-Jun-07 21:08 
AnswerRe: Hoow to Fill Dock and overlap control panels? Pin
leppie11-Jun-07 23:07
leppie11-Jun-07 23:07 
QuestionAssembly Version Pin
Rahul.RK11-Jun-07 20:40
Rahul.RK11-Jun-07 20:40 
AnswerRe: Assembly Version Pin
Vikram A Punathambekar11-Jun-07 22:18
Vikram A Punathambekar11-Jun-07 22:18 
QuestionBest way to pass a large array from win32 DLL to C# Pin
tidyup11-Jun-07 20:33
tidyup11-Jun-07 20:33 
AnswerRe: Best way to pass a large array from win32 DLL to C# Pin
J. Dunlap11-Jun-07 21:56
J. Dunlap11-Jun-07 21:56 
AnswerRe: Best way to pass a large array from win32 DLL to C# Pin
Luc Pattyn12-Jun-07 0:49
sitebuilderLuc Pattyn12-Jun-07 0:49 
QuestionFile not found Exception [how to solve this] Pin
ridda78611-Jun-07 19:58
ridda78611-Jun-07 19:58 
Hello everyone, im using VS2005, i have a webpage in which i have a FileUpload control, and a Submit button. On the Submit button (.cs)page, i call this line :

FileStream FilStr = new FileStream(FileUpload1.FileName, FileMode.Open);

but at run time whenever i select a file and then click on submit button, it gives me the following exception at the above line of code:

System.IO.FileNotFoundException: Could not find file 'C:\WINDOWS\system32\VS_logo.PNG'. File name: 'C:\WINDOWS\system32\VS_logo.PNG' at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy) at System.IO.FileStream..ctor(String path, FileMode mode) at Reports_DynamicImage.btnSubmit_Click(Object sender, EventArgs e) in d:\Projects\RubberDuck\Code\CrystalReportsSolution\CrystalReportsWeb\Reports\DynamicImage.aspx.cs:line 42

plz tell me whats wrong with this, and y its looking the image in the C:|windows as the image is in the Mypictures foders of the My Documents. I includede the using System.IO namespace also but this exception still comes. help me its urgent
reply me asap.
Thanx in Advance.


rida
AnswerRe: File not found Exception [how to solve this] [modified] Pin
kkun11-Jun-07 20:22
kkun11-Jun-07 20:22 
GeneralRe: File not found Exception [how to solve this] Pin
ScottM111-Jun-07 22:01
ScottM111-Jun-07 22:01 
GeneralRe: File not found Exception [how to solve this] Pin
ridda78612-Jun-07 0:12
ridda78612-Jun-07 0:12 
AnswerRe: File not found Exception [how to solve this] Pin
leppie11-Jun-07 23:10
leppie11-Jun-07 23:10 
GeneralRe: File not found Exception [how to solve this] Pin
ridda78612-Jun-07 1:12
ridda78612-Jun-07 1:12 
QuestionMicrosoft Outlook look alike instead of TabControl? Pin
Khoramdin11-Jun-07 19:46
Khoramdin11-Jun-07 19:46 
AnswerRe: Microsoft Outlook look alike instead of TabControl? Pin
Martin#11-Jun-07 20:04
Martin#11-Jun-07 20:04 
QuestionRe: Microsoft Outlook look alike instead of TabControl? Pin
Khoramdin11-Jun-07 20:10
Khoramdin11-Jun-07 20:10 
AnswerRe: Microsoft Outlook look alike instead of TabControl? Pin
blackjack215011-Jun-07 21:46
blackjack215011-Jun-07 21:46 
AnswerRe: Microsoft Outlook look alike instead of TabControl? Pin
Walaza11-Jun-07 20:29
Walaza11-Jun-07 20:29 
AnswerRe: Windows Services - FTP download Pin
Crevtout9811-Jun-07 19:49
Crevtout9811-Jun-07 19:49 
Questionhow to make an application so fast, in terms of speed Pin
devesh_code11-Jun-07 19:37
devesh_code11-Jun-07 19:37 
AnswerRe: how to make an application so fast, in terms of speed Pin
Christian Graus11-Jun-07 19:39
protectorChristian Graus11-Jun-07 19:39 
GeneralRe: how to make an application so fast, in terms of speed Pin
devesh_code11-Jun-07 19:50
devesh_code11-Jun-07 19:50 
AnswerRe: how to make an application so fast, in terms of speed Pin
Luc Pattyn12-Jun-07 0:58
sitebuilderLuc Pattyn12-Jun-07 0:58 
AnswerRe: how to make an application so fast, in terms of speed Pin
Hesham Yassin12-Jun-07 11:52
Hesham Yassin12-Jun-07 11:52 
GeneralRe: how to make an application so fast, in terms of speed Pin
devesh_code12-Jun-07 19:09
devesh_code12-Jun-07 19:09 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.