سؤال

So I am compiling a small project in MFA and I am getting the error "The name 'Trace' does not exist in the current context". I have imported System.Diagnostics and according to THIS article, System.Diagnostics is included... Any ideas as to why I am unable to build? I tried the FQDN System.Diagnostics.Trace, but I get an error saying that Trace is not part of System.Diagnostics. Any ideas on where it is for MFA?

هل كانت مفيدة؟

المحلول

Seems like System.Diagnostics.Debug does what I need it to, however I am not sure if it is the recommended replacement...

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top