Search

You searched for the word(s): userid:761857

Matching Posts

  • DsoFramer cannot be hosted on web server??

    I recently came to know that there is a good tool from Microsoft about the DsoFramer which can be use to host Office applications. I try my hand on this tool and try to implement on ASP.Net web application in VS-2005 with C#. There are some problems I faced during this implementation: DsoFramer ActiveX control cannot be added in the Toolbox in ASP.Net web Application Project. DsoFramer ActiveX control cannot be hosted on a Webserver (Deployment) machine. Regarding point 2, i have tried in my local
  • Run PPT Slideshow within ASP.Net page

    Hi Friends, Is there any solution/Option/Tools which will allow you to run MS-PowerPoint SlideShow within/inside ASP.Net web page? I do not want to use Flash/Silverlight or even convert slides to image file is not considerable. Directly make the webpage as a container of ppt slideshow window. Is this possible? Thanks.
  • Integrating MS-PowerPoint in ASP.Net web application

    Hi All, I am planning to develop a ASP.net Web application on VS-2005 or 2008 and .Net Framework 2.0 or 3.5 with C#. In my project I wanted to implement MS-PowerPoint Slide Show in one of the .aspx page. The feature should be similar to media player where we have Play, Pause, Next and Previous button. The page will be split into two main panels, left side pane will show all the slides and right side pane will display the content when user clicks on a slide. It will also have a auto play option. The
  • Get process info and kill if it is running

    Dear All, I wanted to get the process ID and name of an application launched from ASP.Net Web application. For example I create an excel application during runtime as follow: Excel.ApplicationClass excelApplication = new Excel.ApplicationClass(); Now is there any way of getting the process information of this new excel application which is just created and kill after using it. The reason being that even after writing the code below the process is still in the Task Manager window. I do not wanted
    Posted to Getting Started (Forum) by Suan Ngaihte on 4/6/2009
  • Re: Exception from HRESULT: 0x800A03EC Error

    Thanks Mr^B you are right. i change the code to object row = xfirst + 1; and it starts working. Thanks
    Posted to Getting Started (Forum) by Suan Ngaihte on 4/6/2009
  • Re: Exception from HRESULT: 0x800A03EC Error

    [quote user="Mr^B"] What is xfirst set to? [/quote] xfirst is a variable of FOR loop, initial value is zero (0). Thanks
    Posted to Getting Started (Forum) by Suan Ngaihte on 4/6/2009
  • Exception from HRESULT: 0x800A03EC Error

    I am using VS-2008 and wanted to export data to Excel Workbook, but i got the error "Exception from HRESULT: 0x800A03EC" My code for creating Excel app, workbook and sheet, and assigning value to cell is as follow: excelApplication = new Excel.ApplicationClass(); excelWorkbook = excelApplication.Workbooks.Add(objMissing); excelWorksheet = (Excel.Worksheet)excelWorkbook.ActiveSheet; ........................... ............................. .............................. ................
    Posted to Getting Started (Forum) by Suan Ngaihte on 4/6/2009
  • Re: Unable to send mail to user in other domain

    [quote user="LiveTecs"] This is one very common issue in sending email and only happen if you are not providing SMTP username and password. Most of the SMTP Server are by default configured as "POP based security" causing this issue when a SMTP server whcih is running fine in Outlook but failing when sending emails from application. Remember default security mode of most of the SMTP server allow users to send without any authentication. That's why mail are being sent with
    Posted to Getting Started (Forum) by Suan Ngaihte on 4/2/2009
  • Unable to send email to other domain users

    We have a web application hosted in Windows Server 2003 and use a different server for email purpose. When we send email within our domain, say Domain-A, we can send the mail properly. But when we try sending mail to external domain, say Domain-B, we are not able to send the mail. Not sure what could be the reason. Any help will be highly appreciated. Thanks
  • Unable to send mail to user in other domain

    We have a web application hosted in Windows Server 2003 and use a different server for email purpose. When we send email within our domain, say Domain-A, we can send the mail properly. But when we try sending mail to external domain, say Domain-B, we are not able to send the mail. Not sure what could be the reason. Any help will be highly appreciated. Thanks
    Posted to Getting Started (Forum) by Suan Ngaihte on 4/2/2009
Page 1 of 7 (61 items) 1 2 3 4 5 Next > ... Last ยป