J
Jm
Hi all
Im a bit of a newbie to VB.NET. Under vb6 if i used a class library DLL and
it wasnt available i could use the on error resume next to get past the code
that calls it and trap it afterwards and display a custom error messageor
move on. I was wondering if this is possible in VB.NET, it seems to just end
the program with a vb frameworkish error. Basically my code says:
Imports My_Project
.......
Dim MyProjectObj As New Project1
(Project1 being the class inside the My_Project namesapce)
Any help is greatly appreciated
Im a bit of a newbie to VB.NET. Under vb6 if i used a class library DLL and
it wasnt available i could use the on error resume next to get past the code
that calls it and trap it afterwards and display a custom error messageor
move on. I was wondering if this is possible in VB.NET, it seems to just end
the program with a vb frameworkish error. Basically my code says:
Imports My_Project
.......
Dim MyProjectObj As New Project1
(Project1 being the class inside the My_Project namesapce)
Any help is greatly appreciated