using vb.net in a vb 5.0 application

Anyone knows if it is possible to create an application in VB5.0 with some .DLL in VB.NET?
I had an application in VB 5.0, I need to add new feature writing vb.net code, but I obtained this error:
"The located assembly's manifest definition with name mydll.dll does not match the assembly reference"

Any help would be appreciated.

Thanks in advance

Comments

  • Yes, you should be able to do what you're attempting. I think your problem is that after you add the reference to the .NET dll to your VB5.0 program you rebuilt the .NET assembly which changed the assembly info(probably the version number). Try deleting and readding the reference in the VB5.0 program.

    : Anyone knows if it is possible to create an application in VB5.0 with some .DLL in VB.NET?
    : I had an application in VB 5.0, I need to add new feature writing vb.net code, but I obtained this error:
    : "The located assembly's manifest definition with name mydll.dll does not match the assembly reference"
    :
    : Any help would be appreciated.
    :
    : Thanks in advance
    :

Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Categories

In this Discussion