Hi,
I'm using "PostSharpAspNet" for my asp.net application. I should deploy my
application on a shared web host and I can't run the PostSharp Installer
on this host.
I have a folder named "PostSharp" in my solution folder and applied the
required settings to all ".csproj" files of the solution. I have added
required settings to the Web.config file too.
I have a problem with the following ASP.NET Web.config file settings:
<postsharp directory="~\..\PostSharp" trace="true">
When I use a physical path for the directory attribute, everything works
fine but when I use a relative path I get an exception:
"Cannot find the file: '~\..\PostSharp\postsharp.e xe'."
Is there any solution for this problem?
Regards,
Farzad Badili
Original issue reported on code.google.com by
bad...@gmail.comon 3 Jan 2009 at 4:43