As far as I know you can't. VS 2005 and VS 2003 resx files are different.
I know you can use both compilers at the same time on a single PC because
that's how mine is set up, and it works fine as long as I use different
projects and source code for each version.
> Hi All,
>
> I have a .NET CF project which I converted to CF2.0 with vs2005 final.
>
> After converting the project I am not able to compile resources in the
> project with VS2003.
.
.
.
mobigital-ggrp@yahoo.com - 09 Jan 2006 20:07 GMT
thanks for the response!
I actually had already separated out affected files (cs and resx) for
both 2003 and 2005 versions - placed them in separate directories, plus
restored older backup versions that were fine with VS2003 and it still
had the same problem.
Could it be that .net cf configuration was affected by installing
VS2005 (Final Pro version)?
Or is there some rule that projects cannot be in the same directory? -
if there is some other common file, like an intermediate resource
compilation file?
Chris Scott - 10 Jan 2006 20:03 GMT
I keep mine in separate directories and it works. I have not tried placing
them into the same directory, though I can see how it might cause issues
during compilation.
> Or is there some rule that projects cannot be in the same directory? -
> if there is some other common file, like an intermediate resource
> compilation file?
mobigital-ggrp@yahoo.com - 10 Jan 2006 21:24 GMT
turns VS2003 and 2005 were still sharing one resx file- (but not
reporting any errors on it)
once I separated them, the problem went away.