Search

You searched for the word(s): userid:612409

Matching Posts

  • Re: Choose Items crashing Visual Studio 2008

    [quote user="Pecha"] It works well for me all time, but today I have experienced the same problem. I've executed the following commands in the VS 2008 Command Prompt and this helped me: devenv /setup devenv /resetuserdata devenv /resetsettings CSharp [/quote] Thank you for listing your tips. I will give these a shot. Hopefully this will do the trick.
    Posted to Visual Studio 2008 (Forum) by HooHa on 4/9/2008
  • Re: Choose Items crashing Visual Studio 2008

    [quote user="jeremyw"] I have exactly the same problem it would seem... did you have any luck finding a solution to this? [/quote] Unfortunately no. I had this problem happen once last year in VS 2005 and was able to remedy it by cleaning up temp files and defaulting the environment but that didn't do anything with my situation now. I'll post back if I find a solution.
    Posted to Visual Studio 2008 (Forum) by HooHa on 3/12/2008
  • Choose Items crashing Visual Studio 2008

    Recently I have developed a problem with Visual Studio 2008 (possibly after the latest patch release but not sure). When I try to add items to the toolbox using the Choose Items option VS crashes. I have tried the following Exported settings and reset settings to default. Deleted the .tbd files in my profile. Started Visual Studio in safemode using devenv /safemode None of these have resulted in any change. The crash occurs when using the right-click->'Choose Items' in the toolbox as well
    Posted to Visual Studio 2008 (Forum) by HooHa on 2/19/2008
  • Binding multiple selection ListBox within DetailsView control

    Hi everyone, I am trying to include a ListBox that allows for multiple selections within a DetailsView control. I have it working with single items by binding the SelectedValue but that is only the lowest selected Item in the collection. Is there a property that I am missing that I can bind that will provide every selected item? I attempted using the Items property but that crashed the insert. If it's necessary to roll my own solution could someone point me in the right direction, particularly with
    Posted to Data Presentation Controls (Forum) by HooHa on 1/19/2006
  • Form submission resulting in old data being inserted into DB

    Hello everyone, I have a strange problem with a simple application. It's a form for new customers to enter their contact information and trademark info. When submitted the data is encrypted and stored in the DB and emails are sent to the attorney and the customer. There is also a page for viewing the data and deleting the contact from the DB when finished with it. The problem is that every once in a while a new customer will post their info to the form but old contact info is inserted to the DB instead
  • Re: Sanitizing encrypted strings for storage in SQL database

    Thanks for the response. I've done limited testing but haven't seen the encrypted text contain any of the problematic characters as of yet with any input. I don't know if I explained myself properly in the first post though. I'm not concerned about the storage so much as I am the fact that the encrypted string is being used into an INSERT statement in my code and say if part of the encrypted text is a ' or happens to come out as -- then that would break the statement. I'm relatively new to sanitizing
    Posted to Security (Forum) by HooHa on 6/4/2005
  • Sanitizing encrypted strings for storage in SQL database

    I am currently working on a project where the client has customers submit sensitive information via a form on their website. This data is going to be encrypted and stored in the database. Currently the database is Jet but will likely end up using MySQL. However, the problem I see is that since the encrypted data is in string format, often there are characters that SQL will deem illegal. I need to sanitize the encrypted data in a way that can maintain the integrity of the string. How should this be
    Posted to Security (Forum) by HooHa on 6/3/2005
Page 1 of 1 (7 items)