Having an odd behavior with Namespace folders in .NET 4.
- We have a service account running on a server. Service account has access to the folder.
- Intermittently, we'll get messages from applications that say a folder doesn't exist.
- If we use the real path rather than the namespace path, we don't get this behavior
- Happens both with PS1 Scripts and .NET Applications