Click here to Skip to main content
16,004,778 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to download Workspaces project? Pin
agent_kruger30-May-14 17:44
professionalagent_kruger30-May-14 17:44 
GeneralRe: How to download Workspaces project? Pin
Richard MacCutchan30-May-14 22:02
mveRichard MacCutchan30-May-14 22:02 
GeneralRe: How to download Workspaces project? Pin
agent_kruger31-May-14 2:55
professionalagent_kruger31-May-14 2:55 
QuestionHow to run C# application without installing .Net framework Pin
agent_kruger30-May-14 4:03
professionalagent_kruger30-May-14 4:03 
AnswerRe: Tablet for software development Pin
Zachery Hysong30-May-14 4:40
Zachery Hysong30-May-14 4:40 
GeneralRe: Tablet for software development Pin
agent_kruger31-May-14 3:11
professionalagent_kruger31-May-14 3:11 
AnswerRe: Tablet for software development Pin
Pete O'Hanlon30-May-14 5:16
mvePete O'Hanlon30-May-14 5:16 
Questionremote sql Pin
Member 1055450530-May-14 2:06
Member 1055450530-May-14 2:06 
System.Data.SqlClient.SqlException: A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: TCP Provider, error: 0 - No connection could be made because the target machine actively refused it.)
at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection)
at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj)
at System.Data.SqlClient.TdsParser.Connect(ServerInfo serverInfo, SqlInternalConnectionTds connHandler, Boolean ignoreSniOpenTimeout, Int64 timerExpire, Boolean encrypt, Boolean trustServerCert, Boolean integratedSecurity, SqlConnection owningObject)
at System.Data.SqlClient.SqlInternalConnectionTds.AttemptOneLogin(ServerInfo serverInfo, String newPassword, Boolean ignoreSniOpenTimeout, Int64 timerExpire, SqlConnection owningObject)
at System.Data.SqlClient.SqlInternalConnectionTds.LoginNoFailover(String host, String newPassword, Boolean redirectedUserInstance, SqlConnection owningObject, SqlConnectionString connectionOptions, Int64 timerStart)
at System.Data.SqlClient.SqlInternalConnectionTds.OpenLoginEnlist(SqlConnection owningObject, SqlConnectionString connectionOptions, String newPassword, Boolean redirectedUserInstance)
at System.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, Object providerInfo, String newPassword, SqlConnection owningObject, Boolean redirectedUserInstance)
at System.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection)
at System.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnection owningConnection, DbConnectionPool pool, DbConnectionOptions options)
at System.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject)
at System.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject)
at System.Data.ProviderBase.DbConnectionPool.GetConnection(DbConnection owningObject)
at System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection)
at System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory)
at System.Data.SqlClient.SqlConnection.Open()
at DALG6.saveg6.InsertCompany(saveg activeAnbiyam1) in D:\WindowsFormsApplication1\DALG6\saveg6.cs:line 58
at WindowsFormsApplication1.Form1.SAVEG() in D:\WindowsFormsApplication1\WindowsFormsApplication1\Form1.cs:line 33
at WindowsFormsApplication1.Form1.button1_Click(Object sender, EventArgs e) in D:\WindowsFormsApplication1\WindowsFormsApplication1\Form1.cs:line 23
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.Button.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
WindowsFormsApplication1
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: file:///C:/Program%20Files/Default%20Company%20Name/Setup1/WindowsFormsApplication1.exe
----------------------------------------
System.Windows.Forms
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
AnswerRe: remote sql Pin
Rob Philpott30-May-14 2:13
Rob Philpott30-May-14 2:13 
AnswerRe: remote sql Pin
DaveyM6930-May-14 3:14
professionalDaveyM6930-May-14 3:14 
SuggestionRe: remote sql Pin
AlphaDeltaTheta30-May-14 21:35
AlphaDeltaTheta30-May-14 21:35 
QuestionRajesh Pin
Member 1055450529-May-14 22:28
Member 1055450529-May-14 22:28 
AnswerRe: Rajesh Pin
Peter Leow29-May-14 22:34
professionalPeter Leow29-May-14 22:34 
AnswerRe: Rajesh Pin
Rob Philpott29-May-14 22:49
Rob Philpott29-May-14 22:49 
AnswerRe: Rajesh Pin
Subin Mavunkal29-May-14 23:51
Subin Mavunkal29-May-14 23:51 
Questionclassification using fuzzy logic C# Pin
praxprog29-May-14 18:23
praxprog29-May-14 18:23 
AnswerRe: classification using fuzzy logic C# Pin
Richard MacCutchan29-May-14 22:13
mveRichard MacCutchan29-May-14 22:13 
GeneralRe: classification using fuzzy logic C# Pin
praxprog30-May-14 2:16
praxprog30-May-14 2:16 
GeneralRe: classification using fuzzy logic C# Pin
Richard MacCutchan30-May-14 21:57
mveRichard MacCutchan30-May-14 21:57 
QuestionC# project Dependency on .net frame work Pin
prateek chauhan29-May-14 18:12
prateek chauhan29-May-14 18:12 
AnswerRe: C# project Dependency on .net frame work Pin
Eddy Vluggen29-May-14 20:47
professionalEddy Vluggen29-May-14 20:47 
AnswerRe: C# project Dependency on .net frame work Pin
Mycroft Holmes29-May-14 20:47
professionalMycroft Holmes29-May-14 20:47 
AnswerRe: C# project Dependency on .net frame work Pin
Rob Philpott29-May-14 22:54
Rob Philpott29-May-14 22:54 
AnswerRe: C# project Dependency on .net frame work Pin
BobJanova30-May-14 0:11
BobJanova30-May-14 0:11 
AnswerRe: C# project Dependency on .net frame work Pin
Dave Kreskowiak30-May-14 4:18
mveDave Kreskowiak30-May-14 4:18 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.