| |||||||
| Commercial message | |
| | |
|
![]() |
| | Thread Tools |
| | #1 (permalink) |
| New on Forum Join Date: Jan 2005
Posts: 4
| NeroCOM and .NET Remoting problems Hi all, the facts: Win XP Prof, Visual Studio 2005, .NET runtime 2.0 VB.NET app referencing 'Nero 1.4 Type Library' I'm in the process of building a client/server application which uses .NET Remoting for communication between client and server. The object that is being hosted (remoted) by the server, and connected to (instanciated) by the client, has a private variable of type 'NEROLib.Nero'. I'm having a rather elusive problem when the remote object actually tries to instanciate the Nero object: the call 'New Nero' hangs... The stripped down code of my problem is this (the class that is being remoted): Code: Imports System.Runtime.Remoting
Imports NEROLib
Imports Scripting
Public Class RemoteObject
Inherits MarshalByRefObject
Implements IRemote
Private nero As NEROLib.Nero
Private fso As Scripting.FileSystemObject
Private Sub New()
Me.fso = New FileSystemObject ' <- this works
Me.nero = New Nero ' <- this doesn't - app hangs here...
End Sub
End Class Anyone ANY ideas ? All hints/suggestions appreciated. QuRace |
| | |
![]() |
| Bookmarks |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to use Nerocom in VB.NET | Dhivya | Nero SDK Discussion Forum | 1 | 02-11-2006 13:10 |
| Overburning in VB.net with NeroCOM | schwobpseudo | Nero SDK Discussion Forum | 3 | 23-06-2005 10:24 |
| vb.net + NeroCOM + onDoneCdInfo | tarlik | Nero SDK Discussion Forum | 2 | 25-03-2004 16:53 |
| NeroCOM and .NET and events | LouClarkso | Nero SDK Discussion Forum | 7 | 19-12-2003 12:03 |
| .NET and NEROCom.dll | SvenAke | Nero SDK Discussion Forum | 2 | 02-10-2003 15:34 |