I am suddenly getting the above error on my VS 2005 VSTO SE solution. This
error seems to have cropped up in the past
(http://blogs.officezealot.com/bsandeman/archive/2006/08/30/12859.aspx), but
I can't find any solutions on Google, or the newsgroups....
Has anyone solved this issue, or know what causes it??
OK ... after hours of hair tearing out ... and cursing under my breath, i
found two problems:
1. manifest.xsf, and
2. solution.ict
... had both become corrupted with file references to files that didn't
exist (solution.ict) and was "duplicated" (manifest.xsf) [actually it was a
reference to the xsd of a read only dataset, which had been duplicated as
"xxxx" and "xxxx1."].
I just manually deleted the xml entries for these "incorrect" files and
everything is working again (for now)! Luckily evrything is stored in XML!
Lets hope there is an early service pack release - please guys ....
>I am suddenly getting the above error on my VS 2005 VSTO SE solution. This
>error seems to have cropped up in the past
>(http://blogs.officezealot.com/bsandeman/archive/2006/08/30/12859.aspx),
>but I can't find any solutions on Google, or the newsgroups....
>
> Has anyone solved this issue, or know what causes it??