I have a problem with a C# ASP .NET project in Visual Studio 2008 This problem started when I reinstalled my computer with Windows 7 Ultimate (x64). To this I\'m also using
This worked for me:
Here is my fix for this problem:
I'm using Win 7 64bit and Office 2007
Run program "dcomcnfg -32". ( You cant find the word and excel components if it runs under 64bit)
Go to "Console Root/Component Services/Computer/My Computer/DCOM Config/" Look up Microsoft Word and Excel and choose properties.
Go to Security and select "Customize" under "Configuration Permissions. (If needed you might want to change the other permissions as well, but I didn't need to) Add "IIS_IUSRS" and give it "Full Control".
Now go to "Identity" and select "The interactive user".
Do not forget to press "OK" when done. :D
I Hope this helps you with your problem and also the rest who gets here and read this.
I test all above methods that also marked as answer but in windows server when user is not active or logoff, get access exception. so:
office will run with settings from user that you create in first step, so if you change any setting with this user. 120% Working with no problem. tried over 3 different server.
Go to registry HKCR>TypeLib>{00020905-0000-0000-C000-000000000046}>8.7>0
, then delete the folder "win32" this is for Word COM Class error.
Go to registry HKCR>TypeLib>{00020813-0000-0000-C000-000000000046}>1.9>0
, then delete the folder "win32" this is for Excel COM Class error.
Try that method that method fixed my problem.