Hi,
Afterlooking at this [post][1], I thought that I would give it a go.
So, in my Post Build Event, I've put...
C:\Windows\Microsoft.NET\Framework\v2.0.50727\aspnet_compiler -v / -p "$(ProjectDir)\"
...then clicked Build Solution.
Unfortunately, I got the following error: "Could not load type 'MyWebProject.UI.Global'. C:\global.asax 1 MyWebProject.UI"
Any ideas why? To my knowledge, I don't even have a C:\global.asax file.
Ultimately, I want to be able to check my ASPX pages for errors. At the moment, the only way in which I can do this is by navigating to the page.
Any other suggestions/approaches welcome!
Thanks,
ETFairfax