|
I am getting an SqlException in the logs of .NET 3.5 app, I am looking for the corresponding number (value of the property SqlException.Number ).
System.Data.SqlClient.SqlException: A transport-level error has occurred when receiving results from the ...
Started by Joannes Vermorel on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
From the MSDN article about SQLException.Number :
This number an associated SQL Error....
You will not find an associated SQL Error number for this one - simply put, the error occurs, it will not have a SQL error to report.
|
|
I have a web application which is currently running on Windows XP operating system with SQL Server 2005 database and IIS 6.0.
Now, we are trying to upgrade it to IIS 7.0 on Windows Server 2008 and SQL server 2008 database.
When I run the application then...
Started by Sachin Gaur on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
This is an error that occurrs when connecting to database due to a lower layer network-related ....
By Michael Aspengren explains the error message "A transport-level error has occurred when sending setting to false .
|
|
In SharePoint I am getting the following when I go to my new web part page:
Error
An unexpected error has occurred.
Web Parts Maintenance Page: If you have permission, you can use this page to temporarily close Web Parts or remove personal settings. For...
Started by Jack on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
It might be that the .dll that has the compiled webpart....
Open Page again then you will get exact error.
If you would like to know what exact error description is, then you need to make” />
Save it and do IISRESET.
Is left uncaught.
|
Ask your Facebook Friends
|
I have an issue that is occurring after my server reboots. I have some features in SharePoint, for doing various things. One thing they do is add items into a couple of different MSMQ queues. Immediately after a server reboot, if I try to log in to SharePoint...
Started by zikoziko on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
I wrapped all of the code that was talking to the MSMQ (adding... .
Http://blogs.msdn.com/joelo/archive/2006/08/13/697044.aspx
O M G
Ok, so I tried something, it was a LONG shot, but I was at my wits end .
Consider running warm up scripts upon server reboot.
|
|
There's Active directory on windows 2000 advance server, I have a web server on Windows 2008 server Enterprise Edition, the following code works fine in Winsows 2003 server but when I installed Win 2008 server, it gives me the following error, the webserver...
Started by Sara on
, 5 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
The error you're getting indicates that you're able to access Active Directory (not a firewall of them gives me another error that " server is not operational"
Ok, let's try a different approach to the domain (connection error or....
|
|
Recently, I received an error message on my EPSON RX 590 printer which reads:
Error
A printer error has occurred. See your documentation.
I cannot remove this message. I cannot "reset" the printer in any way. What does this message mean? Is there anything...
Started by lemoni on
, 12 posts
by 4 people.
Answer Snippets (Read the full thread at hexus):
If the error remains with an error:
X Priviliged instruction you can see the top of the ink pads
what you cant see on, nothing you can do yourself without parts ....
Foreign objects, remove any paper or other items that should not be there .
|
|
I have some JPEG files that I can't seem to load into my C# application. They load fine into other applications, like the GIMP. This is the line of code I'm using to load the image:
System.Drawing.Image img = System.Drawing.Image.FromFile(@"C:\Image.jpg...
Started by Jon Tackabury on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
The error may mean the data is corrupt or there is some.
EspeciallyThis thread from MSDN Forums may be useful.
The error can be a permission problem.
Underlying stream that has been close too early.
|
|
I am unable to set any of my preferences under Call Manager. Everytime I select my Phone Number I get "Network Service Error has Occurred" and all options are grey'd out.
Started by cfm765 on
, 39 posts
by 22 people.
Answer Snippets (Read the full thread at comcast):
Method: GetVoiceFeaturesRequest msg: system failure same error now for over 2 weeks, and I've submitted the Error Report several times but nothing has is the error....
A network service error has occurred.
|
|
Is there any to make sure that DNS errors has been occurred after getting WebException in the following code?
WebRequest request = WebRequest.Create(uri); .... WebResponse response = request.EndGetResponse(asyncResult);
String comparison might be one ...
Started by malay on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
One of....
An HTTP status code in the range 4xx (400-499) would be indicative of DNS issues or errors in locating the resource.
Instead of relying (ever!) on the response message received, I would rely on the StatusCode of the WebResponse received .
|
|
I'm uploading photos to Facebook from my iPhone application. I've got it working, except that sometimes, it returns "Unknown Error Occurred". I'm not sure what the problem is. This happens about 75% of the time.
Has anyone else encountered this?
Started by Jonathan Sterling on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Here's what I did:
- (void)request:(FBRequest*)request didFailWithError:(NSError*)error { if ([error code] == 1 && [[request method] isEqualToString:@"photos.upload"]) { FBRequest *tryAgain.
The problem.
|