I’ve a C# class with CorePoll namespace, I compiled it to .DLL file and put it inside bin folder of website. But I cannot use it. Imports CorePoll returns Could not load file or assembly ‘CorePoll’ or one of its dependencies. An attempt was made to load a program with an incorrect format.
It’s my class file in C# http://pastebin.com/JkdrnXyT

I’ve a C# class with CorePoll namespace, I compiled it to .DLL file and
Share
None of answers helped me, I converted the C# code to VB.NET and used it with no problem, thanks for your time.