NLogC and x64

4 messages Options
Embed this post
Permalink
Martin Schmidt

NLogC and x64

Reply Threaded More More options
Print post
Permalink
Hi,

is there anyone who compiled successfully NLogC for a x64 machine  ?

Regards,
Martin Schmidt
Jaroslaw Kowalski

Re: NLogC and x64

Reply Threaded More More options
Print post
Permalink
Unfortunately NLogC is not supported for x64 yet. This is something I'm planning to address in NLog v2.
I'll post instructions for doing this on NLog v1 as they become available.
Martin Schmidt

Re: NLogC and x64

Reply Threaded More More options
Print post
Permalink
Thanks for your response. Is there any time schedule for v2 ?
Martijn Boeker

Re: NLogC and x64

Reply Threaded More More options
Print post
Permalink
I'm not sure if this is of any help ... so please excuse me if I'm off base... To use a 32 bit assembly on a 64 bit machine, you can set your application's Platform target to x86 in your build settings. This will force all assemblies to load as 32 bit and will prevent 'assembly not found' type of exceptions (if that's your problem).