https://bugzilla.novell.com/show_bug.cgi?id=463941
User [email protected] added comment https://bugzilla.novell.com/show_bug.cgi?id=463941#c2 --- Comment #2 from Kornél Pál <[email protected]> 2009-01-23 22:47:31 MST --- This behavior was confirmed by Microsoft to be by design in http://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=322960 They recommend using VirtualPathProvider but that's for ASP.NET applications rather than hosts.:) IConfigMapPath is public as of .NET 2.0 SP1 (actually 3.5 was released first that contains 2.0 SP1) that is documented: http://msdn.microsoft.com/en-us/library/system.web.configuration.iconfigmappath.aspx This also means that original .NET 2.0 only has custom MapPath support for IIS but fortunately was addressed in SP1. Right now I have no hosting sample code for ApplicationManager but I'll create some once I'll have time for that. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
