06-25-07 06:18 PM
Hey all,
When trying to import an sdo file into a freshly installed MCMS (SP2) I get
the following error (copied from event viewer):
MCMS Site Deployment - Error occured. System.TypeInitializationException:
The type initializer for "System.Xml.Serialization.Compiler" threw an
exception. ---> System.ArgumentException: Illegal characters in path.
at
System.Security.Permissions.FileIOPermission.HasIllegalCharacters(String[
;]
str)
at
System.Security.Permissions.FileIOPermission.AddPathList(FileIOPermissionAcc
ess
access, String[] pathListOrig, Boolean checkForDuplicates, Boolean
needFullPath, Boolean copyPathList)
at
System.Security.Permissions.FileIOPermission..ctor(FileIOPermissionAccess
access, String path)
at System.AppDomainSetup.get_ApplicationBase()
at System.Configuration.DefaultConfigurationSystem.get_AppConfigPath()
at
System.Configuration.DefaultConfigurationSystem.System.Configuration.IConfig
urationSystem.Init()
at
System.Configuration.ConfigurationSettings.SetConfigurationSystem(IConfigura
tionSystem configSystem)
at System.Configuration.ConfigurationSettings.GetConfig(String sectionName)
at System.Diagnostics.DiagnosticsConfiguration.GetConfigTable()
at System.Diagnostics.DiagnosticsConfiguration.Initialize()
at System.Diagnostics.DiagnosticsConfiguration.get_SwitchSettings()
at System.Diagnostics.Switch.Initialize()
at System.Diagnostics.Switch.get_SwitchSetting()
at System.Diagnostics.BooleanSwitch.get_Enabled()
at System.Xml.Serialization.Compiler..cctor()
--- End of inner exception stack trace ---
at SiteDeployImport.parsePackageIndexFile(String indexFilePath,
CDynamicImpersonationHolder* dynamicImpersonation)
at SiteDeployImport.DoImport(ImportMode importMode, String indexFile,
String tempDirectory, INRImportObjectPackage* importPackage, CProgressHelper
*
progressHelper, CDynamicImpersonationHolder* dynamicImpersonation,
SiteDeployPerf perfData)
at CNRImportObjectPackage.ProcessPackage(CNRImportObjectPackage* ,
INRSiteDeployResponse** ppSiteDeployResponse)
For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.
I've tried obvious things like moving the file to the root and renaming it
to A.sdo, trying to import a file with just 1 template to no avail. Can
anyone tell me what's going on?
Thanks,
Menno
[ Post a follow-up to this message ]
|