Results 1 to 2 of 2

Thread: Type mismatch

  1. #1

    Thread Starter
    Member
    Join Date
    Jan 1999
    Location
    Garden Grove, CA, Orange
    Posts
    55

    Post

    I have created an Active DLL, and added standard EXE project that references the Active DLL.
    On my EXE project, I'm trying to create object, but it give me a "Type mismatch error"

    Here's my code
    -----------------------------------------
    Private WithEvents mobjFCCID As BaseModel

    Private Sub Form_Load()
    I get Type mismatch error here ==> Set mobjFCCID = New BaseModel
    End Sub
    -----------------------------------------

    I have created other objects with exact same way as above, and had no problem.

    Any one has any idea what might cause this error?

    Joon

  2. #2
    Lively Member
    Join Date
    Jul 1999
    Posts
    99

    Post

    try checking your dll for any type mismatch error.

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