Results 1 to 2 of 2

Thread: Need help with .Net error...

  1. #1

    Thread Starter
    Super Moderator Wokawidget's Avatar
    Join Date
    Nov 2001
    Location
    Headingly Occupation: Classified
    Posts
    9,632

    Need help with .Net error...

    I do not have an enumType in my project
    Is this a gerneral error?
    Server Error in '/HSEGateKeeper' Application.
    Type provided must be an Enum. Parameter name: enumType
    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

    Exception Details: System.ArgumentException: Type provided must be an Enum. Parameter name: enumType

    Source Error:
    An unhandled exception was generated during the execution of the current
    web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

    Stack Trace:

    [ArgumentException: Type provided must be an Enum. Parameter name: enumType]
    Upgrade.CEventLog.MoveToEventLog(CDatabase& DB, String sUserID, String sRequestCode, DateTime dOverdue, String sComment, Int32 lActionID, Boolean
    Success, Object vNewTime, Object vActionID) GateKeeperDA.DocketDA.UpdateRespondAction(String DocketNo, String

  2. #2
    I wonder how many charact
    Join Date
    Feb 2001
    Location
    Savage, MN, USA
    Posts
    3,704

    Re: Need help with .Net error...

    You're obviously making a call to some method that is making some other call that needs a parameter as an enum, but you're passing the wrong parameter type to the method.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width