I have the dll SQLEditors only for x86 and I need it for any cpu or at least for 64 bits
so I get this warnning:
Warning 17 There was a mismatch between the processor architecture of the project being built "MSIL" and the processor architecture of the reference "SQLEditors", "x86". This mismatch may cause runtime failures. Please consider changing the targeted processor architecture of your project through the Configuration Manager so as to align the processor architectures between your project and references, or take a dependency on references with a processor architecture that matches the targeted processor architecture of your project. C:\Program Files (x86)\MSBuild\12.0\bin\Microsoft.Common.CurrentVersion.targets 1635 5 Sqaddin
where can I get this dll( SQLEditors)?
(I need it for using in the class 'SqlScriptEditorControl'
you can see more details in:
the reason I need this dll