Repro steps:
1. create a new web application
2. install latest 2.7 nuget.server package
3. build
Expected: builds fine
Actual: fail to build with error:
Error 9 The type or namespace name 'WebActivator' could not be found (are you missing a using directive or an assembly reference?) C:\Users\danliu\documents\visual studio 2012\Projects\WebApplication1\WebApplication1\DataServices\Routes.cs 10 12 WebApplication1
The root cause is that the WebActivator package is renamed to WebActivatorEx. We should update the route.cs as well.
Comments: Fixed in changeset f483ebc7cf32f38a2de2b28ca3b13c09738af3e0
1. create a new web application
2. install latest 2.7 nuget.server package
3. build
Expected: builds fine
Actual: fail to build with error:
Error 9 The type or namespace name 'WebActivator' could not be found (are you missing a using directive or an assembly reference?) C:\Users\danliu\documents\visual studio 2012\Projects\WebApplication1\WebApplication1\DataServices\Routes.cs 10 12 WebApplication1
The root cause is that the WebActivator package is renamed to WebActivatorEx. We should update the route.cs as well.
Comments: Fixed in changeset f483ebc7cf32f38a2de2b28ca3b13c09738af3e0