KnownIssues

From P4dotnet

Jump to: navigation, search

Release 1.0

  • No support for 64-bit processes. Applications consuming P4.Net need to run under WOW on 64-bit OS's. p4dn needs to be re-written using C++/CLI (currently it is using Managed Extensions). This is planned for a future release.
  • p4 resolve without a '-a*' flag will raise an MergeNotImplemented exception. Advanced resolve support will be available in a future release.
  • p4 diff without a '-s*' flag will raise an DiffNotImplemented exception. Advanced diff support will be available in a future release.
  • p4 filelog will have odd output for integration file records. Advanced support for p4 filelog will be available in a future release.
  • A P4Connection instance can not be shared accross threads. This is by design. For multi-threaded applications create a new instance on each thread, or pool the connections.
  • The password cannot be left blank. If a password is not given, or is given as an empty string, the server connection will fail, even if the user does not have a password. Specify a fake password to get around this.
Personal tools