Click here to Skip to main content
15,898,666 members
Home / Discussions / C#
   

C#

 
QuestionFileNotFoundException error Pin
Member 462208926-Mar-09 13:15
Member 462208926-Mar-09 13:15 
AnswerRe: FileNotFoundException error Pin
T_Teef26-Mar-09 13:26
T_Teef26-Mar-09 13:26 
QuestionRe: FileNotFoundException error Pin
Adam Maras26-Mar-09 13:37
Adam Maras26-Mar-09 13:37 
AnswerRe: FileNotFoundException error Pin
Luc Pattyn26-Mar-09 15:34
sitebuilderLuc Pattyn26-Mar-09 15:34 
GeneralRe: FileNotFoundException error Pin
Member 462208927-Mar-09 5:28
Member 462208927-Mar-09 5:28 
GeneralRe: FileNotFoundException error Pin
Luc Pattyn27-Mar-09 5:56
sitebuilderLuc Pattyn27-Mar-09 5:56 
GeneralRe: FileNotFoundException error Pin
Member 462208927-Mar-09 6:19
Member 462208927-Mar-09 6:19 
GeneralRe: FileNotFoundException error Pin
Luc Pattyn27-Mar-09 6:53
sitebuilderLuc Pattyn27-Mar-09 6:53 
OK,

1.
something cannot be right. populate_Images() is a regular C# method, it is part of your code, so it does not need another file and it can't be missing or not be found. It can only go wrong inside populate_Images(). So I would add a log statement inside and see it gets executed.
BTW what where the results from the try-catch?

2.
ImageMagick is a library and optionally also an ActiveX component isn't it?
When you install it, there are several checkboxes, one of them makes it available as an ActiveX component, did you check it during installation?

3.
Is GetList() the first call into ImageMagick? Doesn't the library need some initialization? What is inside the ImageMagick constructor? Is the constructor your code, or is there a .NET wrapper available publicly?

4.
Maybe something went wrong with its referencing, so I suggest you:
- remove all ImageMagick stuff from your project (and from the GAC if you use it)
- comment out the calls to it
- re-add a reference to it
- retype the statements using IM while watchinh intellisense works for it.

Smile | :)
-

Luc Pattyn [Forum Guidelines] [My Articles]

- before you ask a question here, search CodeProject, then Google
- the quality and detail of your question reflects on the effectiveness of the help you are likely to get
- use the code block button (PRE tags) to preserve formatting when showing multi-line code snippets


GeneralRe: FileNotFoundException error Pin
Member 462208927-Mar-09 11:50
Member 462208927-Mar-09 11:50 
GeneralRe: FileNotFoundException error Pin
Luc Pattyn27-Mar-09 19:16
sitebuilderLuc Pattyn27-Mar-09 19:16 
AnswerRe: FileNotFoundException error Pin
S. Senthil Kumar27-Mar-09 7:06
S. Senthil Kumar27-Mar-09 7:06 
QuestionCan you read session status from a windows service? Pin
Beyondard26-Mar-09 11:41
Beyondard26-Mar-09 11:41 
GeneralEditable Combobox Pin
OldSchoolToC#26-Mar-09 11:14
OldSchoolToC#26-Mar-09 11:14 
GeneralRe: Editable Combobox Pin
J$26-Mar-09 13:34
J$26-Mar-09 13:34 
GeneralRe: Editable Combobox Pin
OldSchoolToC#26-Mar-09 14:07
OldSchoolToC#26-Mar-09 14:07 
GeneralRe: Editable Combobox Pin
Luc Pattyn26-Mar-09 15:38
sitebuilderLuc Pattyn26-Mar-09 15:38 
AnswerRe: Editable Combobox Pin
dybs26-Mar-09 16:47
dybs26-Mar-09 16:47 
GeneralRe: Editable Combobox Pin
OldSchoolToC#26-Mar-09 16:54
OldSchoolToC#26-Mar-09 16:54 
GeneralRe: Editable Combobox Pin
Dave Kreskowiak26-Mar-09 18:10
mveDave Kreskowiak26-Mar-09 18:10 
GeneralRe: Editable Combobox Pin
dybs27-Mar-09 15:43
dybs27-Mar-09 15:43 
GeneralRe: Editable Combobox Pin
jaypatel51227-Mar-09 6:05
jaypatel51227-Mar-09 6:05 
QuestionVery Large Sets of Data - Millions of Rows - how to do it? Pin
tjawed26-Mar-09 10:25
tjawed26-Mar-09 10:25 
AnswerRe: Very Large Sets of Data - Millions of Rows - how to do it? Pin
Eddy Vluggen26-Mar-09 10:32
professionalEddy Vluggen26-Mar-09 10:32 
AnswerRe: Very Large Sets of Data - Millions of Rows - how to do it? Pin
Skymir26-Mar-09 10:49
Skymir26-Mar-09 10:49 
QuestionParsing and output the results Pin
Ayaz Niazi26-Mar-09 9:10
Ayaz Niazi26-Mar-09 9:10 

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.