Resolved!
I managed to resolve the issue. I put ildasm onto AssetTracker.dll and noticed 32BITREQUIRED in the manifest. I am using Visual Studio 2012 Web Express and I thought I was targeting x64, but apparently this was not the case.
I looked into the csproj file and noticed AnyCPU all over the place, despite my x64 settings. I modified the csproj file to target AMD64 and everything seems to be working well.
Thanks for your help, your AnyCPU comment drove me down the path to resolving this issue.
I managed to resolve the issue. I put ildasm onto AssetTracker.dll and noticed 32BITREQUIRED in the manifest. I am using Visual Studio 2012 Web Express and I thought I was targeting x64, but apparently this was not the case.
I looked into the csproj file and noticed AnyCPU all over the place, despite my x64 settings. I modified the csproj file to target AMD64 and everything seems to be working well.
Thanks for your help, your AnyCPU comment drove me down the path to resolving this issue.