Hi I have a working XML Expansion pack, but are struggling with deployment. I get the error "The XML expansion pack or the Smart Document program is missing or invalid..." which is most likely related to the assembly of the Smart Document not been found or having proper security (fulltrust). If I search the C-drive after I tried installation, the DLL is not present - so obviously it is missing! What I don't understand is how Office loader retrieves and install the DLL and XSD in the process - and of course why this fails in my situation. Thanks a lot for your assistance Peter
Hi UUUPS --- Just learned that the files was actually installed into C:\Documents and Settings\spsuser\Local Settings\Application Data\Microsoft\Schemas\DLS So obviously the problem is related to setPolicy.bat. %WINDIR%\Microsoft.NET\Framework\v1.1.4322\caspol -pp off -ag 1.1 -url "%UserProfile%\Local Settings\Application Data\Microsoft\Schemas\DLS\*" FullTrust -n DLS report the error "ERROR: invalid name or label" How does Office loader set policies initially and do I really need to do this in a deployment scenario? Btw - the Office 11 PIA are deployed into GAC Thanks Peter Peter Smit wrote: > Hi > > I have a working XML Expansion pack, but are struggling with > deployment. > > I get the error "The XML expansion pack or the Smart Document program > is missing or invalid..." which is most likely related to the assembly > of the Smart Document not been found or having proper security > (fulltrust). > > If I search the C-drive after I tried installation, the DLL is not > present - so obviously it is missing! What I don't understand is how > Office loader retrieves and install the DLL and XSD in the process - > and of course why this fails in my situation. > > Thanks a lot for your assistance > Peter
This issue is most likely related to security - you must be administrator to do this!! Peter Smit skrev: > Hi > UUUPS --- Just learned that the files was actually installed into > C:\Documents and Settings\spsuser\Local Settings\Application > Data\Microsoft\Schemas\DLS > > So obviously the problem is related to setPolicy.bat. > %WINDIR%\Microsoft.NET\Framework\v1.1.4322\caspol -pp off -ag 1.1 > -url "%UserProfile%\Local Settings\Application > Data\Microsoft\Schemas\DLS\*" FullTrust -n DLS > > report the error "ERROR: invalid name or label" > > How does Office loader set policies initially and do I really need to > do this in a deployment scenario? > > Btw - the Office 11 PIA are deployed into GAC > > Thanks > Peter > > Peter Smit wrote: > > Hi > > > > I have a working XML Expansion pack, but are struggling with > > deployment. > > > > I get the error "The XML expansion pack or the Smart Document program > > is missing or invalid..." which is most likely related to the assembly > > of the Smart Document not been found or having proper security > > (fulltrust). > > > > If I search the C-drive after I tried installation, the DLL is not > > present - so obviously it is missing! What I don't understand is how > > Office loader retrieves and install the DLL and XSD in the process - > > and of course why this fails in my situation. > > > > Thanks a lot for your assistance > > Peter
This error is due to lack of security - you probably need administrative priviledges to do this. Office deployment policies ... Peter Smit skrev: > Hi > UUUPS --- Just learned that the files was actually installed into > C:\Documents and Settings\spsuser\Local Settings\Application > Data\Microsoft\Schemas\DLS > > So obviously the problem is related to setPolicy.bat. > %WINDIR%\Microsoft.NET\Framework\v1.1.4322\caspol -pp off -ag 1.1 > -url "%UserProfile%\Local Settings\Application > Data\Microsoft\Schemas\DLS\*" FullTrust -n DLS > > report the error "ERROR: invalid name or label" > > How does Office loader set policies initially and do I really need to > do this in a deployment scenario? > > Btw - the Office 11 PIA are deployed into GAC > > Thanks > Peter > > Peter Smit wrote: > > Hi > > > > I have a working XML Expansion pack, but are struggling with > > deployment. > > > > I get the error "The XML expansion pack or the Smart Document program > > is missing or invalid..." which is most likely related to the assembly > > of the Smart Document not been found or having proper security > > (fulltrust). > > > > If I search the C-drive after I tried installation, the DLL is not > > present - so obviously it is missing! What I don't understand is how > > Office loader retrieves and install the DLL and XSD in the process - > > and of course why this fails in my situation. > > > > Thanks a lot for your assistance > > Peter