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...
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 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...
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.
I have an .net application that will not run on a target machine. I keep getting an error saying "Application has generated an exception that could not be handled"
The confusing part is that there is an earlier version of the application that was written by a different programmer that works on...
This may be a lost cause but is there anyway to apply the changes made to an app.config file in a windows service without having to restart the service?
I have a windows service that should not ever be stopped, however, one of the requirements is to be able to modify the settings.
I tried...
I created and installed a windows service on my machine using VS 2005. Well, I accidently set the OnStop property to false and now i cant stop the service. I tried uninstalling it and I recieved a "uninstall sucessful" message but the service is still there. the only thing that happened was...
Does anybody have any examples of how to keep my timer from being garbage colleted?? (System.threading namespce)
'global variable
Dim checkInboxTimer As System.Threading.Timer
'In Class
Dim timerDelegate As Threading.TimerCallback = AddressOf Me.SendFaxResponse
checkInboxTimer = New...
Hello everybody, I need help replacing a do..loop..until loop. I use the loop to login and out of an email inbox to check for a fax server response. I know I can easily replace it with a timer but the problem is that the loop resides in a thread. Im a little uneasy about putting a timer in a...
Currently im using a pop3 component called qqmail. http://www.umailcampaign.com/mailcom.aspx
It works fine but when I try to delete a message, it only deletes the most recent message or the one at the top of the inbox.
Does anyone know of another pop3 component that I can use or have any...
Does anybody know how I would hit a fax server and check which lines are available and which are currently in use??
Any help would be greatly appreciated.
Thankx
Hello everyone,
Im trying to view ports on a fax server to determine if they are in free or being used. I tried using FaxCom.dll and faxcomex.dll with no luck.
Here is my code usind faxcom.dll:
Dim faxSvr As New FAXCOMLib.FaxServer
Dim fs As FAXCOMLib.FaxStatus...
Hello everyone,
I need to create a windows service that will monitor the emails on an exchange server. I really dont know where to begin.
The service needs to check the server every 60 seconds and parse the text in each email to determine priority. I know how timers work...I've just never...
ok, I have a stored procedure that gets the dates of each time a document was last signed. It looks something like this:
SELECT ISNULL(CONVERT(varchar (8),TreatAuth, 10),'') as TreatAuth,
ISNULL(CONVERT(varchar (8),HipaaAck, 10),'') as HipaaAck,
ISNULL(CONVERT(varchar (8),FinRespWRI...
I have a webservice set up that is suppose to access sql server and return a dataset, however, i keep getting the error message below:
"Login failed for user ''. The user is not associated with a trusted SQL Server connection. [CLIENT: <local machine>]"
The same code works fine in a windows...
Hello everyone,
I've been trying to return a dataset from a webservice to a client app on pocket pc emulator. The webservice works fine when i run it on the local host but when i try accessing it on Internet Explorer i get the following error when i hit the invoke button...
I was wondering if anybody could help me. My boss wants me to get rid of my If Else statements and use a CASE WHEN statement to use a single Insert Statement to insert data into a table.
This is the first time I've attempted to use a CASE expression within a INSERT statement.
Here is my code...
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.