4
votes
What’s the best way to get the directory from which an assembly is executing
System.IO.Path.GetDirectoryName(System.Reflection.Assembly.GetExecutingAssembly().Location))
…
0
votes
MVC Views can’t reference assembilies
You should probably register the assembly as in a Webform, like on http://support.microsoft.com/kb/321749
<%@ …
