Click here to Skip to main content
15,891,431 members
Home / Discussions / C#
   

C#

 
GeneralRe: Recursive directory search Pin
electriac16-Jan-07 1:36
electriac16-Jan-07 1:36 
GeneralRe: Recursive directory search Pin
Luc Pattyn16-Jan-07 2:20
sitebuilderLuc Pattyn16-Jan-07 2:20 
GeneralRe: Recursive directory search Pin
Luc Pattyn16-Jan-07 2:46
sitebuilderLuc Pattyn16-Jan-07 2:46 
AnswerRe: Recursive directory search Pin
davidc2p16-Jan-07 6:03
davidc2p16-Jan-07 6:03 
GeneralRe: Recursive directory search Pin
electriac16-Jan-07 9:32
electriac16-Jan-07 9:32 
GeneralRe: Recursive directory search Pin
Luc Pattyn16-Jan-07 10:12
sitebuilderLuc Pattyn16-Jan-07 10:12 
GeneralRe: Recursive directory search [modified] Pin
electriac12-Feb-07 1:57
electriac12-Feb-07 1:57 
Questionhow to import a dll in Windows Service Pin
ramyasangeet15-Jan-07 19:35
ramyasangeet15-Jan-07 19:35 
Hi all,

I have created a Windows Service in visual Studio 2005 beta version.In this service,I want to import a dll called CamtoJ2k.dll.
[DllImport("CamToJ2K.DLL", CharSet = CharSet.Unicode)]<br />
<br />
    static extern bool CamToJ2K(string sourcePath, string destinationPath, int qFactor);


I also copied this dll in bin\debug folder.

When i ran the service ,i got an error that unable find the dll.

Exception:System.DllNotFoundException: Unable to load DLL 'CamToJ2K.DLL': The specified module could not be found. (Exception from HRESULT: 0x8007007E)

Plz tell me about
1.how to import dll in service
2.do i need to add any reference to this dll(i tried this but couldnt able to add )

Thanks in Advance..



cheers

sangeet

QuestionSingle web form project Pin
Mohammad Daba'an15-Jan-07 19:35
Mohammad Daba'an15-Jan-07 19:35 
AnswerRe: Single web form project Pin
Christian Graus15-Jan-07 21:44
protectorChristian Graus15-Jan-07 21:44 
GeneralRe: Single web form project Pin
davidc2p16-Jan-07 6:06
davidc2p16-Jan-07 6:06 
GeneralRe: Single web form project Pin
Mohammad Daba'an16-Jan-07 19:56
Mohammad Daba'an16-Jan-07 19:56 
GeneralRe: Single web form project Pin
Christian Graus16-Jan-07 20:12
protectorChristian Graus16-Jan-07 20:12 
GeneralRe: Single web form project Pin
Mohammad Daba'an16-Jan-07 20:20
Mohammad Daba'an16-Jan-07 20:20 
GeneralRe: Single web form project Pin
Christian Graus16-Jan-07 20:31
protectorChristian Graus16-Jan-07 20:31 
QuestionDate Time Picker and Queries Pin
L Viljoen15-Jan-07 19:20
professionalL Viljoen15-Jan-07 19:20 
AnswerRe: Date Time Picker and Queries Pin
Christian Graus15-Jan-07 21:44
protectorChristian Graus15-Jan-07 21:44 
QuestionRe: Date Time Picker and Queries Pin
L Viljoen15-Jan-07 22:30
professionalL Viljoen15-Jan-07 22:30 
QuestionString / Directory Location Question Pin
Planker15-Jan-07 19:17
Planker15-Jan-07 19:17 
AnswerRe: String / Directory Location Question Pin
Planker15-Jan-07 19:46
Planker15-Jan-07 19:46 
AnswerRe: String / Directory Location Question Pin
Christian Graus15-Jan-07 21:49
protectorChristian Graus15-Jan-07 21:49 
AnswerRe: String / Directory Location Question Pin
Seishin#16-Jan-07 4:05
Seishin#16-Jan-07 4:05 
Questionquestion about bitmap mapping Pin
abstar15-Jan-07 17:31
abstar15-Jan-07 17:31 
AnswerRe: question about bitmap mapping Pin
Christian Graus15-Jan-07 17:51
protectorChristian Graus15-Jan-07 17:51 
Questionhow to add reference of Microsoft.Office.Tools.Word Pin
praveen pandey15-Jan-07 17:15
praveen pandey15-Jan-07 17:15 

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.