Whiteboard
From Quantitative Finance
-- Date select : get only the date, time = midnight
declare @date1 smalldatetime
select @date1 = convert (smalldatetime, convert(varchar(10),getdate(),101) )
Now in LaTeX!
I can now display on this page. To find out how, read this. But first, let me prove that I can do it and welcome my visitors with the famous Black-Scholes PDE:
http://answers.yahoo.com/question/index?qid=20071004080528AAYFDwt
#pragma warning (disable: 4786)
http://blog.danbartels.com/archive/2004/10/06/210.aspx
http://support.microsoft.com/kb/178474
I too had a similar problem after installing Visual Studio.NET 2005 and converting a ASP.NET 1.1.4322 project to ASP.NET 2.0.50727 version Web Application Project.
First, I ensured that my .csproj file had the correct definitions like this:
<DebugSymbols>true</DebugSymbols> <DebugType>full</DebugType> <DefineDebug>true</DefineDebug>
This still did not work, so after casting about for a while,
I went to the Main Menu in VS.NET 2005 where I selected:
Tools > Options > Debugging > General and unchecked the "Enable Just My Code (Managed only)" Checkbox.
This final action enabled debugging in this project.
Hope this helps
