开发者

Assembly generation - Reference assembly targets different processor

开发者 https://www.devze.com 2022-12-28 17:22 出处:网络
I\'m getting following warning Assembly generation -- Referenced assembly \'System.Web.dll\' targets a different processor

I'm getting following warning

Assembly generation -- Referenced assembly 'System.Web.dll' targets a different processor

What does this mean and h开发者_运维百科ow do I fix this?


It probably needs you are running on a 64 bit machine and trying to use a 32 bit API or vice-versa

See this page for a possible fix.

0

精彩评论

暂无评论...
验证码 换一张
取 消