Argument limit?!

D

Dave E.

This is a rather perplexing problem that I have never seen before. I
have a COM+ component (a function) that takes 14 arguments. Naturally,
if I call this function from my aspx code-behind with only 13
arguments I get an error that states that the function is expecting 14
arguments. Fine, no problem; however, when I provide 14 arguments in
my function call from my aspx code-behind I get this error:
Public member 'MyFunc' on type 'MyLib' not found.

So it goes from too few arguments to not found. That makes no sense to
me. Is there a limit to how many arguments you may have in a function
in an aspx code-behind?
 

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

Members online

Forum statistics

Threads
474,431
Messages
2,571,679
Members
48,796
Latest member
Greg L.

Latest Threads

Top