I have a .NET 2.0 application that will not work on a 64-bit OS (the client tried both Server 2003 and Windows 7). Error message:
The application failed to initialize correctly (0xc0000135).
Including this message returns little useful information ( one link I just said that if you receive this message because they do not support 64-bit).
I would like to enable 64-bit support in my application. I do not have a 64-bit system for testing, and I do not want to make this investment without having an idea of what is required for this work.
Does anyone know what this error code means? Are there any common errors in 64-bit support that I should pay attention to?
The only thing I have is the .NET TAPI shell (now an outdated product called TransPort), it may not work on a 64-bit system. (The provider is long gone, and I do not have the source code).
Jon b source
share