I am using Webservices to generate and save the Xml. basically made an object of XmlDocument which exposes funtion save. Function has passing parameter as path . So i can give local path as "C:\..." . It even works for localhost as "http:\\localhost\..." but when i change that to "http:\\iP of the comp on network " it thows an error. I also tried mapping of network drive and then give pathe as any local drive but in vain :( Meeta
M
meeta_tandel
@meeta_tandel
Posts
-
Saving file(XML) on network drive -
Saving file(XML) on network driveHi, I am using webservices to create xml files . I can easily save these on local drive. But while saving it on the Network drive , it gives error. Is there any solution for this? Thanks in advance!
-
Vb to Vb.net ConversionHi All, I wish to convert Code from VB to VB.net... In simple code conversion there are not much issues but i am lost when it comes to OCX I have OCX developed in VB , 1. Can i use the ocx as it is in VB.Net 2. If no, what are the steps whith which i can use it effectively in my vb.net code i tried converting the OCX code in vb.net then i faced issues like property bag , type as Any (although i changed it to Object) ... and do not know how to resolve it. Thanxs in advance. Meeta