I get a warning message when I try to run an asp.net application on my devmachine appfabric. And I get an error message I upload my application to the cloud
contains the following assembly: C: \ Program Files (x86) \ Microsoft Visual Studio 11.0 \ Common7 \ IDE \ ReferenceAssemblies \ v2.0 \ Microsoft.TeamFoundation.WorkItemTracking.Client.DataStoreLoader.dll. This assembly is not compatible with the 64-bit processor architecture used by IIS for Windows Azure. To ensure that the role is running, you must replace this assembly with one that is compatible with this architecture.
Where can I get an azure compatible dll?
source share