I would expect "ServiceHosting" to be named "Factory". Try it, maybe MSDN
documentation is wrong.
Tiago Halm
> ERROR:
> ServiceHosting is not a valid attribute of element 'ServiceHost' AND
[quoted text clipped - 11 lines]
>
> SOLUTION?
HMMyhre - 12 Dec 2007 11:38 GMT
It works! Neither shows in the intellisense, but Factory works!
Thank you!
BR HMMyhre
> I would expect "ServiceHosting" to be named "Factory". Try it, maybe MSDN
> documentation is wrong.
[quoted text clipped - 16 lines]
> >
> > SOLUTION?
tiago.halm@gmail.com - 12 Dec 2007 12:09 GMT
If you want intellisense in configuration files for WCF
(system.serviceModel) in VS 2005, follow this link:
http://blogs.msdn.com/govindr/archive/2007/03/06/using-visual-studio-intellisens
e-to-edit-wcf-configuration-files.aspx
Tiago Halm
tiago.halm@gmail.com - 12 Dec 2007 12:11 GMT
Do remember that .svc files are not affected by intellisense. (at
least I could not make it so)
Tiago Halm