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?

link|improve this question

Are you able to update the question with any more detail as we don't have much to go on here. Can you give a full stack trace? Have you checked the SharePoint ULS and Windows Event logs? – Alex Angas Oct 1 '09 at 15:01
feedback

3 Answers

Has your feature file been deployed to the production server's file system?

link|improve this answer
Used a WSP Package to ship the feature. – JL. Oct 1 '09 at 13:26
Are there platform differences between test and production? Maybe one is 32 bit and the other is 64 bit? – DrivenDevelopment Oct 1 '09 at 13:36
1  
@drivendevelopment: This 32/64-bit shouldn't matter. – Alex Angas Oct 1 '09 at 14:58
feedback

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.

link|improve this answer
feedback

The solution that worked. Delete and recreate the site.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.