Finally moving from 2003 to 2005!

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

And of course we are having some problems.

This is a windows application, and the problem is that when VS2005 reads the
2003 version, and tries the conversion, it does not appear to be picking up
and relating the resx files for the forms that require it.

I have tried going in and adding the .resx files, and that seems to work
partly. It does associate the resx files with the .cs files correctly,
however, I am STLL getting a "MissingManifestResourceException was unhandled"
error which points to an image that I have on a button. What's weird is that
when I display this in the editor I see the image on the button.

Anyone have any experience with this kind of move or a resource they can
point me to to help with this migration? I've done some searching but have
not found anything so far, and of course the MS documentation doesn't help at
all.

Thanks in advance.

WhiteWizard
aka Gandalf
MCSD.NET, MCAD, MCT
 
Hi,

Not directly associated, but I had a similar problem with a web app, when I
migrated it it was a disaster !.
Only after digging a little I found a new template for web projects one
that was very similar to the old used in 2003.

I advise you to do the same take a look at MS site and especially in the NGs
of VS.

sorry not have a better solution.
 
Back
Top