I couldnot register through the program. It keeps trying to find the server. "Please wait while we connect to our servers." After a while it crashes by saying "A runtime error has occured. Do you wish to debug. Line 132: Error: Automation Server cannot create object." It gives me an option to debug a script. MSFT JScript Runtime error: Cannot Create Object.
var kLanguageFile = "kLanguage" + set_language() + ".xml";
var xmlDoc=new ActiveXObject("Microsoft.XMLDOM");
So I registered by going to the web and doing it manually.
I am not sure if registering manually will still validate the product I installed. As I am having another issue on "truncated looping video when I preview or create a dvd." This issue posted as a new topic under "Video Truncation"
Question
amfklmsm
I couldnot register through the program. It keeps trying to find the server. "Please wait while we connect to our servers." After a while it crashes by saying "A runtime error has occured. Do you wish to debug. Line 132: Error: Automation Server cannot create object." It gives me an option to debug a script. MSFT JScript Runtime error: Cannot Create Object.
//----------------------------------------------------------------------
// loadLibrary()
//
// Date: 2005-10-10
// Author: Deirdra Hendricks
//
// Functionality:
// Grabs the installer language from global VAR langID and inserts
// it into the file name of the JS file to use for text strings.
// Appends a child SCRIPT element to the HEAD element.
//
//-----------------------------------------------------------------------
function loadLibrary()
{
var kLanguageFile = "kLanguage" + set_language() + ".xml";
var xmlDoc=new ActiveXObject("Microsoft.XMLDOM");
So I registered by going to the web and doing it manually.
I am not sure if registering manually will still validate the product I installed. As I am having another issue on "truncated looping video when I preview or create a dvd." This issue posted as a new topic under "Video Truncation"
Link to comment
Share on other sites
1 answer to this question
Recommended Posts
Archived
This topic is now archived and is closed to further replies.