H
Hartmut Schroth
Hi,
I want to use the Dexter 1.0 Type library in a VB.NET Web
project.
So I created a project reference to the com object
Interop.DexterLib.dll and added the following code to the
load property of the main form
Dim Det As New DexterLib.MediaDet
Det.Filename = "C:\SomeFilename.avi" ' existing avi file
.........
The program hangs when it reaches the 'Det.Filename = '
command.
I tried exactly the same in a VB.NET Windows.Form project
and everything works all right!
Is it not possible to use the Dexter Lib in a Web project?
Thanks for help in advance.
Regards
Hartmut
I want to use the Dexter 1.0 Type library in a VB.NET Web
project.
So I created a project reference to the com object
Interop.DexterLib.dll and added the following code to the
load property of the main form
Dim Det As New DexterLib.MediaDet
Det.Filename = "C:\SomeFilename.avi" ' existing avi file
.........
The program hangs when it reaches the 'Det.Filename = '
command.
I tried exactly the same in a VB.NET Windows.Form project
and everything works all right!
Is it not possible to use the Dexter Lib in a Web project?
Thanks for help in advance.
Regards
Hartmut