|
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 .
|
|
Hi all,
I have created an asp.net web application on my local machine and I am deploying it to sharepoint. For that I am refereing the following
Deploying ASP.NET Web Applications in the Windows SharePoint Services 3.0 _layouts Folder [http://msdn.microsoft...
Started by Sachin on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Go to C:\inetpub\wwwroot\wss\VirtualDirectoriesUnexpected error might be anything, You need to see what is the root cause of the Error,
Open to know the actual ....
/2010/01/07/wss-3-0-an-unexpected-error-has-occurred/ .
|
Ask your Facebook Friends
|
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.
|
|
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....
|
|
Hi,
On a number of machines (with Asp.net 1 and 2) we have seen the below error with a random file name (with Dll extension) produced each time we try to make the web service call.
In the past we have had to reinstall asp.net and that seems to have fixed...
Started by JD on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
If rebooting solved the issue that means your machine basically ran out of temp file storage space, your regular expressions and lot of tools that involve dynamic compilation (aspx etc), creates lot of temp files, and rebooting server or cleaning temp... .
|
|
I have an article that I want to publish on my Joomla! site. Every time I click apply or save. I get error 500 - An error has occurred! DB function reports no errors . I have no idea why this error comes up, al I can think is that it's a server error....
Started by Roland on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Is it in "plain english", does it have html? Could you provide some more information? Joomla has some.
This error could occur when you.
Then perhaps you'll have to look at the maximum post size allowed .
|
|
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 recently switched our product over to VS2010 from VS2008. Our solution consists of several native C++ projects and some managed C++ projects that link to those native projects.
The managed C++ projects are compiled with the /clr flag, of course. However...
Answer Snippets (Read the full thread at microsoft):
2>
#include....
2>(compiler file 'f:\dd\vctools_timed_mutex.hpp(158) : fatal error C1001: An internal error has occurred in the compiler.
error C1001: An internal error has occurred in the compiler.
|