Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Refresh dependencies raises: Could Not Be Completed. App called interface marshalled for different thread

Out of the blue I can no longer rebuild the deployment project, or refresh it's dependencies. This is related to a visual studio 2010 desktop c# application.

Nothing new has been added since the last time it worked. The only thing I can think is that I was having errors related to a DevExpress assembly which I fixed by refreshing the assembly and running the project conversion tool that DevExpress comes with based on this advice.

References include CrystalDecisions, DevExpress, and a few System Assemblies. Like I said, they have all been there for several weeks, and building the deployment project has always worked before. We are also using team foundation as our source code storage.

Full error text: The operation could not be completed. The application called an interface that was marshalled for a different thread.

Any ideas?

like image 689
RThomas Avatar asked Jun 09 '11 00:06

RThomas


1 Answers

The problem went away after a reboot and has not come back. Not the best answer, but just one of those things.

like image 85
RThomas Avatar answered Sep 21 '22 06:09

RThomas