Quantcast
Channel: CSharp Forum Latest Questions
Viewing all articles
Browse latest Browse all 32062

bad image format exception was unhandled c#

$
0
0


Runtime error message:-


Could not load file or assembly 'MagnaBL, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The module was expected to contain an assembly manifest.


 

staticvoid Main()

        {

            Application.EnableVisualStyles();

            Application.SetCompatibleTextRenderingDefault(false);

            Application.Run(newfrmLogin());--Error @ this line

        }


Viewing all articles
Browse latest Browse all 32062

Trending Articles