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...
From my experience, BrianB is right. You cant edit it on the fly. What I did to work around this issue was I created a seperate XML file that stores my connection string and other settings. That way you can read and write to it at will from any point on the website.
I have a crystal report viewer embedded in a .Net windows application. The ShowCloseButton, ShowZoomButton, and ShowPageNavigationButtons properties have been set to true. The close button, however, does not seem to be working properly. I have no problem with the other two buttons. They seem...
I hope im in the right forum.
I have a vb.net application with a crystal report viewer. The close button has been enabled but nothing happens when the button is clicked. Does anybody know why this is happening?
Thanks.
It looks like you administrative permissions to delete the directory. You might need to look into impersonation.
I dont have any sample code for you but heres a good place to start
http://support.microsoft.com/kb/248187
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.