Funny, that's the exact same file I downloaded, but the Cache folder doesn't show up for me. My NET4.0 folder just contains the following files:
- Microsoft.ServiceBus.dll
- RelayConfigurationInstaller.exe
- RelayConfigurationInstaller.exe.config
- RelayConfigurationInstaller32.exe
- RelayConfigurationInstaller32.exe.config
The NET3.5 folder looks similar, except it doesn't have the .exe.config files. I did have an old version of the AppFabric SDK installed before this one, but I uninstalled it before installing this one.
Has anyone else run into this issue?
Yep, I've got that problem as well.
Exact same files listed in mine, also installed the x64 version. I actually grabbed the DLLs Marc listed above from the SDK V2.0\Assemblies\Cache folder, where they do live, but when using the cache I'm getting this error:
ErrorCode<ERRCA0019>:SubStatus<ES0001>:Check the client version. It should be within the allowed version range on the server. If necessary, upgrade the client to the allowed version.
Which implies that I shouldn't be using the 2.0 dlls.
I guess I'll go try to get the 32 bit version...