VB DLL Problem when used in DNN 2.1.2

Last post 01-19-2006 8:30 AM by spideywebber. 1 replies.

Sort Posts:

  • Crying [:'(] VB DLL Problem when used in DNN 2.1.2

    01-18-2006, 11:48 PM
    • Member
      110 point Member
    • Rujuta
    • Member since 04-08-2005, 6:41 AM
    • Posts 22

    Hello EveryOne,

    I am working on DNN version 2.1.2 and using vb dll which also have some Xml file(store procedure) ,ini and bat file . vb DLL use all above files .

    I am getting problem for reading vb function from dll when used in DNN , i have tried doing late binding too . where as if i run same in simple application created in dot net , its working fine but same thing is not working in DNN .

    Can anyone help me in finding steps what i need to do and where i am misisng .

    Thanks in advance,
    Rujuta

  • Re: VB DLL Problem when used in DNN 2.1.2

    01-19-2006, 8:30 AM
    • Member
      470 point Member
    • spideywebber
    • Member since 10-22-2003, 4:14 AM
    • Milton Keynes. UK.
    • Posts 94

    Hi, I believe your problem is due to the fact that you are trying to access functions in classes outside the dnn application domain.

    You didnt say whether the dll is included in the build of the dnn project you are using,

    if it isnt that would explain why you can use it in a simple app but not dnn.

    If you can you need to include the dll reference inside the dnn app in Visual Studio and build it again,

    so its within the scope of the dnn project.

    Alan.

     

     

    Always a Pleasure never a Chore
Page 1 of 1 (2 items)