I have made an excel project,and published successfully in windows 2003
server,but when I use .net framework 2.0 configuration to deploy the security
or use command line,both successfully,but when I browse the project in IE
(for example:
http://zhtj/test/test.xls),there are errors.like :"The
customization assembly bould not be found or could not be loaded......."
The command line are like this :
cd\
c:
cd %systemroot%/Microsoft.NET/Framework/v2.0.50727
caspol -m €“addfulltrust "c:\Program Files\Microsoft
Office\Office11\Addins\Msosec.dll"
caspol -polchgprompt off
caspol -m -ag LocalIntranet_Zone -url
http://zhtj/test/* FullTrust -n "test"
-d "test"
but the same project and command line used in window xp,windows 2000 are
successfully.And all these machines installs the same software,and the
software were installed in the same sequence.
Please help me! Thanks