Whiteboard

 

From Quantitative Finance

Jump to: navigation, search

-- 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 LaTex: \LaTeX 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:

LaTex:  \frac{\partial V}{\partial t} + \frac{1}{2}\sigma^2 S^2\frac{\partial^2 V}{\partial S^2} + rS\frac{\partial V}{\partial S} - rV = 0.



http://answers.yahoo.com/question/index?qid=20071004080528AAYFDwt

http://www.codeproject.com/KB/recipes/MathieuMathParser.aspx?df=100&forumid=59609&exp=0&select=2173221

#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

 
 
Google
 
Personal tools