.COMPILED for web service is file incorrect -
05-28-2010
, 07:08 AM
I have recently upgraded from Visual Studio 2008 to Visual Studio 2010. I
converted an existing ASP.NET project, which includes a web service, so that
I can develop it using Visual Studio 2010. I elected to continue targeting
the .NET Framework 3.5.
The web applicable runs find on my local machine. It does not run on our web
server. Looking at the .compiled file for the web service I see that the
System.EnterpriseServices, for example, is set to Version=4.0.0.0. Surely it
should be 2.0.0.0 because I am using .NET Framework 3.5.
Is the .compile file wrong?
Keith |