- Home /
Question by
lwhistler · Jul 04, 2014 at 01:26 PM ·
errormonodevelopstart
monodevelop shows error and does not start
I get an error on line 1 char 1 error invalid character - code 800A03F6 - Microsoft JScript compilation error
what is at that location is "# pragma strict". Monodevelop does not open. How do I fix it?
Comment
If that is exactly how you have written it, take out the space between # and pragma
#pragma strict
Allow me to recommend Notepad++, a free code editor. It can be configured to open Unity's code by default as oppose to $$anonymous$$onoDevelop, which is the default. Inquire further so that I may tell you more details.
Your answer
Follow this Question
Related Questions
Monodevelop crashes on startup 1 Answer
Monodevelop not starting 1 Answer
MonoDevelop AutoComplete not working 2 Answers
Unhandled Exception: System.OutOfMemoryException 0 Answers
Script copied exactly, yet I get the console errors 1 Answer