1

I am in debugging, I got the reference to current solution as DTE2. (as from "adabyron")

I often got the following error when I tried foreach loop on vsSolution.Projects:

The message filter indicated that the application is busy. (Exception from HRESULT: 0x8001010A (RPC_E_SERVERCALL_RETRYLATER))

Click continue, I can still loop through all projects. Any reason for me getting the error?

Community
  • 1
  • 1
Bin Chen
  • 93
  • 1
  • 8

1 Answers1

0

I am not sure why it throws exception, but you can avoid it with try catch. It doesn't fail all the time. When fails you can retry it again and it works. Here is similar problem on my other post.

Community
  • 1
  • 1
Dilshod
  • 3,189
  • 3
  • 36
  • 67