질문하기질문하기
 

답변됨Dev Fabric Issue

  • 2009년 7월 1일 수요일 오후 6:31petermiller 사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     
    Hi !
    I got a problem running the dev fabric in a virtual machine.I get this error when I try to deploy my azure app -

    "Could not find part of the path- 'C:\..Local\dftmp\s0\deployment(37)\res\deployment(37).MyCloudService.WebRole.0\Temp\temp\RoleTemp\_proxyhooks,txt'.

    Could be a permissions issue...Any ideas ?

    Thanks and Regards,
    PM
    • 편집됨petermiller 2009년 7월 2일 목요일 오전 3:09
    •  

답변

  • 2009년 7월 1일 수요일 오후 11:19Pita.O 사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     답변됨
    First off, I run the dev fabric on my virtual machine without problem. Just make sure that Visual Studio is launched as Admin. From the error you report it seems to be an issue with the registration of the association of your webrole with the Azure Project.

    Try this: Right-click on the webrole node under the roles node in solution explorer under the Azure project node and reassociate your webrole with an "Existing project within the solution". Navigate to the csproj (or <lang>proj) of the web app and select it. Then do a clean rebuild of solution.

    Hope this helps.
    Pita.O: http://www.arizentax.com/

모든 응답

  • 2009년 7월 1일 수요일 오후 11:19Pita.O 사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     답변됨
    First off, I run the dev fabric on my virtual machine without problem. Just make sure that Visual Studio is launched as Admin. From the error you report it seems to be an issue with the registration of the association of your webrole with the Azure Project.

    Try this: Right-click on the webrole node under the roles node in solution explorer under the Azure project node and reassociate your webrole with an "Existing project within the solution". Navigate to the csproj (or <lang>proj) of the web app and select it. Then do a clean rebuild of solution.

    Hope this helps.
    Pita.O: http://www.arizentax.com/