Expression > 論壇首頁 > Expression Blend + SketchFlow > Are Domain-Based DFS Namespaces/UNC Paths Supported?
發問發問
 

已答覆Are Domain-Based DFS Namespaces/UNC Paths Supported?

  • 2009年11月7日 上午 06:02Ryan Capp 使用者勳章使用者勳章使用者勳章使用者勳章使用者勳章
     

    Just some background; I have an Active Directory-managed network with a domain-based distributed filesystem namespace that I use for user storage (documents, music, pictures, videos) via folder redirection. When I launch Expression Blend 3 and the New Project dialog appears I cannot save it to the default location of "\\home.capp.us\Users$\Mercury\Documents\Expression\Blend 3\Projects" as the OK button is disabled.

    The only workaround I see is to first create the project locally and once done upload it to the server. Then from there I could just use Open Project and browse to the server since it's a regular Windows file browser dialog.

    Expression Blend 3 - New Project Dialog

解答

  • 2009年11月18日 上午 06:09D. Matsumoto 使用者勳章使用者勳章使用者勳章使用者勳章使用者勳章
     已答覆
    One other workaround I can think of is to map the network drive to a local drive letter, i.e.

    net use p: "\\home.capp.us\Users$\Mercury\Documents\Expression\Blend 3\Projects"
    • 已提議為解答D. Matsumoto 2009年11月18日 上午 06:09
    • 已標示為解答Ryan Capp 2009年11月20日 下午 03:38
    •  

所有回覆

  • 2009年11月18日 上午 06:09D. Matsumoto 使用者勳章使用者勳章使用者勳章使用者勳章使用者勳章
     已答覆
    One other workaround I can think of is to map the network drive to a local drive letter, i.e.

    net use p: "\\home.capp.us\Users$\Mercury\Documents\Expression\Blend 3\Projects"
    • 已提議為解答D. Matsumoto 2009年11月18日 上午 06:09
    • 已標示為解答Ryan Capp 2009年11月20日 下午 03:38
    •  
  • 2009年11月20日 下午 03:38Ryan Capp 使用者勳章使用者勳章使用者勳章使用者勳章使用者勳章
     

    Well it works well enough it seems, although the Map Network Drive dialog is giving me a new issue I need to resolve.