Hi,
I'm using VS.NET 2002. I've downloaded some free code to use (from a
trusted source) that was created using VS.NET 2003.
I can't seem to open the project in VS.NET 2002. However, I noticed
that the project contains a couple class files, including an xml file
for documentation (Intellisense usage). Is it possible to compile all
these files from the VS.NET 2002 Command Prompt, including the xml file?
Thanks,
Roshawn
P.S.: The free code in question is the HttpCompressionModule created by
Ben Lowery (http://www.blowery.org/code/)
Peter van der Goes - 27 Jul 2005 14:10 GMT
> Hi,
>
[quoted text clipped - 11 lines]
> P.S.: The free code in question is the HttpCompressionModule created by
> Ben Lowery (http://www.blowery.org/code/)
You can try the conversion tool here:
http://www.codeproject.com/macro/vsconvert.asp
Bear in mind that if the project makes use of features not available in VS
2002/.NET Framework 1.0, there will still be issues.

Signature
Peter [MVP Visual Developer]
Jack of all trades, master of none.
larrylard@hotmail.com - 27 Jul 2005 14:11 GMT
> Hi,
>
> I'm using VS.NET 2002. I've downloaded some free code to use (from a
> trusted source) that was created using VS.NET 2003.
>
> I can't seem to open the project in VS.NET 2002.
VSConvert <http://www.codeproject.com/macro/vsconvert.asp> might be
able to help.

Signature
Larry Lard
Replies to group please
Mrinal Kamboj - 27 Jul 2005 14:11 GMT
Hi ,
I think it's very much possible , did u tried doing it using simple
csc.exe or which ever language code is in .
Since , for a cs file it doesn't matter which version u are using until
and unless u have a version incompatibility i.e some class that is not
there in older version is used .
thanks ,
Mrinal
> Hi,
>
[quoted text clipped - 11 lines]
> P.S.: The free code in question is the HttpCompressionModule created by
> Ben Lowery (http://www.blowery.org/code/)
Roshawn Dawson - 27 Jul 2005 14:20 GMT
Thanks for the input. I was able to get things working quite easily.
The code contained a compiled .dll. I simply made a reference to it. To
make sure things worked ok, I perform some simple tests. It's all gravy!!
But thank you for your insight and valuable references. No doubt I'll
encounter this problem again. :-)
> Hi,
>
[quoted text clipped - 11 lines]
> P.S.: The free code in question is the HttpCompressionModule created by
> Ben Lowery (http://www.blowery.org/code/)
Lloyd Dupont - 27 Jul 2005 14:30 GMT
you could also try the betra release of VS.NET 2005. it's "free for 1 year"
and / or VC# express, while "free for 1 year" only too, it would be cheap
(around 50$).
> Thanks for the input. I was able to get things working quite easily. The
> code contained a compiled .dll. I simply made a reference to it. To make
[quoted text clipped - 18 lines]
>> P.S.: The free code in question is the HttpCompressionModule created by
>> Ben Lowery (http://www.blowery.org/code/)