Click here to Skip to main content
15,887,485 members
Home / Discussions / C#
   

C#

 
AnswerRe: Learning for intermediate learner Pin
harsimranb7-Feb-15 7:44
harsimranb7-Feb-15 7:44 
QuestionVirtual - Ovverride -> Drive me Crazy ... help pliz! Pin
Emanuele Bonin6-Feb-15 1:08
Emanuele Bonin6-Feb-15 1:08 
AnswerRe: Virtual - Ovverride -> Drive me Crazy ... help pliz! Pin
OriginalGriff6-Feb-15 2:34
mveOriginalGriff6-Feb-15 2:34 
GeneralRe: Virtual - Ovverride -> Drive me Crazy ... help pliz! Pin
Emanuele Bonin6-Feb-15 7:46
Emanuele Bonin6-Feb-15 7:46 
GeneralRe: Virtual - Ovverride -> Drive me Crazy ... help pliz! Pin
OriginalGriff6-Feb-15 8:12
mveOriginalGriff6-Feb-15 8:12 
GeneralRe: Virtual - Ovverride -> Drive me Crazy ... help pliz! Pin
Emanuele Bonin6-Feb-15 8:54
Emanuele Bonin6-Feb-15 8:54 
GeneralRe: Virtual - Ovverride -> Drive me Crazy ... help pliz! Pin
OriginalGriff6-Feb-15 9:09
mveOriginalGriff6-Feb-15 9:09 
QuestionHow to solve ? Pin
Member 114321975-Feb-15 23:40
Member 114321975-Feb-15 23:40 
1)No connection could be made because the target machine actively refused it
2)
System.Data.SqlClient.SqlException was unhandled
  Message=Login failed for user 'sa'.
  Source=.Net SqlClient Data Provider
  ErrorCode=-2146232060
  Class=14
  LineNumber=65536
  Number=18456
  Procedure=""
  Server=.
  State=1
  StackTrace:
       at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection)
       at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning()
       at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj)
       at System.Data.SqlClient.SqlInternalConnectionTds.CompleteLogin(Boolean enlistOK)
       at System.Data.SqlClient.SqlInternalConnectionTds.LoginNoFailover(ServerInfo serverInfo, String newPassword, Boolean redirectedUserInstance, SqlConnection owningObject, SqlConnectionString connectionOptions, TimeoutTimer timeout)
       at System.Data.SqlClient.SqlInternalConnectionTds.OpenLoginEnlist(SqlConnection owningObject, TimeoutTimer timeout, 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 TrustedParty.Keydistribute.button1_Click(Object sender, EventArgs e) in E:\E DRIVE\all proj-rar files\SKIT\TrustedParty\Keydistribute.cs:line 111
       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.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
       at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg)
       at System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(IntPtr dwComponentID, Int32 reason, Int32 pvLoopData)
       at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
       at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
       at TrustedParty.Program.Main(String[] args) in E:\E DRIVE\all proj-rar files\SKIT\TrustedParty\Program.cs:line 22
       at System.AppDomain._nExecuteAssembly(RuntimeAssembly assembly, String[] args)
       at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly()
       at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean ignoreSyncCtx)
       at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
       at System.Threading.ThreadHelper.ThreadStart()
  InnerException: 

AnswerRe: How to solve ? Pin
BillWoodruff5-Feb-15 23:44
professionalBillWoodruff5-Feb-15 23:44 
AnswerRe: How to solve ? Pin
V.5-Feb-15 23:54
professionalV.5-Feb-15 23:54 
AnswerRe: How to solve ? Pin
Keith Barrow6-Feb-15 0:55
professionalKeith Barrow6-Feb-15 0:55 
Questionhow to add an edit button on first row in gridview Pin
upendra shahi5-Feb-15 21:27
upendra shahi5-Feb-15 21:27 
AnswerRe: how to add an edit button on first row in gridview Pin
Richard MacCutchan5-Feb-15 22:00
mveRichard MacCutchan5-Feb-15 22:00 
QuestionECC implementation Pin
Member 114315045-Feb-15 19:14
Member 114315045-Feb-15 19:14 
AnswerRe: ECC implementation Pin
DelphiCoder5-Feb-15 20:24
DelphiCoder5-Feb-15 20:24 
Questionmultilanguage support by windows application using C# Pin
Member 114314135-Feb-15 18:58
Member 114314135-Feb-15 18:58 
AnswerRe: multilanguage support by windows application using C# Pin
V.5-Feb-15 20:15
professionalV.5-Feb-15 20:15 
QuestionTable Adapter Pin
Member 114310155-Feb-15 12:49
Member 114310155-Feb-15 12:49 
SuggestionRe: Table Adapter Pin
Richard MacCutchan5-Feb-15 21:59
mveRichard MacCutchan5-Feb-15 21:59 
QuestionReorganise algorithm Pin
sebyku5-Feb-15 11:27
sebyku5-Feb-15 11:27 
AnswerRe: Reorganise algorithm Pin
DelphiCoder5-Feb-15 17:24
DelphiCoder5-Feb-15 17:24 
QuestionImport C function from DLL with passing FILE stream pointer as parameter Pin
Miloš Križan5-Feb-15 9:26
Miloš Križan5-Feb-15 9:26 
AnswerRe: Import C function from DLL with passing FILE stream pointer as parameter Pin
Richard Andrew x645-Feb-15 14:41
professionalRichard Andrew x645-Feb-15 14:41 
QuestionSocket IAsyncResult - Catch SocketError Pin
sheldons5-Feb-15 8:47
sheldons5-Feb-15 8:47 
SuggestionRe: Socket IAsyncResult - Catch SocketError Pin
Richard MacCutchan5-Feb-15 21:56
mveRichard MacCutchan5-Feb-15 21:56 

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.