I'm getting the following errors when trying to create a bare metal deployment task sequence...

Error: Failed to import the XML into the task sequence

CreateTaskSequenceTemplate: Unable to create an instance of SMS_TaskSequence.

CreateTaskSequenceTemplate: Could not create task sequence package!


Also get this...

[3][8/25/2010 12:44:58 PM] :System.Management.ManagementException\r\nNot found \r\n at System.Management.ManagementException.ThrowWithExtendedInfo(ManagementStatus errorCode)
at System.Management.ManagementObject.InvokeMethod(String methodName, ManagementBaseObject inParameters, InvokeMethodOptions options)
at Microsoft.ConfigurationManagement.ManagementProvider.WqlQueryEngine.WqlConnectionManager.ExecuteMethod(String methodClass, String methodName, Dictionary`2 methodParameters, Boolean traceParameters)\r\nManagementException details:
instance of __ExtendedStatus
{
Description = "Failed to load class properties and qualifiers for class Dell_CustomReboot in task sequence.";
Operation = "ExecMethod";
ParameterInfo = "SMS_TaskSequence";
ProviderName = "WinMgmt";
StatusCode = 2147749890;
};
\r\n

Any help?