This question is specific to MonoDevelop I think.
I've got a test monorail solution that works fine when I run it from monodevelop but I'm having a problem when I use 'Deploy to web'.
I think the issue is that all of my NVelocity view files (inside a 'View/' directory) are being embedded into the assembly and xsp4 is expecting them to actually be copied to the deployment directory?
Can I either tell Monorail/NVelocity to find the views inside of this assembly or is there an easier way to tell Monodevelop to copy all files under a top level directory (like Views) to the deployment directory?
I see that I can explicitly set deployment properties for each file but I haven't been able to get that to work. When I set it to 'Include in deploy' and to 'Use project relative path' it puts them inside of "/bin/Views/". Then when I run xsp4 from '' it is expecting Views to be relative to that directory.