Click here to Skip to main content
15,879,239 members
Home / Discussions / C#
   

C#

 
AnswerRe: Calling method from C++ ocx Pin
Christian Graus24-Sep-09 0:42
protectorChristian Graus24-Sep-09 0:42 
AnswerRe: Calling method from C++ ocx Pin
Luc Pattyn24-Sep-09 0:46
sitebuilderLuc Pattyn24-Sep-09 0:46 
AnswerRe: Calling method from C++ ocx [modified] Pin
Hristo-Bojilov24-Sep-09 0:54
Hristo-Bojilov24-Sep-09 0:54 
QuestionControl.BeginInvoke() Pin
kmb8923-Sep-09 23:53
kmb8923-Sep-09 23:53 
AnswerRe: Control.BeginInvoke() Pin
N a v a n e e t h24-Sep-09 0:05
N a v a n e e t h24-Sep-09 0:05 
AnswerRe: Control.BeginInvoke() Pin
PIEBALDconsult24-Sep-09 18:10
mvePIEBALDconsult24-Sep-09 18:10 
QuestionFileNotFoundException on file that exists! Pin
Thomas ST23-Sep-09 23:50
Thomas ST23-Sep-09 23:50 
AnswerRe: FileNotFoundException on file that exists! Pin
Keith Barrow24-Sep-09 0:35
professionalKeith Barrow24-Sep-09 0:35 
It's *highly unlikely* that System.IO.File is wrong, but more likey that the path provided is incorrect in some way.

try replacing this:

string fullFilename = "\\\\server\\share\\DL_JP_462153474_461535959_attest.JPG.pdf";


with this

string fullFilename = @"\\server\share\DL_JP_462153474_461535959_attest.JPG.pdf";


If you use the string with the @ symbol rather than your escaped version, you can copy the contents of the string you set fullFilename and perform some manual checks( such as pasting the path\\server\share\DL_JP_462153474_461535959_attest.JPG.pdf into explorer).

CCC solved so far: 2 (including a Hard One!)

AnswerRe: FileNotFoundException on file that exists! [solved] Pin
Thomas ST24-Sep-09 1:15
Thomas ST24-Sep-09 1:15 
GeneralRe: FileNotFoundException on file that exists! [solved] Pin
Keith Barrow24-Sep-09 1:34
professionalKeith Barrow24-Sep-09 1:34 
QuestionSerializing an inhertid class Pin
tvbarnard23-Sep-09 23:46
tvbarnard23-Sep-09 23:46 
GeneralRe: Serializing an inhertid class Pin
tvbarnard24-Sep-09 0:00
tvbarnard24-Sep-09 0:00 
QuestionCreate a word document without using Interop object [modified] Pin
Swetha Srinivasan23-Sep-09 22:38
Swetha Srinivasan23-Sep-09 22:38 
AnswerRe: Create a word document without using Interop object Pin
stancrm23-Sep-09 22:42
stancrm23-Sep-09 22:42 
QuestionCreate new form Pin
tamir90123-Sep-09 22:14
tamir90123-Sep-09 22:14 
AnswerRe: Create new form Pin
OriginalGriff23-Sep-09 22:27
mveOriginalGriff23-Sep-09 22:27 
AnswerRe: Create new form Pin
tamir90123-Sep-09 22:29
tamir90123-Sep-09 22:29 
QuestionProblem related to grid Pin
lalit1423-Sep-09 21:03
lalit1423-Sep-09 21:03 
AnswerRe: Problem related to grid Pin
OriginalGriff23-Sep-09 21:56
mveOriginalGriff23-Sep-09 21:56 
GeneralRe: Problem related to grid Pin
lalit1423-Sep-09 23:23
lalit1423-Sep-09 23:23 
GeneralRe: Problem related to grid Pin
OriginalGriff24-Sep-09 0:29
mveOriginalGriff24-Sep-09 0:29 
GeneralRe: Problem related to grid Pin
lalit1424-Sep-09 19:54
lalit1424-Sep-09 19:54 
GeneralRe: Problem related to grid Pin
OriginalGriff25-Sep-09 0:07
mveOriginalGriff25-Sep-09 0:07 
AnswerRe: Problem related to grid Pin
Vimalsoft(Pty) Ltd23-Sep-09 22:23
professionalVimalsoft(Pty) Ltd23-Sep-09 22:23 
Questioni need some help Pin
Mohamed El-Wehishy23-Sep-09 20:20
Mohamed El-Wehishy23-Sep-09 20:20 

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.