Groups | Blog | Home
all groups > asp.net webservices > march 2008 >

asp.net webservices : add assemby reference without version number


Norbert_Pürringer
3/28/2008 9:16:23 AM
Hello there,

is there any chance to reference to an assembly without version
number.

<assemblies>
<add assembly="Microsoft.Web.Services3, Version=3.0.0.0,
Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
</assemblies>

Better for me would be

<assemblies>
<add assembly="Microsoft.Web.Services3" />
</assemblies>

Thank you,
Patrice
3/28/2008 5:38:45 PM
Please always check first the doc. According to
http://msdn2.microsoft.com/en-us/library/37e2zyhb.aspx it should...

If the doc is right you could even just have tried to get the answer ;-).
Else tell us what is the error message you get...

--
Patrice

"Norbert Pürringer" <thalion77@graffiti.net> a écrit dans le message de
news: c093a04a-800c-461c-973b-9ee2b392c665@e39g2000hsf.googlegroups.com...
[quoted text, click to view]

AddThis Social Bookmark Button