[MonoDevelop] Problem when building ASP.NET projects
Matej Urbas
matej.urbas at gmail.com
Tue Jul 25 06:54:02 EDT 2006
Hi
I've recently tried the aspnet AddIn and I've been able to create a new
ASP.NET project. However, MonoDevelop failed to build the project (I
haven't modified the generated files).
Here is the output of the build process with the exception:
Building Solution AspNetApp1
Building Project: AspNetApp1 Configuration: Debug
Build failed. Can't create project output directory bin original
exception:
System.UnauthorizedAccessException: Access to the path
"/usr/local/lib/monodevelop/bin/bin" is denied.
at System.IO.Directory.CreateDirectoriesInternal (System.String path)
[0x00000]
at System.IO.Directory.CreateDirectory (System.String path) [0x00000]
at System.IO.DirectoryInfo.Create () [0x00000]
at (wrapper remoting-invoke-with-check) System.IO.DirectoryInfo:Create
()
at MonoDevelop.Projects.Project.DoPreBuild (IProgressMonitor monitor)
[0x00000]
Note that '/usr/local/lib/monodevelop/bin/' is the installation path of
the hosting MonoDevelop instance.
I have tried to change the out directory in project's options - but
MonoDevelop wouldn't remember my new choice (and would still use the
default 'bin' directory).
Enjoy,
---
Matej
More information about the Monodevelop-list
mailing list