I have a desktop WPF application that is using Rhino-esb with Rhino- Queues as the transport to talk to a server. However, in deployment testing, its is failing to run under Windows 7 unless run "As administrator" because as a regular user the application does not have read/write access to the Program Files sub-folder under which the Esent databases are installed.
I have traced my way through the source and, if I am correct, the file location appears to be hard coded to AppDomain.CurrentDomain.BaseDirectory by the RhinoQueuesConfigurationAware class. Given that Windows 7 has been out for a while, I doubt I am the first person to encounter this problem. Is there a known solution? Short of patching the code (or installing the application somewhere outside of the Program Files folder), is there a way around this? I would like to move the files into the current users application data folder. --Ken -- You received this message because you are subscribed to the Google Groups "Rhino Tools Dev" group. To post to this group, send email to rhino-tools-dev@googlegroups.com. To unsubscribe from this group, send email to rhino-tools-dev+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rhino-tools-dev?hl=en.