Search:
Advanced search
|
Helix ALM SDK DateTime Object Does Not Work with .NET 2.0Article ID: 462 | Last updated: 02 Jun, 2017
The DateTime object that is created in the Helix ALM SDK SOAP stub file is written as System.Nullable<system.datetime> by Visual Studio 2005. However, .NET does not allow the System.DateTime object to be nullable. To fix this problem, run the find and replace function in Visual Studio on the stub file. Find System.Nullable<system.datetime> and replace it with System.DateTime.
|
Powered by KBPublisher (Knowledge base software)