*髪を引き裂く*
私はこれに従っています - http://msdn.microsoft.com/en-us/library/ee554869.aspxウォークスルーを使用して、ローカル マシン (Windows 7 64 ビット) にSharePoint Server 2010をセットアップしました。Sharepoint は問題なく「インストール」されますが、「構成」プログラムは実行されません。次のエラーが表示されます。
System.InvalidOperationException: Stand-alone provisioning has failed because an
error occurred while enumerating the SharePoint Server products installed on this
server.
私が見つけることができる唯一の「ヘルプ」はここにあります-http://social.technet.microsoft.com/Forums/en-US/sharepoint2010programming/thread/42239d23-26cd-4571-a4ac-b3bc74f9ad3a/-しかし、私はすでに入れましたライセンスキーを入力して検証したので、それが問題になることはありませんか?
役立つ場合に備えて、以下に完全な例外の詳細を含めました。誰かがこれに光を当てることができれば、私は感謝しています.
注:ローカル マシンにFoundationではなくSharepoint Serverを使用して、明らかにライブ環境を複製する必要があります。SharePoint Foundationは問題なくインストールされます。
また、注意:私のマシンからの HTTP リクエストはすべてプロキシ経由でルーティングされます。
ヘルプ!(ありがとう)。
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.InvalidOperationException: Stand-alone provisioning has failed because an error occurred while enumerating the SharePoint Server products installed on this server.
at Microsoft.Office.Server.EvaluatorModeProvisioning.OfficeServerProducts.get_OfficeProductList()
at Microsoft.Office.Server.EvaluatorModeProvisioning.OfficeServerProducts.IsInstalled(OfficeServerProductToProvision product)
at Microsoft.Office.Server.EvaluatorModeProvisioning.SharedEvaluatorModeProvisioning.GetProvisioner()
at Microsoft.Office.Server.EvaluatorModeProvisioning.SharedEvaluatorModeProvisioning..ctor(TraceListener listener)
--- End of inner exception stack trace ---
at System.RuntimeMethodHandle._InvokeConstructor(Object[] args, SignatureStruct& signature, IntPtr declaringType)
at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
at Microsoft.SharePoint.PostSetupConfiguration.ReflectionHelper.InvokeConstructor(String assemblyQualifiedName, Type[] constructorSignature, Object[] constructorParameters)
at Microsoft.SharePoint.PostSetupConfiguration.TaskCommon.ReflectionHelperInvokeConstructor(String assemblyQualifiedName, Type[] constructorSignature, Object[] constructorParameters, TaskBase task)
at Microsoft.SharePoint.PostSetupConfiguration.EvalModeProvisionTask.LoadProvisioner()
at Microsoft.SharePoint.PostSetupConfiguration.WelcomeForm.ShowNextFormForServerRoleSingleServer()
at Microsoft.SharePoint.PostSetupConfiguration.WelcomeForm.PsconfigBaseFormNextButtonClickedEventHandler(Object sender, EventArgs e)
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
編集- 完全に新しいインストール/ライセンスと同じエラーで試しました。私のマシンには Office 2003 があります。これが問題になる可能性はありますか?