开发者

MSBuild remoting to server throws COMException error

开发者 https://www.devze.com 2023-02-24 05:35 出处:网络
Ive got an MSBUILD script where ive set the Username and Password properties as below <MSBuild.ExtensionPack.Web.Iis7AppPool TaskAction=\"CheckExists\" Name=\"@(WebSit开发者_开发问答e -> \'%(Na

Ive got an MSBUILD script where ive set the Username and Password properties as below

<MSBuild.ExtensionPack.Web.Iis7AppPool TaskAction="CheckExists" Name="@(WebSit开发者_开发问答e -> '%(Name)')" MachineName="@(WebSite -> '%(MachineName)')" Username="username" UserPassword="password">

This throws the following error :

COMException: Retrieving the COM class factory for remote component with CLSID {2B72133B-3F5B-4602-8952-803546CE3344} from machine MYSERVER01 failed due to the following error: 800706ba MYSERVER01

Ports 135,445 are open.... Eventlog showing up "DCOM was unable to communicate with the computer using any of the configured protocols"

Firewalls are all currently disabled.

Any guidance would be really appreciated.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号