Framework 1.1 to 2.0 Question

  • Thread starter Thread starter Jibesh
  • Start date Start date
J

Jibesh

Most of the time it works fine to me.

Description about the error wuld be more helpful to solve your problem

Regards
Jibesh.
 
Hey there, I have an app which has been written in 1.1 VS 2003 and
I've converted it to be used in VS2005,, should this then convert it
to run in the 2.0 framework? Since I tried to run a complied version
on a 2.0 frame work machine and it did not work,, but worked fine when
1.1 was installed.

Any advice?

Thanks in advance.
 
Hello Bonzol,

If you converted to VS 2005 it means that you converted to .net 2.0 as well.
What kind of errors do u get when you run your app?


---
WBR,
Michael Nemtsev [Microsoft MVP] :: blog: http://spaces.live.com/laflour
:: http://twitter.com/laflour

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo


B> Hey there, I have an app which has been written in 1.1 VS 2003 and
B> I've converted it to be used in VS2005,, should this then convert it
B> to run in the 2.0 framework? Since I tried to run a complied version
B> on a 2.0 frame work machine and it did not work,, but worked fine
B> when 1.1 was installed.
B>
B> Any advice?
B>
B> Thanks in advance.
B>
 
I´ve seen code in net 1.1 that doesnt run on net 2.0 after conversion.
I understood then that conversion is not a warranted process,
sometimes you shall have to rewrite some few parts of code.
Of course, your compiler shall point you the part of code that doesnt run.
hope this helps, Carlos.
 
Back
Top