[MonoDevelop] Run MonoDevelop XSP2 on Windows (without Mono)
jmalcolm
malcolm.justin at gmail.com
Thu Apr 22 11:29:37 EDT 2010
XSP2.EXE is available in the 'bin' directory when MonoDevelop is installed on
Windows. How do I run this from the command-line to get a web server for
testing?
If I just try to run it from the command-line I get the following:
--CUT--
Unhandled Exception: System.Runtime.InteropServices.COMException
(0x80040153): I
nvalid value for registry (Exception from HRESULT: 0x80040153
(REGDB_E_INVALIDVA
LUE))
at System.Runtime.InteropServices.RuntimeEnvironment.GetDeveloperPath()
at System.AppDomain.SetupFusionStore(AppDomainSetup info)
at System.AppDomain.SetupDomain(Boolean allowRedirects, String path,
String c
onfigFile)
--CUT--
When I develop using MonoDevelop on Linux or OSX, I run two copies of XSP.
One is port 80 (unencrypted) and the other is port 443 (using SSL). I build
sites that run over http normally but where the code forces a switch to
https for certain pages.
Right now, I would have to install Mono on Windows just to run XSP in this
way. Since XSP is right there in the MonoDevelop install, it seems like I
should be able to run XSP over MS.NET.
Thanks.
--
View this message in context: http://mono.1490590.n4.nabble.com/Run-MonoDevelop-XSP2-on-Windows-without-Mono-tp2020720p2020720.html
Sent from the Mono - MonoDevelop IDE mailing list archive at Nabble.com.
More information about the Monodevelop-list
mailing list