mono - Can't compile project - VB.Net - Fatal error BC2000 - Xamarin/MonoDevelop -
just downloaded xamarin/monodevelop in order create vb.net based cross-platform application.
however xamarin keeps returning fatal error when attempting compile default template.
steps:
file > new > solution
vbnet > gtk# 2.0 project
name solution
click play (debug)
results:
error fatal error bc2000 : compiler initialization failed unexpectedly: project has reference assembly system. second reference 'c:\program files (x86)\reference assemblies\microsoft\framework.netframework\v4.0\system.dll' cannot added. (fatal error bc2000 ) (test111)
the above occurs if click play, build, run/start without debugging, , run/start debugging.
the above not occur c# gtk# 2.0 project.
there 1 reference system within references folder in solution tree.
any appreciated!
thanks.
it seems can work around bug if install mono , set runtime (project / active runtime menu), build , run successfully.
Comments
Post a Comment