目前使用Visual Studios 2012将VB6项目转换为C#.NET。编译时我收到以下错误消息:
The assembly 'c:\Windows\assembly\GAC\Microsoft.StdFormat\7.0.3300.0__b03f5f7f11d50a3a\Microsoft.stdformat.dll'
cannot be specified for both /link and /reference compiler options
我试图摆脱与COM interops和StdFormat有关的任何事情(虽然不确定有多成功),并且不知道从哪里开始。 有人有任何想法吗?