.net - How to get started with the mono profiler 2.8? -
i download profile mono 2.8 http://hurlman.com/greghurlman_com/attachments/monoprofile2_8.zip
add in c:\program files\reference assemblies\microsoft\framework.netframework\v4.0\profile\mono
create new project winforms (framework 4.0) in visual studio 2010.
in project change "target framework" mono 2.8 profiler.
end press "startin debuging".
in case error occurs
how work?
from greg hurlman's blog.
"markus" posted :
i had same problem, error dialog telling me should download “.netframework,version=v4.0,profile=mono” in order run application.
the trick create registry key. me, running windows 7 x64, was:
hkey_local_machine\software\wow6432node\microsoft\.netframework\v4.0.30319\skus\.netframework,version=v4.0,profile=mono
i suppose x86 it’s
hkey_local_machine\software\microsoft\.netframework\v4.0.30319\skus\.netframework,version=v4.0,profile=mono
(where v4.0.30319 version of current 4.0 framework installed.)
hope helps!
Comments
Post a Comment