Search results for query: *

  1. K

    Question Word Automation issue in ASP.Net 2.0 in IIS 6.0 64 bit mode, Windows server 2003

    I've the Word Automation problem in my asp.net 2.0 website.. I've applied all the proposed solutions so far to give rights in DCOMCNFG. I have asp.net 2.0 web application running on -Windows server 2003 64 bit version -IIS 6.0 64-bit -Microsoft Office 2007 I am doing simple mail merge using...
  2. K

    Question Complex error sending HTML email by system.web.mail

    I am getting following error while trying to send HTML email trough my vb.net code(I am using system.web.mail). I have mailenable enterprise edition installed on my server. I have vb.net window application which can successfully send HTML emails for most of the emails. But for some emails only...
  3. K

    Problem using webclient : (illegal characters in Path) error

    I am facing problem while making web request by WebClient. I am making request to google map geocode apge to findout the longitude and latitude of particular address. Here is my code to do that : Dim QueryString As String Dim responseText As String = "" Dim WC As New Net.WebClient Dim SR As...
  4. K

    Virtual storage drive like GDrive( Google virtual drive)

    Hey Friends, I want to develop a virtual storage drive project in .Net. but confused about how to start? I have alerady created a web drive solution which working using WebDav protocol, but it uses Iexplorer to display files and folders. Whereas i want to display the folders and files in...
Back
Top