I'm using the WebDirectoryCreate task part of the tigris ms build tasks ( to create a virtual directory. But I get the following error: Error HResult E_Fail has been returned from a call to a COM component. I'm not sure what this error means. Here is the target that I have:
<code>
"Target Name="AppVirtualDirectoryCreate"
WebDirectoryCreate ServerName="Server" VirtualDirectoryName=" VirtualDirectoryPhysicalPath="C:\Websites\Products\"
/Target>"
</code>
I couldn't put the tag names as there were issues showing the post correctly. I've put the actual ServerName in the code that I have. Thanks for the help!
<code>
"Target Name="AppVirtualDirectoryCreate"
WebDirectoryCreate ServerName="Server" VirtualDirectoryName=" VirtualDirectoryPhysicalPath="C:\Websites\Products\"
/Target>"
</code>
I couldn't put the tag names as there were issues showing the post correctly. I've put the actual ServerName in the code that I have. Thanks for the help!