Im not sure about the first question.
The pc is not on a different subnet, outlook is configured to use the relay and it does work, the anitvirus is also configured to use the relay and the email address is spelled correct.
basically, the user can email anybody from outlook without problems...
I dont know if im in the right forum because i believe this is a configuration issue.
I have a VB.NET application that sends emails out to a given email address. the application works fine on all company computers except for one which throws the following error:
The server rejected one or...
Wrong Forum, but if your getting your data from a stored procedure (which im assuming you are) you can format the date from there. Something like 'CONVERT(VarChar(8), TIMESTAMP, 1)' should work.
"Bugs are good for building character in the user
I need to set up a crystal report for duplex printing. The printer supports duplex printing and the crystal report was previously set up to print in duplex. Even if the printer settings for that particular computer was not defaulted to print in duplex mode, the report would still print in...
I would look into establishing a WMI connection and reading the registry from there. You would still have to pass the admin credentials even though your account has admin rights.
"Bugs are good for building character in the user
I might be wrong but didnt you forget to call start() in sub main?
Public Shared Sub main()
Qtimer.Interval = 15000
Qtimer.Enabled = True
Qtimer.Start()
End Sub
I have a crystal report that has two fields loaded from a
database onto the report like so:
[ {field1} {field2} ]
I need to write a formula that will move or expand field2 in the place of field1 if field1 is null.
For example if field1 is null the report would look like this:
[ {field2}...
I created a windows service on VS 2005. I successfully installed it on a different server but whenever an error is thrown the stack trace returns the location of the computer that the service was built on.
Heres what the stack trace looks like:
at System.IO.__Error.WinIOError(Int32...
I keep getting the following error in my applictaion:
"Object synchronization method was called from an unsynchronized block of code."
Heres the part of code the error is occurring at:
Public SuccessFax As New SuccessFaxCheck
If Monitor.TryEnter(SuccessFax, 1000) = True Then...
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.