Closed johnjelinek closed 11 years ago
Note: this is the current problem with trying to implement WebActivator in Mono
Server Error in '/' Application
No access to the given key
Description: HTTP 500. Error processing request.
Stack Trace:
System.Security.SecurityException: No access to the given key
at Microsoft.Win32.KeyHandler..ctor (Microsoft.Win32.RegistryKey rkey, System.String basedir, Boolean is_volatile) [0x00000] in
I'd need someone with Mono experience to help me understand this. Why isn't Mono's version compatible with the original? Usually things just work, no?
If there is something that can be done that makes Mono work without breaking any .NET scenarios, I'm happy to see it happen.
I'm not a mono expert, but I think that if you make a build that depends on this version of Microsoft.Web.Infrastructure then perhaps that might resolve the problem.
@johnjelinek is the mono version of MWI compatible with everything else that depends on MWI? Is it binary compatible? Is there a nuget package for it?
Closing for lack of information. I'm all for making this work on Mono if that's possible, but there needs to be a Mono expert driving this change.
I would love to have WebActivator use Mono's version of Microsoft.Web.Infrastructure so I don't get a 500 at runtime when developing with MonoDevelop.