views:

162

answers:

1

I was compiling my Windows Mobile project that is a image viewer and just when I clicked in the build button I got this error:

CVTRES : fatal error CVT1105: cannot seek in file

I'm using Windows 7 Ultimate with Visual Studio 2008 SP1.

+1  A: 

Probably a corrupted file.

Gonzalo
But I never got this error before, I've compiled many other projets on it.
Nathan Campos
I would first close VS and open the project again. If that still gives you the error, close VS and copy all the non-generated files (sources, images, .sln, .csproj...) to a new folder and open it there. The error will go away.
Gonzalo
It was a dynamic icon that I was using on it, thanks.
Nathan Campos