Click here to Skip to main content
16,006,440 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Could not load file or assembly 'Microsoft.Office.Interop.Excel, Version=11.0.0.0 Pin
Shujaat Ullah Khan15-Nov-07 18:02
Shujaat Ullah Khan15-Nov-07 18:02 
GeneralRe: Could not load file or assembly 'Microsoft.Office.Interop.Excel, Version=11.0.0.0 Pin
HatakeKaKaShi15-Nov-07 18:50
HatakeKaKaShi15-Nov-07 18:50 
GeneralRe: Could not load file or assembly 'Microsoft.Office.Interop.Excel, Version=11.0.0.0 Pin
Shujaat Ullah Khan15-Nov-07 18:58
Shujaat Ullah Khan15-Nov-07 18:58 
AnswerRe: Could not load file or assembly 'Microsoft.Office.Interop.Excel, Version=11.0.0.0 [modified] Pin
Mitch F.15-Nov-07 18:43
Mitch F.15-Nov-07 18:43 
GeneralRe: Could not load file or assembly 'Microsoft.Office.Interop.Excel, Version=11.0.0.0 Pin
HatakeKaKaShi15-Nov-07 19:49
HatakeKaKaShi15-Nov-07 19:49 
GeneralRe: Could not load file or assembly 'Microsoft.Office.Interop.Excel, Version=11.0.0.0 Pin
Mitch F.15-Nov-07 19:55
Mitch F.15-Nov-07 19:55 
GeneralRe: Could not load file or assembly 'Microsoft.Office.Interop.Excel, Version=11.0.0.0 Pin
HatakeKaKaShi15-Nov-07 20:01
HatakeKaKaShi15-Nov-07 20:01 
GeneralRe: Could not load file or assembly 'Microsoft.Office.Interop.Excel, Version=11.0.0.0 Pin
Mitch F.15-Nov-07 20:05
Mitch F.15-Nov-07 20:05 
Hi,

Is the COM component that you added a reference to in your VS .Net project on the remote server as well?

If it isn't you will also have to install that COM component on the server.

If it is on the server, open up Command Prompt on the server, and change the directory to the location of that COM DLL.

Then, in the command prompt type in "regsvr32 COMDLLNAME.dll" and press enter.

You should get a messagebox saying that the DLL was registered correctly. Press OK, and try your ASP project again.

Eg, When I did this on my server, I had used the OWC11.dll as the reference to the charting controls. So, once I had located the DLL on the remote server, I had to manually register the COM dll using "regsvr32 OWC11.dll" in command prompt.

I hope this helps,
Mitch
GeneralRe: Could not load file or assembly 'Microsoft.Office.Interop.Excel, Version=11.0.0.0 Pin
HatakeKaKaShi15-Nov-07 20:48
HatakeKaKaShi15-Nov-07 20:48 
Questionweb application interaction with windows application Pin
justintimberlake15-Nov-07 17:03
justintimberlake15-Nov-07 17:03 
AnswerRe: web application interaction with windows application Pin
Sun Rays15-Nov-07 18:36
Sun Rays15-Nov-07 18:36 
GeneralRe: web application interaction with windows application Pin
justintimberlake15-Nov-07 19:42
justintimberlake15-Nov-07 19:42 
Questionwhat is the alternative for nowrap in .net 2005 Pin
yesu prakash15-Nov-07 16:54
yesu prakash15-Nov-07 16:54 
AnswerRe: what is the alternative for nowrap in .net 2005 Pin
Michael Sync15-Nov-07 17:51
Michael Sync15-Nov-07 17:51 
GeneralRe: what is the alternative for nowrap in .net 2005 Pin
yesu prakash15-Nov-07 18:30
yesu prakash15-Nov-07 18:30 
GeneralRe: what is the alternative for nowrap in .net 2005 Pin
Christian Graus15-Nov-07 18:32
protectorChristian Graus15-Nov-07 18:32 
AnswerRe: what is the alternative for nowrap in .net 2005 Pin
Herman<T>.Instance16-Nov-07 1:07
Herman<T>.Instance16-Nov-07 1:07 
QuestionASP.NET Framework for developing applications. Pin
RK KL15-Nov-07 13:52
RK KL15-Nov-07 13:52 
AnswerRe: ASP.NET Framework for developing applications. Pin
Not Active15-Nov-07 14:47
mentorNot Active15-Nov-07 14:47 
GeneralRe: ASP.NET Framework for developing applications. Pin
RK KL15-Nov-07 18:00
RK KL15-Nov-07 18:00 
AnswerRe: ASP.NET Framework for developing applications. Pin
Shujaat Ullah Khan15-Nov-07 17:54
Shujaat Ullah Khan15-Nov-07 17:54 
GeneralRe: ASP.NET Framework for developing applications. Pin
RK KL15-Nov-07 18:12
RK KL15-Nov-07 18:12 
GeneralRe: ASP.NET Framework for developing applications. Pin
Shujaat Ullah Khan15-Nov-07 18:36
Shujaat Ullah Khan15-Nov-07 18:36 
QuestionNot able to run .aspx files on my web domain Pin
xkrja15-Nov-07 9:28
xkrja15-Nov-07 9:28 
AnswerRe: Not able to run .aspx files on my web domain Pin
Guffa15-Nov-07 10:07
Guffa15-Nov-07 10:07 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.