WCF Self Hosted App on 64bit Windows Server -


I have a Windows application that acts as a WCF service that I can use on a 32 bit Windows Server 2008 box have developed. I have tested the application and everything works fine with my development machine, as well as my 32-bit workstation. However, when trying to run an application on a 64 bit Windows 2008 server, the application does not run, and while generating a Windows Error Report, it is generated by saying that the application has stopped working. I have tried to create an application on my 32-bit development workstation, which does not have any advantage in both X86 and X64. Only once I can get the application to run, then I comment on the code that starts the WCF service. So my question is, do I need to dev and / or create this application on 64 bit workstation to allow applications to run on 64 bit machines?

OK, I thought it was, never ... admin on that server to run the app Required for ...


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -