what is the best way to deploy the new service -- by using the installutil to load it on another computer or by doing an MSI package... any samples of do this for a Windows Service...
I created a Windows Service in VB.Net and I tried using the InstallUtil and I keep getting this error message -- please help
Exception occurred while initializing the installation:
system.io.filenotfoundexception: file or assemble name emailpooler.exe, or one of its dependencies, was not found..
I created an .Net XML Webservice using VB.net -- I have an ASP form that uses the post method -- the web service does it thing -- but it displays the results in xml -- i would like to take it to the next step how do I transform the results...
i have read examples of if the XML is in a...
Hello All...
We are using Outlook 2002... I have code that de-attaches an attachment (see below) -- I now need to find out the email address (need the email address and not the name) the message was sent to in the same code of through another function call... Can anyone help?
Public Function...
Hello All...
can anyone point me in the direction of sample code that will show me how to estiblish a vpn connection via visual basic 6 (or .net)...
-John
when I insert this line -
oMessage.Move objProcessedFolder - the loop only goes through once even tho the collection holds more and if I remove the line the entire collection is gone thru...
Public Function SaveAttachments(Optional PathName As String) As Boolean
Dim oOutlook As...
i have code that deattaches "attachments" from a message and stores them in a certain directory... it works fine until i issue instructions to either move or delete a message... what it does, it only loops through once even though the collection as more messages... any way around this
here's some sample code -- i have the first part working in which I can strip out the attachment and save it to another location... what I am trying to do next, is once the attachment has been stripped -- move the message to another folder... -- the moving to another folder is not working, any...
Good Afternoon, All...
I have been able to create and deploy several .NET XML Web Services using VB.Net -- Now, I would like to transform the resulted XML into a nice looking ASPX page... Can anyone recommend any good books on the subject...
Thank you
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.