I have an older .NET solution that has some web forms and a controller to post an email. I'm trying to add a .NET Ajax controller so that I can handle some Ajax I want to add to the page. The problem I'm having is that I can't find documentation or samples for the old assemblies so I've tried to upgrade it to 4.5 so that I can add code I created in a separate solution. The problem I'm having now is that in the old solution using the same .NET version of System.Web.Http.dll as I'm using in the test solution, I can't see the same classes or interfaces. In my test solution, there is a class GlobalConfiguration that, for some reason, is not visible in the older solution even though I'm loading the same assembly DLL from the exact same place.
Any ideas what the problem is?
Live large, love lots, and sail fast.
No comments:
Post a Comment