I’m getting quite frustrated with this problem. No matter what script I write inside unity with the monodevelop script editor (whether it be C# or javascript) I get 2 error messages. They are as follows:
- Could not find the file ‘C:\Documents’. (Error: System.IO.FileNotFoundException)
- ‘C:\Documents’
Both are in project assembly-unityscript or assembly-unityscript-firstpass. I have tried to find where Monodevelop is getting this pathway from and for the life of me I cant find anywhere in the options/preferences menus that have any pathway in C:\Documents and Settings.
When I show the error message it gives me this:
Could not start monodoc : System.ComponentModel.Win32Exception: The system cannot find the file specified
at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start()
at MonoDevelop.Core.Execution.ProcessWrapper.Start() in c:\BuildAgent\work\961987c77ee3c1cf\monodevelop\main\src\core\MonoDevelop.Core\MonoDevelop.Core.Execution\ProcessWrapper.cs:line 26
at MonoDevelop.Core.Execution.ProcessService.StartProcess(ProcessStartInfo startInfo, ProcessEventHandler outputStreamChanged, ProcessEventHandler errorStreamChanged, EventHandler exited) in c:\BuildAgent\work\961987c77ee3c1cf\monodevelop\main\src\core\MonoDevelop.Core\MonoDevelop.Core.Execution\ProcessService.cs:line 163
at MonoDevelop.Core.Execution.ProcessService.StartProcess(String command, String arguments, String workingDirectory, ProcessEventHandler outputStreamChanged, ProcessEventHandler errorStreamChanged, EventHandler exited, Boolean redirectStandardInput) in c:\BuildAgent\work\961987c77ee3c1cf\monodevelop\main\src\core\MonoDevelop.Core\MonoDevelop.Core.Execution\ProcessService.cs:line 116
at MonoDevelop.Core.Execution.ProcessService.StartProcess(String command, String arguments, String workingDirectory, TextWriter outWriter, TextWriter errorWriter, EventHandler exited, Boolean redirectStandardInput) in c:\BuildAgent\work\961987c77ee3c1cf\monodevelop\main\src\core\MonoDevelop.Core\MonoDevelop.Core.Execution\ProcessService.cs:line 106
at MonoDevelop.Ide.HelpOperations.CheckExternalMonodoc() in c:\BuildAgent\work\961987c77ee3c1cf\monodevelop\main\src\core\MonoDevelop.Ide\MonoDevelop.Ide\HelpOperations.cs:line 85
after hitting ok it gives me a small window:
'You need a newer monodoc to use it externally from monodevelop. Using the integrated help viewer now."
I’ve tried Reinstalling
I’ve tried downloading mono separately from unity and running it (that caused more problems)
Im a novice programmer at best, but id like to start learning - however with these two messages I cant seem to debug anything I write properly. Please Help!