I'm doing a experiment on purpose of making a executable program work on windows azure.
First i tried to make it work using remote desktop with windows azure roles(ref http://msdn.microsoft.com/en-us/library/windowsazure/gg443832.aspx), I copied my exe into the remote desktop, and also some dlls, then I use "regsvr32.exe" to register these dlls, then the problem came: "side by side configuration is incoreect".
I know how to resolve this problem when it is in my own computer(just make sure the right dependencies are in the "winsxs" directory ), but now it's in the remote desktop using windows azure roles, and I have no permission to add the right dependencies into the winsxs directory. so here I came to ask for some help, thanks in advance!
PS: I can't change these dlls referenced by my exe.