Click here to Skip to main content
15,891,904 members

Comments by Iam Velu (Top 22 by date)

Iam Velu 4-Sep-12 8:36am View    
i have ms office 2007 and my reference was 12.0 only..the thing is i do not have any problem in running local machine..i see this error only in live server.thats the problem..is it must that we have to install msoffice in hosting server also?please help
Iam Velu 4-Sep-12 8:29am View    
It seems that i need to buy aspose slides component to use it..is there any other solution do we have for converting slides to images without using microsoft powerpoint interop dll and that should be open source...
Iam Velu 27-Apr-12 5:00am View    
i am getting a build error so iam not even able to run the project and see what dsiplaymessages() is returning but i know from web services i am returning only arraylist
Iam Velu 27-Apr-12 4:59am View    
i understand that..display messages return only arraylist i know that..i think the problem is this line i am creating object for calling webservices

display1.MathService mymathservice = new display1.MathService();

now with that object only i am calling display messages() method thatsy it shows error.is there any way to come out from this?please help me iam struck here
Iam Velu 27-Apr-12 2:53am View    
thanks for ur reply but i have even tried that way if i assign result like this also

final_result = mymathservice.display_messages(this.txtmessage.Text, "velu") as ArrayList;
or
final_result = (ArrayList) mymathservice.display_messages(this.txtmessage.Text, "velu");

then it shows type casting error

Error 1 Cannot convert type 'object[]' to 'System.Collections.ArrayList' via a reference conversion, boxing conversion, unboxing conversion, wrapping conversion, or null type conversion