Hello Marc,
thanks for your information. Actually I am using VS2008, but I have a
Classlibrary-Project in use, some one would like to add to his project too.
Unfortunatelly he is still using VS2005 and his "Boss" is - momentarely -
not willing to upgrade to VS2008 :-(
Well I guess if he wants to make use of my library source code, he will have
to extract the code needed and build a library for his own.
Luckily he needs no modules, using LINQ.
Thanks
Rainer Queck
> If possible (I haven't tried) it would be extremely tricky; in
> particular, to write "where" clauses on IQueryable<T> etc requires the
[quoted text clipped - 14 lines]
>
> Marc
Jon Skeet [C# MVP] - 20 Feb 2008 08:58 GMT
> thanks for your information. Actually I am using VS2008, but I have a
> Classlibrary-Project in use, some one would like to add to his project too.
[quoted text clipped - 4 lines]
> to extract the code needed and build a library for his own.
> Luckily he needs no modules, using LINQ.
Hang on - so he doesn't actually need to use LINQ? In that case why
can't he just reference your DLL?

Signature
Jon Skeet - <skeet@pobox.com>
http://www.pobox.com/~skeet Blog: http://www.msmvps.com/jon.skeet
World class .NET training in the UK: http://iterativetraining.co.uk
Rainer Queck - 20 Feb 2008 10:04 GMT
Hello Jon,
> Hang on - so he doesn't actually need to use LINQ? In that case why
> can't he just reference your DLL?
Because he wants to use my source code as well.
Regards
Rainer
Jon Skeet [C# MVP] - 20 Feb 2008 10:09 GMT
> > Hang on - so he doesn't actually need to use LINQ? In that case why
> > can't he just reference your DLL?
> Because he wants to use my source code as well.
You may find the following blog post handy:
http://msmvps.com/blogs/jon.skeet/archive/2007/11/20/vs2005-and-vs2008-
co-existence.aspx

Signature
Jon Skeet - <skeet@pobox.com>
http://www.pobox.com/~skeet Blog: http://www.msmvps.com/jon.skeet
World class .NET training in the UK: http://iterativetraining.co.uk
Ignacio Machin ( .NET/ C# MVP ) - 20 Feb 2008 10:20 GMT
> Hello Marc,
>
[quoted text clipped - 6 lines]
> have to extract the code needed and build a library for his own.
> Luckily he needs no modules, using LINQ.
Now you confused me, what about the original question regarding linq?
Or why is linq mentioned at all ?
Rainer Queck - 20 Feb 2008 10:49 GMT
Hello Ignacio,
> Now you confused me, what about the original question regarding linq?
> Or why is linq mentioned at all ?
In parts of my classlibrary I make use of LINQ, but it is a part not needed
by the "other one".
So it would come in handy, if he could just build his own VS2005 class
librayr by assimilating my code.
But as it looks now, he must remove the parts of my code, which uses LINQ.
Regards
Rainer
viepia@nospam.com - 20 Feb 2008 10:58 GMT
With Microsoft DreamSpark as a student VS2008 should be free.
http://news.xinhuanet.com/english/2008-02/20/content_7633285.htm
Viepia
>Hello Marc,
>
[quoted text clipped - 28 lines]
>>
>> Marc