bsenthilkumar 0 Newbie Poster

Hi All,

when i'm trying to call the dll i'm getting runtime error 91 error. below are my findings:
1) i'm able to build the dll without any error
2) i'm able to add reference to that dll
3) all intelesense is working
4) if i add that project to my standard project, i'm able to do without any error

syntax i used to initialise
dim obj1 as object
set obj1=createobject("Dllname.class1")

please anyone suggest to resolve this issue. Thanks