[Mono-bugs] [Bug 381558] New: path not set correctly to bin folder
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Fri Apr 18 17:38:33 EDT 2008
https://bugzilla.novell.com/show_bug.cgi?id=381558
Summary: path not set correctly to bin folder
Product: Mono: Runtime
Version: 1.2.6
Platform: x86
OS/Version: Mac OS X 10.5
Status: NEW
Severity: Normal
Priority: P5 - None
Component: misc
AssignedTo: mono-bugs at lists.ximian.com
ReportedBy: thomas at suppazone.dk
QAContact: mono-bugs at lists.ximian.com
Found By: Customer
Example:
AppDomain domain = AppDomain.CurrentDomain;
string path = domain.BaseDirectory;
if (domain.RelativeSearchPath != null) {
path = Path.Combine(path, domain.RelativeSearchPath);
}
--------------
Directory
'/Users/thomas/Desktop/superkoi/Bin;/Users/thomas/Desktop/superkoi/bin' not
found.
Description: HTTP 500. Error processing request.
Stack Trace:
System.IO.DirectoryNotFoundException: Directory
'/Users/thomas/Desktop/superkoi/Bin;/Users/thomas/Desktop/superkoi/bin' not
found.
at System.IO.Directory.GetFileSystemEntries (System.String path,
System.String pattern, FileAttributes mask, FileAttributes attrs) [0x00000]
at System.IO.Directory.GetFiles (System.String path, System.String pattern)
[0x00000]
at EntityBroker.DbIntegrationDefinition.get_KnownDefinitions () [0x00000]
at EntityBroker.DbIntegrationDefinition.GetKnownDefinition (System.String
connectionType) [0x00000]
at EntityBroker.DataBroker.LocalDataServer..ctor
(EntityBroker.ObjectSchema.EntitySchemaSet EntitySchemaSet, System.String
DatabaseMapper, System.String ConnectionString) [0x00000]
at (wrapper remoting-invoke-with-check)
EntityBroker.DataBroker.LocalDataServer:.ctor
(EntityBroker.ObjectSchema.EntitySchemaSet,string,string)
at EntityBroker.ObjectBroker.LocalObjectServer..ctor
(EntityBroker.EntityObjectSet[] EntityObjectSets, System.String DatabaseMapper,
System.String Connection) [0x00000]
at (wrapper remoting-invoke-with-check)
EntityBroker.ObjectBroker.LocalObjectServer:.ctor
(EntityBroker.EntityObjectSet[],string,string)
at EntityBroker.EntityServer.Create (System.String[] AssemblyNames,
System.String DatabaseMapper, System.String Connection) [0x00000]
at PowerNodes.Web.WebManager.EstablishEntityServer () [0x00000]
at PowerNodes.Web.WebManager.get_EntityServer () [0x00000]
at PowerNodes.Cms.Web.Application.Application_Start (System.Object sender,
System.EventArgs e) [0x00000]
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke
(object,object[])
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags
invokeAttr, System.Reflection.Binder binder, System.Object[] parameters,
System.Globalization.CultureInfo culture) [0x00000]
Version information: Mono Version: 2.0.50727.42; ASP.NET Version: 2.0.50727.42
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the mono-bugs
mailing list