Software Development Network Logo
  • Architecture
  • Visual C#
  • VS Express Editions
  • VS Team System
  • Smart Device
  • Windows Forms
  • Windows Vista
  • Visual FoxPro
  • Visual J#
  • Windows Live
  • Game Technologies
  • SQL Server
  • Visual C++
  • Microsoft ISV
  • Visual Basic

Software Development Network >> Joey Beninghove's Q&A profile

Joey Beninghove

Member List

clear_zero
Dietz
Roger_Mahler
Teeravee Sirinapasawasdee
Nick The Newbie
amberusa
Cameron T
SamDav
Laurel Hale
Brian Vallelunga
Junz
KevinUT
cht
pinedaf
Jeff Hosley
Elizabeth Bradley
Jowins
R. D. Brown
Anando_Paul_edc3ee
Alex Plepler
Only Title

Joey Beninghove's Q&A profile

  • SQL Server Unexpected Exceptions in SQL/COM+ Since Converting to VS 2005

    We are running a COM+ DLL that handles transactions and security with a SQL Server back-end.  This project was started in VS 2003, but we just converted it to VS 2005.  Since the conversion, creating a number of transactions in a row generates errors at consistent, but moving, locations in the code (i.e. the location where the failure occurs changes when I do things such as add additional try/catch statements, so it is not random ...Show All

  • Visual C# But customErrors-mode IS "Off"!!!

    This is not the first times this happened... I am developing and debugging a website. I can run the site from Visual Web Developer without problems, there are no errors. However, whenever I want to see the result from a "remote computer" (or simply through another browser using the URL), I get a "censored" error message. On this page I am requested to set the CustomErrors-mode to "Off" in the web.config file if I want the error message to be vi ...Show All

  • Visual J# Why is these text comparisons not working

    In my little program I have a richtextbox and a button. When clicking the button this code is run and when I debug I see that my in the richtextbox entered text is indeed in the txt variable. But when I for example enters 'hej' the first if statement is skipped, why txt = hej so txt=="hej" ought to be true! But isn't. private void Button_Click( Object sender, System . EventArgs e) { String txt = new String (); tx ...Show All

  • Smart Device Development how to subclass??

    I need to intercept some messages sent to my VB form and I learned that subclassing was the solution to this. I also heard that it is much easier to subclass in VB.NET because you can simply override WndProc. does this work in Smart Device VB because there appears to be no "Message" type... how can I subclass my form should I use the old VB6 way or can I do it the "pure .NET way" as shown in this tutorial Thank you, please help. ...Show All

  • Visual FoxPro RSA Public/Private Key Encryption in VFP 9.0

    Hi, I need to be able to decrypt data pulled from a MySQL table encrypted with RSA public/private key encryption within a FoxPro application.  I am currently using the FoxPro Foundation Class known as _cryptapi as a wrapper to the CryptoAPI interface.  The problem I'm having is that I can't seem to figure out how to decrypt a RSA encrypted string of data.  I know that the _cryptapi class provided by Microsoft uses the Microsoft B ...Show All

  • Visual Basic Value list for a combo box

    I want to make a simple value list hard-coded as the selection for a combo box in VB.NET 2.0. Where do I enter the values I think your problem was probably that you were binding to the access database. Without the databindings in place its as simple as setting the items property for the control at design time. You had the databindings set which means that at runtime this will overwrite the items colle ...Show All

  • Visual Studio Team System Coexistence of VSS and TFS

    Hi, Could you please confirm if co-existence of both TFS and VSS is possible and there is no impact on each other. By this what I mean is that both VSS and TFS are installed on the same box and some projects are using VSS and some are using TFS SCM. I am worried because I saw a link http://www.eggheadcafe.com/ng/microsoft.public.vsnet.vss/Jul2005/post23030072.asp which states that there is a issue with this (thought he is trying with ...Show All

  • Visual C++ crash problem with release build (vc7.1)

    hi, i have a curious crash problem in release build of my application. it is kind of game platform which integrates several software packages for rendering, physics, in-game gui, etc. the crash happens only sometimes and is not completely reproducable. i have built the app and all dependent libs with multi-threaded option and program data base ( /Zi, and the linker is also instrumented to generate debug info). so when the crash happens i can obs ...Show All

  • Visual Basic Use ViewState easier...

    I'm sure many of you have used ViewState in your controls. I see it all the time in walkthroughs and examples. The thing is that each time someone uses it they put in all the code nessesary to check if there is a value and set it to a default if there is not one... (There are a few variations of doing so) Public Property Text() As String Get If ViewState( "Text" ) Is Nothing Then ViewState( "Text ...Show All

  • .NET Development Connection to a SQL Server Database with mixed authentication

    Hi, I have a Web Service created that have to connect to a SQL Server 2005 Database with mixed authentication. If I use the "virtual IIS" provided by Visual Studio I retrieve data, but if I put the project in local IIS, using localhost, I get an error in the connection, it says that I can’t connect with the user ' ' to the database. I think is a problem with the mixed authentication SQL Server has, but I don’t  how to ...Show All

  • .NET Development Software protection problem with MSIL

    Hi, I am developping a software protection with the Win32 API. My protection system run perfectly with standard .EXE file but failed with a .NET .EXE file. Explaination of my software protection : I extract and encrypt the code segment of the .EXE file and i replace the original code segment of my .EXE file with the encrypted. The program is also protected because it cannot be run as it is. A loader launch a CreateProcess of my protected . ...Show All

  • Visual C# Method being invoked not supported in release build at this time

    Hi everybody ! If any body has seen and came across the error like below: "The method being invoked is not supported in release build at this time. Please use a debug build to enable this method." Please revert back..I am calling a function inside a DLL referred, it throws this error on function call. Same function was successfully executed on other remote machine. Please reply if any body knows any solution. Thanks. ...Show All

  • Windows Forms DateTimePicker and DataBinding

    I've set my DateTimePicker's text property bound to a DateTime field in my Access Table ( because it gave me error if I bound the value property instead). When adding a new record from my form, I pre-set my DateTimePicker's text and value  ...Show All

  • .NET Development Remoting doesn't pass Exception

    I have written a small excercise programme to use .NET Remoting, which works quite fine, but it stops when passing Exceptions from the server to the client come into play. VS2005 stops the server pointing to a line where an exception was thrown (derived by ApplicationException, marked as Serializable) and says that exception isn't handled by user code, which is wrong because on the client side there's a try/catch block that would catch the excep ...Show All

  • Windows Forms How to create an extended form base class?

    I want to create a new form base with additional properties, methods and events. How do i do this I tried creating the following (VB.Net code) but i cannot inherit it using the add inherited form wizard. Public MustInherit Class BaseForm    Inherits System.Windows.Forms.Form    ...      Public MustOverride Property X() End Class And if i try to inherit it manualy it gives ...Show All

©2008 Software Development Network

powered by phorum