Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
B

blakey404

@blakey404
About
Posts
87
Topics
12
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • begin tran... commit and stored procedures/functions
    B blakey404

    magic. cheers.

    Database question database

  • begin tran... commit and stored procedures/functions
    B blakey404

    Quick question... i'm feeling a bit thick today... Does... Begin Tran stored procedure 1 stored procedure 2 stored procedure 3 rollback ...work? ie are the contents of stored procedures also rolled back?

    Database question database

  • A "Selling an Established Product (source code rights)" question
    B blakey404

    thats nothing to do with the value of the product you are offering

    The Lounge question com

  • A "Selling an Established Product (source code rights)" question
    B blakey404

    how much it cost to build the product does not determine how much the product is worth. its all about demand...

    The Lounge question com

  • not catching my exception
    B blakey404

    not the most fun in the world debugging, as i'm developing a windows service; at System.Net.Mail.MailCommand.CheckResponse(SmtpStatusCode statusCode, String response) at System.Net.Mail.MailCommand.Send(SmtpConnection conn, Byte[] command, String from) at System.Net.Mail.SmtpTransport.SendMail(MailAddress sender, MailAddressCollection recipients, String deliveryNotify, SmtpFailedRecipientException& exception) at System.Net.Mail.SmtpClient.Send(MailMessage message) at TransactionService.ServiceMain.importLogic_DataAccessSQLException(Object sender, ChainStoreTransactionImportExceptionEventArgs e) at BusinessLogic.ChainBranchTransactionLogic.OnDataAccessSQLException(Object sender, ChainStoreTransactionImportExceptionEventArgs e) at BusinessLogic.ChainBranchTransactionLogic.ChainStoreTransactionImport(EPOSTransactionDataSet transactionDataSet) at TransactionService.ServiceMain.ProcessTransactionFiles() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()

    C# help question

  • not catching my exception
    B blakey404

    Out of interest, here is my call stack, I dont think there should be an issue but if you do could you let me know, thanks again! at System.Net.Mail.MailCommand.CheckResponse(SmtpStatusCode statusCode, String response) at System.Net.Mail.MailCommand.Send(SmtpConnection conn, Byte[] command, String from) at System.Net.Mail.SmtpTransport.SendMail(MailAddress sender, MailAddressCollection recipients, String deliveryNotify, SmtpFailedRecipientException& exception) at System.Net.Mail.SmtpClient.Send(MailMessage message) at TransactionService.ServiceMain.importLogic_DataAccessSQLException(Object sender, ChainStoreTransactionImportExceptionEventArgs e) at BusinessLogic.ChainBranchTransactionLogic.OnDataAccessSQLException(Object sender, ChainStoreTransactionImportExceptionEventArgs e) at BusinessLogic.ChainBranchTransactionLogic.ChainStoreTransactionImport(EPOSTransactionDataSet transactionDataSet) at TransactionService.ServiceMain.ProcessTransactionFiles() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()

    C# help question

  • Desktop PC
    B blakey404

    my thoughts every single time i've considered mac

    The Lounge csharp linq xml question

  • SQL Server Management Studio on Vista
    B blakey404

    correct. upgrade to xp. *waits for masses of abuse

    The Lounge csharp help database sql-server dotnet

  • not catching my exception
    B blakey404

    haha thanks :)

    C# help question

  • not catching my exception
    B blakey404

    It is indeed , i intend to use Exception ex once i can actually catch the exception!

    C# help question

  • not catching my exception
    B blakey404

    it definately isnt being caught :(

    C# help question

  • not catching my exception
    B blakey404

    Interesting. This is occuring in an event handler, however i thought the method which triggers the event should be on the same thread. I'll look into it as there is some SQL data access going on which may make and asynchronous call. Thanks!

    C# help question

  • not catching my exception
    B blakey404

    try
    {
    smtpClient.Send(mailMessage);
    }
    catch (Exception ex)
    {
    eventLogImport.WriteEntry("SMTP Email error: could not send email.", EventLogEntryType.Warning);
    }

    Hi, The above code still throws an unhandled SMTPException when smtpClient.Send is called. SMTPException is derived from System.Exception so should it not be caught? Thanks

    C# help question

  • Bad Job
    B blakey404

    that sucks. poor guy.

    The Lounge career

  • Bad Job
    B blakey404

    Have you eliminated this guy or have you opened/freed up a resource (ie him) to be used elsewhere?

    The Lounge career

  • Filtering a typed datatable problem
    B blakey404

    Here's one for anyone to look out for in the future (i feel like an idiot) the Description Column should really have been the "Name" column therefore when i loaded the results into the dataset the name column was blank and the description colum was created thanks for your help! A very tired but enlightened Blakey404

    C# help database sql-server sysadmin

  • Filtering a typed datatable problem
    B blakey404

    I've just had a brainwave... This datatable is populating a combobox, directly via databinding (datasource, datavalue etc) To clear the combo box i am setting it's index to -1... could this or something else related to the combobox be inserting my extra column? i bet it is. crap that's going to be fun to find.

    C# help database sql-server sysadmin

  • Filtering a typed datatable problem
    B blakey404

    This is the strangest thing... That is exacly what my query looks like, its in a stored procedure. When i populate the datatable the three columns are there and correct... its only when i create a dataview or use .Select that the extra colum is inserted into my results!! i'm at home now but i will connect to work later on and give a code example... cheers for the reply

    C# help database sql-server sysadmin

  • HELP HELP URGENTLY!!!!
    B blakey404

    idiots like you also mean my post has been pushed off the front page

    C# security help

  • HELP HELP URGENTLY!!!!
    B blakey404

    idiots like you also mean my post has been puched off the front page

    C# security help
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups