Error in running the same project in other machine System.Runtime.InteropServices.COMException

Unanswered Error in running the same project in other machine System.Runtime.InteropServices.COMException

  • Monday, July 16, 2012 11:16 AM
     
     

    Hi,

    I have the project running properly in my machine having Windows 8 developer preview. But when I am putting the same project in other laptop when I am pressing the build option it is not finding the project. When I am deploying the project I am getting System.Runtime.InteropServices.COMException errors. What does this mean and how can I overcome this problem.

    Anurag

All Replies

  • Wednesday, July 18, 2012 12:59 PM
    Moderator
     
     

    Hi Anurag,

    Is there a call-stack associated with the exception? Also, there might be some machine-specific installs which might be missing on your laptop. Things like Live SDK need to installed on other dev machines in case you are referencing it in your project. When you say , "when I am pressing the build option it is not finding the project" , can you please elaborate on it?

    -Sagar