#1 Burning Software

It is currently Fri Mar 07, 2025 9:53 pm

All times are UTC




Post new topic Reply to topic  [ 27 posts ]  Go to page 1, 2  Next
Author Message
 Post subject: StarBurn and .Net 4.0
PostPosted: Fri Feb 04, 2011 2:12 pm 
Offline

Joined: Fri Feb 04, 2011 2:01 pm
Posts: 9


Top
 Profile  
 
 Post subject: Re: StarBurn and .Net 4.0
PostPosted: Mon Feb 07, 2011 4:52 pm 
Offline

Joined: Fri Feb 04, 2011 2:01 pm
Posts: 9
Does any one have any info on this? I'd like some sort of answer, even if it's just a plain "No" (though I really hope not).


Top
 Profile  
 
 Post subject: Re: StarBurn and .Net 4.0
PostPosted: Tue Feb 08, 2011 1:15 pm 
Offline

Joined: Thu Dec 13, 2007 8:44 am
Posts: 609
Hello,

Try to refresh reference on the StarBurnX component! Remove the current StarBurnX interop reference and add new reference on StarBurnX COM component ( not to StarBurnX interop !!! )! As result the new valid "interop" will be generated!!


Regards,

Dmitry


Top
 Profile  
 
 Post subject: Re: StarBurn and .Net 4.0
PostPosted: Tue Feb 08, 2011 1:31 pm 
Offline

Joined: Fri Feb 04, 2011 2:01 pm
Posts: 9


Top
 Profile  
 
 Post subject: Re: StarBurn and .Net 4.0
PostPosted: Tue Feb 08, 2011 2:49 pm 
Offline

Joined: Thu Dec 13, 2007 8:44 am
Posts: 609
1) Did you start your Visual Studio IDE under the Admin rights?

2) So .. we will check this issue!

Thanx,

Dmitry


Top
 Profile  
 
 Post subject: Re: StarBurn and .Net 4.0
PostPosted: Wed Feb 09, 2011 1:36 pm 
Offline

Joined: Fri Feb 04, 2011 2:01 pm
Posts: 9


Top
 Profile  
 
 Post subject: Re: StarBurn and .Net 4.0
PostPosted: Tue Feb 15, 2011 9:09 am 
Offline

Joined: Thu Dec 13, 2007 8:44 am
Posts: 609
Hello,

1) We have tested our C# samples with Visual Studio 2010 and .Net 4.0 ... all works fine!

2) So you should try to:
- remove old reference on the StaBurnX12 interrop;
- add new reference on the StaBurnX12.dll!!! [ "Add Reference ... "->COM->StarBurnX 12 Type library ]!!
- open properties window for the newly added reference and set the "Embeded Interop Types" property value with FALSE!!!
- specify target platform - x86 or x64 [ not ANY CPU!!].

- use the InitializeEx function and specify the SPTD transport ( instead of the SPTI ).

Regards,

Dmitry


Top
 Profile  
 
 Post subject: Re: StarBurn and .Net 4.0
PostPosted: Tue Feb 15, 2011 9:37 pm 
Offline

Joined: Fri Feb 04, 2011 2:01 pm
Posts: 9


Top
 Profile  
 
 Post subject: Re: StarBurn and .Net 4.0
PostPosted: Wed Feb 16, 2011 9:39 am 
Offline

Joined: Thu Dec 13, 2007 8:44 am
Posts: 609
Hello,

I have tested AudioBurner once more with the "Framework 4 Client Profile" ... "DEBUG" works fine!!! .. so

1) Try to re-register the StarBurnX12.dll using the "regsvr32' utility;

2) Try to download the latest update of StarBurnX : link was removed


Regards,

Dmitry


Top
 Profile  
 
 Post subject: Re: StarBurn and .Net 4.0
PostPosted: Wed Feb 16, 2011 1:54 pm 
Offline

Joined: Fri Feb 04, 2011 2:01 pm
Posts: 9


Top
 Profile  
 
 Post subject: Re: StarBurn and .Net 4.0
PostPosted: Wed Feb 16, 2011 2:28 pm 
Offline

Joined: Thu Dec 13, 2007 8:44 am
Posts: 609
Yes, I understand you well! I do the same and ... it works!

Note: StarBurnX component uses the StarBurn.dll. Check is your version of StarBurn.dll up-to-date.

Regards,

Dmitry


Top
 Profile  
 
 Post subject: Re: StarBurn and .Net 4.0
PostPosted: Sun Mar 20, 2011 11:36 pm 
Offline

Joined: Sun Mar 20, 2011 11:34 pm
Posts: 2
This article may help. It outlines each step. The key was getting the DLL registered as a COM so we could include it in our project.
http://www.cybersprocket.com/2011/sdks/starburn-sdk-and-net-4-0/

We spent a lot of time trying to figure this out, then we pieced together the step-by-step based on the clues provided here.


Top
 Profile  
 
 Post subject: Re: StarBurn and .Net 4.0
PostPosted: Mon Mar 21, 2011 7:11 pm 
Offline
Site Admin

Joined: Fri Jun 18, 2004 12:03 am
Posts: 4089
Location: British Virgin Islands


Top
 Profile  
 
 Post subject: Re: StarBurn and .Net 4.0
PostPosted: Wed Apr 13, 2011 9:13 am 
Offline

Joined: Mon Apr 11, 2011 12:25 pm
Posts: 8
Hallo,

I am using VS 2010, .Net 4.0 client profile, installed the updates and done everything mentioned in this page.
I am using the trial version to test the SDK.
I still cannot start the program with debugger.

Error:
Creating an instance of the COM component with CLSID {B756C224-A1EA-44F8-95C1-9F726040C800} from the IClassFactory failed due to the following error: 80010105.

I find that the file "Interop.RocketDivision.StarBurnX.dll" is automatically created in the Release\Debug folder.

What I could do is to start the application without attaching the debugger, I get the trial version ... message and later on I could attach with VS using Attach to process...

I find it inconvenient to use the API like this, any suggestions would be helpful...


Top
 Profile  
 
 Post subject: Re: StarBurn and .Net 4.0
PostPosted: Wed Apr 13, 2011 6:38 pm 
Offline

Joined: Thu Dec 13, 2007 8:44 am
Posts: 609
Hello,

1) If you have downloaded the latest StarBurnX update link was removed you should manually register the StarBurnX.dll using the 'regsvr32' utility.

2) Next, you should remove the old StarBurnX.interop reference from your project.

3) Next, go to the "Add Reference->COM" configuration page and select the 'StarBurnX 12 Type library'. As result, the new StarBurnX.interop file will be generated and attached into your project!

Regards,

Dmitry


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 27 posts ]  Go to page 1, 2  Next

All times are UTC


Who is online

Users browsing this forum: No registered users and 18 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group