3
Answers

Version Compatibility (URGENT)

tellie_george

tellie_george

21y
2.8k
1
Hi I have the latest version of .net in my office and an old version that is 2002 at my personnal computer. Now when I amtrying to work with the office data at home I am not able to work. Is it because of the version. Please help me out as to what I can do for this. I tried to make new workspace and copy the contents of the files into the files that I made at home but still I am facing problems. Please help as to what I can do for this. regards Tellie
Answers (3)
0
tellie_george

tellie_george

NA 14 0 21y
Hi I found a tool on the net which converts the versions of .net framework to take care of the compatibility which takes care of versioning the solution, project, resource files etc. Tellie
0
john_farrellus

john_farrellus

NA 42 0 21y
This is a complete SWAG (Scientific Wild *** Guess)... In the solution file, there is a line that tells which version of Visual Studio.NET was used, you can change that to the previous version and see what happens. Open up the solution fild (sln) in Notepad, and change the line. The line looks like this: Microsoft Visual Studio Solution File, Format Version 8.0 In VS 2002, the like looks like: Microsoft Visual Studio Solution File, Format Version 7.0 Then in the project file, you have a header at the top for the language: And then in Visual 2003, the same one looks like: That's all that seems to be different, but just remember, that this a complete guess. John...
0
james

james

NA 1.1k 312.9k 21y
simple answer, run the same version on both machines. This has been a problem as long as Office has been around. They add lots of new features, and even rewrite a lot of ot, which hurts backwords compatibility