Click here to Skip to main content
15,881,757 members
Home / Discussions / C#
   

C#

 
QuestionTFS 2010 : Email alerts are not working Pin
NarVish2-Dec-12 21:04
NarVish2-Dec-12 21:04 
AnswerRe: TFS 2010 : Email alerts are not working Pin
Richard MacCutchan2-Dec-12 21:52
mveRichard MacCutchan2-Dec-12 21:52 
GeneralRe: TFS 2010 : Email alerts are not working Pin
NarVish2-Dec-12 21:59
NarVish2-Dec-12 21:59 
AnswerRe: TFS 2010 : Email alerts are not working Pin
Pete O'Hanlon2-Dec-12 21:53
mvePete O'Hanlon2-Dec-12 21:53 
QuestionThesis project Pin
khinn Lyndon Samson2-Dec-12 19:46
khinn Lyndon Samson2-Dec-12 19:46 
AnswerRe: Thesis project Pin
Pete O'Hanlon2-Dec-12 21:18
mvePete O'Hanlon2-Dec-12 21:18 
AnswerRe: Thesis project Pin
Abhinav S2-Dec-12 22:05
Abhinav S2-Dec-12 22:05 
QuestionUDF 64bit vs 32bit Excel 2010 Pin
PozzaVecia2-Dec-12 4:39
PozzaVecia2-Dec-12 4:39 
I'm checking this articlehttp://blogs.msdn.com/b/eric_carter/archive/2004/12/01/writing-user-defined-functions-for-excel-in-net.aspx?Redirected=true[^]

I create a simply UDF of the article. In 32bit system, it is all right. In a 64bit, a simply function works only if I directly insert argument in the function. If I link the argument to a cell it doesn't work. Apparently it doesn't recognized that the number coming from excel cell (64bit) is a correct double for my function (which accept double)

Any idea?

Later note: really my Excel 2010 it is 32bit too.

So: the same project:
on windows xp, excel 2010 32bit, single processor works
on windows 7, excel 2010 32bit, 4 processors : excel udf works only if I directly use numbers in formulas, but it doesn't works if my UDF arguments refers to cells containing nmbers


Later note:

I found the same problem here http://social.msdn.microsoft.com/Forums/en-SG/exceldev/thread/8168c603-a7c8-4c01-98d2-3c0385294325[^]

it is more clear: from "Wolfgang"
"
I also used Eric's blog to create an automation add-in: http://blogs.msdn.com/b/eric_carter/archive/2004/12/01/writing-user-defined-functions-for-excel-in-net.aspx.
"
I created this Automation add-in with Office 2010, Visual Studio 2010 and .NET Framework 4.0 on Windows 7 (it should be the same configuration as Bessie's). But it does not work for me. I get #VALUE! as error. As soon as I replace the call "=MultiplyNTimes(B1,B2,C2)" with "=MultiplyNTimes(VALUE(B1),VALUE(B2),VALUE(C2))" it works.

I created this add-in with Office 2003, Visual Studio 2010 and .NET Framework 4.0 on Windows XP and it worked ("=MultiplyNTimes(B1,B2,C2)")

Does anybody has an idea what's the problem?
"

modified 2-Dec-12 17:19pm.

RantRe: UDF 64bit vs 32bit Excel 2010 Pin
Mycroft Holmes2-Dec-12 11:36
professionalMycroft Holmes2-Dec-12 11:36 
GeneralRe: UDF 64bit vs 32bit Excel 2010 Pin
Richard MacCutchan2-Dec-12 21:48
mveRichard MacCutchan2-Dec-12 21:48 
Questiondetermine listbox items origin Pin
User 94041061-Dec-12 11:40
User 94041061-Dec-12 11:40 
AnswerRe: determine listbox items origin Pin
Mycroft Holmes1-Dec-12 13:04
professionalMycroft Holmes1-Dec-12 13:04 
AnswerRe: determine listbox items origin Pin
Freak303-Dec-12 0:53
Freak303-Dec-12 0:53 
GeneralRe: determine listbox items origin Pin
User 94041063-Dec-12 9:35
User 94041063-Dec-12 9:35 
Questionhighlight list view Pin
dominioYP1-Dec-12 10:46
dominioYP1-Dec-12 10:46 
AnswerRe: highlight list view Pin
Mycroft Holmes1-Dec-12 13:01
professionalMycroft Holmes1-Dec-12 13:01 
GeneralRe: highlight list view Pin
dominioYP2-Dec-12 1:24
dominioYP2-Dec-12 1:24 
GeneralRe: highlight list view Pin
Mycroft Holmes2-Dec-12 11:31
professionalMycroft Holmes2-Dec-12 11:31 
QuestionApp.Config or Windows Registry? Pin
Jassim Rahma1-Dec-12 10:27
Jassim Rahma1-Dec-12 10:27 
AnswerRe: App.Config or Windows Registry? Pin
Eddy Vluggen1-Dec-12 12:06
professionalEddy Vluggen1-Dec-12 12:06 
GeneralRe: App.Config or Windows Registry? Pin
Jassim Rahma1-Dec-12 18:59
Jassim Rahma1-Dec-12 18:59 
GeneralRe: App.Config or Windows Registry? Pin
Eddy Vluggen1-Dec-12 23:31
professionalEddy Vluggen1-Dec-12 23:31 
AnswerRe: App.Config or Windows Registry? Pin
PIEBALDconsult2-Dec-12 4:28
mvePIEBALDconsult2-Dec-12 4:28 
GeneralRe: App.Config or Windows Registry? Pin
J4amieC2-Dec-12 21:51
J4amieC2-Dec-12 21:51 
GeneralRe: App.Config or Windows Registry? Pin
PIEBALDconsult3-Dec-12 9:08
mvePIEBALDconsult3-Dec-12 9:08 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.