I have vb.net windows form application(.net 4.5), I have recently added a c# based class library project in the solution and one of the vb.net projects is referencing this project. When i build the solution in Debug any cpu mode everything works fine but when i build it in release any cpu mode I get the following exception
Could not load file or assembly 'TagWriter, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. An attempt was made to load a program with an incorrect format.
Any help would be appreciated.
Thanks