Go Back   Club CDFreaks - Knowledge is Power > International Chat: Software related > Nero SDK Discussion Forum


Commercial message



Nero SDK Discussion Forum Discuss, NeroCOM and .NET Remoting problems at International Chat: Software related forum; 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 (


Reply
 
Thread Tools
Old 31-08-2006   #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
There is NO PROBLEM instanciating other COM objects in a similar way in my object - I have included a variable of type 'Scripting.FileSystemObject' in the example, which instanciates just fine. Only Nero blocks... So right now I'm tending to believe this is a Nero issue - but not sure.

Anyone ANY ideas ? All hints/suggestions appreciated.

QuRace
QuRace is offline   Reply With Quote
Reply

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

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


All times are GMT +2. The time now is 08:22.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.1.0