C
Colin Desmond
Hi All,
I have a solution file that contains a number of projects, a web service and
a website. These all build fine in VS2008, and all but the website builds
fine using MSBuild. The website, however, gives the following error:
ASPNETCOMPILER(0,0): error ASPRUNTIME: Could not load file or assembly
'App_WebReferences, Version=0.0.0.0, Culture=neutral, PublicKeyToken=(our
public key token)' or one of its dependencies. Strong name validation failed.
(Exception from HRESULT: 0x8013141A)
I don't see how this can be as App_WebReferences (which contains a single
WSDL for a web service defined in the same solution file) is not an assembly,
but a folder.
Anny suggestions?
Thanks
Colin
I have a solution file that contains a number of projects, a web service and
a website. These all build fine in VS2008, and all but the website builds
fine using MSBuild. The website, however, gives the following error:
ASPNETCOMPILER(0,0): error ASPRUNTIME: Could not load file or assembly
'App_WebReferences, Version=0.0.0.0, Culture=neutral, PublicKeyToken=(our
public key token)' or one of its dependencies. Strong name validation failed.
(Exception from HRESULT: 0x8013141A)
I don't see how this can be as App_WebReferences (which contains a single
WSDL for a web service defined in the same solution file) is not an assembly,
but a folder.
Anny suggestions?
Thanks
Colin