I am trying to activate a feature on our production MOSS server, all I get is a file not found exception.
Feature works great in test environment. What can it be?
I am trying to activate a feature on our production MOSS server, all I get is a file not found exception.
Feature works great in test environment. What can it be?
On
You can use a tool such as Process Monitor to discover exactly which file is not found. This will give you some clues.
I've experienced this problem when deploying a solution to a server with an over-eager virus scanner. This blocked use of the temp directory which was needed for extracting files from the WSP file.
Has your feature file been deployed to the production server's file system?