Can anyone tell me what dll file contains the system.web namespace in .net
version 2? The only thing I can reference is the v1.1 system.web.dll.

Thanks,
Jim

Re: .net 2.0 system.web dll by G

G
Fri Jul 28 04:47:08 CDT 2006

A namespace can span multiple dlls(assemblies). What specific classes are
you looking to use. You can see which dll contains the class in the
Requirements section of the MSDN help for the class.


---------
- G Himangi, Sky Software http://www.ssware.com
Shell MegaPack : Drop-In Explorer GUI Controls For Your Apps (.Net & ActiveX
Editions Available)
EZNamespaceExtensions.Net : Develop namespace extensions rapidly in .Net
EZShellExtensions.Net : Develop all shell extensions rapidly in .Net
---------


"JimO" <joneill517XXX@XXXearthlink.net> wrote in message
news:bGeyg.3948$gF6.3692@newsread2.news.pas.earthlink.net...
> Can anyone tell me what dll file contains the system.web namespace in .net
> version 2? The only thing I can reference is the v1.1 system.web.dll.
>
> Thanks,
> Jim
>



Re: .net 2.0 system.web dll by Patrice

Patrice
Fri Jul 28 05:20:48 CDT 2006

Not sure what you are trying to do ? FYI each version of VS.NET target a
specific version of .NET (for example you won't be able to create a 2.0 web
application with VS.NET 2003, you can use
http://msdn.microsoft.com/vstudio/express/vwd/ instead).

Is this a problme with VS.NET (which version ?) or do you use the command
line compiler ?

--
Patrice

"JimO" <joneill517XXX@XXXearthlink.net> a écrit dans le message de news:
bGeyg.3948$gF6.3692@newsread2.news.pas.earthlink.net...
> Can anyone tell me what dll file contains the system.web namespace in .net
> version 2? The only thing I can reference is the v1.1 system.web.dll.
>
> Thanks,
> Jim
>



Re: .net 2.0 system.web dll by JimO

JimO
Fri Jul 28 10:08:15 CDT 2006

One of my former HS students is trying to import system.web.ui.controls into
an VB2005 Express project but he is having difficulties. He says he has
done it before when he has downloaded source code. I didn't ask him if he
downloaded the project files too. I'm sure he is aware that web projects
are not available in the Express version. I have the full version of VS
2005 and I'm new the .net environment. I was going to ask him to do a
search to see if he has the right dll files. He has the Express Web
Devleoper installed as well.


"Patrice" <scribe@chez.com> wrote in message
news:OZb7A%23isGHA.3904@TK2MSFTNGP03.phx.gbl...
> Not sure what you are trying to do ? FYI each version of VS.NET target a
> specific version of .NET (for example you won't be able to create a 2.0
> web application with VS.NET 2003, you can use
> http://msdn.microsoft.com/vstudio/express/vwd/ instead).
>
> Is this a problme with VS.NET (which version ?) or do you use the command
> line compiler ?
>
> --
> Patrice
>
> "JimO" <joneill517XXX@XXXearthlink.net> a écrit dans le message de news:
> bGeyg.3948$gF6.3692@newsread2.news.pas.earthlink.net...
>> Can anyone tell me what dll file contains the system.web namespace in
>> .net version 2? The only thing I can reference is the v1.1
>> system.web.dll.
>>
>> Thanks,
>> Jim
>>
>
>