Could not load file or assembly … or one of its dependencies. An attempt was made to load a program with an incorrect format (.resx file)

后端 未结 4 702

I am getting the following error message when compiling or attempting to run my application on Windows 7 64 bit. I\'ve scoured the Internet and many people have the same err

4条回答
  •  既然无缘
    2020-12-13 07:04

    My simplest solution has been to just go into the error'ed line and change the base64 to base32

    
    ... block of binary here
    

    But I would like to find a way to keep it from happening every time I make a change in designer. Maybe an attribute for the class that forces VS10 to make it a base32 ??

提交回复
热议问题