Hi,I am developing a website to manipulate excel document.I was using office Interop to manipulate the files.In my hosting server my provider does not allow me install office.So, I am getting the following error:-"Could not load file or assembly 'Microsoft.Vbe.Interop, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c' or one of its dependencies. The system cannot find the file specified."I have office 2010 installed on my development machine.I was told that if I use ".NET Programmability Support", in my development server, I can overcome this problem. I think ".NET Programmability Support" is installed on my machine.How can I develop my website using .NET Programmablility Support and will it solve the above error?Thanks,