Thanks for the reply Jra,
If others can be downloaded correctly, the problem may somewhat relate to
the MSDN subscriber download manager since most ones download there require
that ActiveX control. If everybox in your environment will suffer the
problem, I suggest submit this download site issue through the following
contact.
#Contact Us: MSDN Managed Newsgroups
https://support.microsoft.com/common/survey.aspx?scid=sw%3Ben%3B1296&showpag
e=1&ws=msdn&sd=msdn&pa=msdnw
Hi BeSharp,
As for the D LINQ selection scenario you mentioned, I think it sounds like
what you want to do is a SQL "LIKE" comparison. For {"...",
"..."}.contains, "contains" actually means that the input parameter exactly
match any of the i tem in collection, that is not substring mapping. For
substring mapping, you should use SQL "Like" style selection. Here is a web
thread discussing on using "LIKE" query in LINQ:
#using LIKE in DLinq
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=308989&SiteID=1
Hope this helps.
Sincerely,
Steven Cheng
Microsoft MSDN Online Support Lead
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
>From: =?Utf-8?B?Sm9obiBBbGRyaW4=?= <Jrax@newsgroups.nospam>
>References: <8A675A0C-72EF-46C2-98D4-5EDD50A40B94@microsoft.com>
<pIML8rZLIHA.360@TK2MSFTNGHUB02.phx.gbl>
>Subject: RE: Download of VS2008 fails w/Network and Requested file not avai
>Date: Fri, 23 Nov 2007 04:06:00 -0800
>Hi,
>
[quoted text clipped - 22 lines]
>>
>> #MSDN Subscriptions WebLog
http://blogs.msdn.com/msdnsubscriptions/archive/2007/11/16/look-for-visual-s
>> tudio-2008-downloads-on-top-subscriber-downloads-early-next-week.aspx
>>
[quoted text clipped - 14 lines]
>>
>> Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
>> ications.
>>
[quoted text clipped - 39 lines]
>> >
>> >jra