Hi IT gurus on this forum

Can you please help me on this :-

I am trying to create a crystal report using VB.net

I am using a stored procedure which takes 2 arguments.

When I run that store procedure in Query Analyzer it works fine
,but its giving following error from the code

VB Code:
  1. An unhandled exception of type 'CrystalDecisions.CrystalReports.Engine.InvalidArgumentException' occurred in crystaldecisions.crystalreports.engine.dll
  2.  
  3. Additional information: Invalid field name.

Please Help me on this.

-Sachien