Autoit in c# error

11/18/2013 22:42 fuso98#1
Hi guys, i'm trying to import autoitx3 dll in c# but when I import dll in reference i got this error:

Code:
impossibile creare un'istanza dell'attivitą "ResolveComReference" da "Microsoft.Build.Tasks.v4.0, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". Impossibile caricare il file o l'assembly 'Microsoft.Internal.Tasks.Dataflow, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' o una delle relative dipendenze. Impossibile trovare il file specificato.
Maybe is becaue Framework version? What version i need to use?
11/18/2013 23:42 alpines#2
You are in the wrong section. The AutoItX3.dll belongs to the .NET Section.
As I could get from this (italian?) message it says that the location of the file is invalid.
I'm just guessing, I don't know!
11/19/2013 11:45 SwarN#3
Your Project is on 64bit but you don't have the 64bit dll.

So just spin around with 32/64 bit Project and 32/64bit dll.
11/19/2013 20:54 YatoDev#4
use always both in 32 bit for compatibly
11/20/2013 15:41 fuso98#5
Quote:
Originally Posted by SwarN View Post
Your Project is on 64bit but you don't have the 64bit dll.

So just spin around with 32/64 bit Project and 32/64bit dll.
How can i do it?
11/20/2013 19:02 alpines#6
Maybe it's this:
[Only registered and activated users can see links. Click Here To Register...]
and then
[Only registered and activated users can see links. Click Here To Register...]
Maybe this works? I'm not quite sure.