asp.net mvc - C# MVC Razor namespace Microsoft.VisualBasic.Financial not resolving -


i using mvc 3 razor .cshtml pages. have included microsoft.visualbasic reference project , use fine in existing web forms pages. within view not resolve financial namespace. sees microsoft.visualbasic fine thing intellisense brings microsoft.visualbasic.activities , microsoft.visualbasic.vbcodeprovider. attempting use financial results in compile error of:

the type or namespace name 'financial' not exist in namespace 'microsoft.visualbasic'

any appreciated need use npv function under financial.

the type in microsoft.visualbasic.dll, make sure have reference able use in razor.


Comments

Popular posts from this blog

How to mention the localhost in android -

php - Calling a template part from a post -

c# - String.format() DateTime With Arabic culture -