Problem Using IRR function in C#

  • Thread starter Thread starter Muhammad Qasim Choudry via DotNetMonster.com
  • Start date Start date
M

Muhammad Qasim Choudry via DotNetMonster.com

I want to Use IRR Function in C#.Net but cant find it but when i open Vb.Net
projetc under

Microsoft.VisualBasic.Financial module

i can find that function but i want to use it in in C# for that it tried
adding up a reference of Micorost.VisualBasic.dll but cant find that in .Net
Refernce Tab. if any one have an idea of using IRR function or Microsoft.
VisualBasic.Financial module in C# please make a quick reply
 
Hello Muhammad Qasim Choudry via DotNetMonster.com,

Check GAC and C:\WINDOWS\Microsoft.NET\Framework\<version>\directory for
file existence and add manually to you references if it there

M> I want to Use IRR Function in C#.Net but cant find it but when i open
M> Vb.Net projetc under
M>
M> Microsoft.VisualBasic.Financial module
M>
M> i can find that function but i want to use it in in C# for that it
M> tried adding up a reference of Micorost.VisualBasic.dll but cant find
M> that in .Net Refernce Tab. if any one have an idea of using IRR
M> function or Microsoft. VisualBasic.Financial module in C# please make
M> a quick reply
M>
M> Message posted via DotNetMonster.com
M> http://www.dotnetmonster.com/Uwe/Forums.aspx/dotnet-csharp/200606/1
---
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsch
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top