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

Software Development Network >> Claude M's Q&A profile

Claude M

Member List

dba_2005_ Rookie
Jason Hamlin
Philip_Bullard
israfel
A.T.
anwar100s
rene-poepperl
CStick
0xse
Lam Chan
tyacko
myoungbl
JayantJose
gorganzolia
Rich_Cov
zyont1000
ZeR_o
Carlos Gonçalves
Neo_xx
Sanjit Sachan
Only Title

Claude M's Q&A profile

  • Visual Basic Deleting all records in access

    Hello All, I am working on a project for a former neighbor. I originally wanted to build a program for him to distribute. He is doing a Geneology research. I wanted to create a database with the family name but realized I could not. So, I want to be able to let him put in the data, export it to text or HTML, then delete ALL the records and start the next family. I have seen many examples but cannot get them to work on VB 2005 Express. Here is the code I have been messing with: Dim db as Database dim strSQL as String strSQL="Delete * from Husband" conn.execute strSQL The Dim db and the conn says they are not defin ...Show All

  • Visual Studio Team System Team Build appears to die mid-build

    Are there any known issues with Team Build and C++/CLI projects I have a very simple WinForms application in C++/CLI in a team project, and I've configured a Team Build to build it.  The Team Build service is installed on the dev machine, so I know there's a complete Visual Studio/SDK installation there. The build appears to actually build everything (Debug and Release builds), but the status in the builds window in VS never advances past "Compilation Started".  If I open the BuildLog.log file, I see part of a log, but it's truncated, as if the build process simply died without ever flushing/closing the file. Any insights or diagn ...Show All

  • .NET Development Regarding Garbage Collection

    Part of my work is to run Night Runs of our system to see if there are problems that show up after a long period of time. One morning I analyzed the last Night Run and I saw that we have a lot of Handles (above 300,000 handles) with the help of the task manager. We have an option to force the GC to run in our Console. I used this option and voila the number of handles decreased to 25,000. My question why didn't the GC detected this situation and reclaimed all of the unreachable handles With the help of WinDbg I saw that most of them were Manual/Auto Reset Events and Threads. Does the GC takes the number of handles into acount in the criteria ...Show All

  • Visual Studio Express Editions ME Compatibility

    Greets again, I got my first database program running in XP. I installed in ME after installing .Net Framework 2.0. It's a simple database program using Access .mdb file as the database. I used Access from MS Office 97 Pro to create the database. When I run the program in ME, I get a message at startup that tells me .Net Framework 2.0 requires Version 2.6 of OleDb files and Version 2.5 are installed This incompatibility won't let the program acces the database. The program works at everything except accessing the database. Everything works correctly in XP but NOT in ME. What can I do to get the program to bind to ...Show All

  • Visual Studio Team System Problem with SharePoint when creating a project in TFS beta3

    Hi, After installation of TFS beta3 and Sharepoint 2.0SP1 I have problems with accessing Sharepoint. During installation there were no problems, as I have reinstalled twice, I especially looked at the sharepoint part. At the end of sharepoint installation the "Configure Administrative..." opens at it should. After installation of TFS, I try to access the Sharepoint Central Administration from Administrative tools. I'm logged in as TFSSETUP (with administrator privileges). I get a log in window where I write TFSSETUP as user and password. I get the same log in window three times. Then the following appear: Server Error in '/' Application. ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Game Networking

    What is the best option for doing networking with managed directx Is directplay a good option We no longer recommend using DirectPlay and instead to either build your application's network layer on top of the native Windows networking components such as sockets. ...Show All

  • Windows Forms DataGrid View - Ctl+0 to null out a combobox column

    I have a DataGridView which has a DataGridViewComboBoxColumn column named "Assigned To" which allows users to assign tasks to a user of the system. The DataGridView is databound to a DataTable called "Tasks" and the "Assign To" dropdown is databound to a table called "Employees". The linkage between the two tables is employee_id. I would like the users to have the ability to un-assign a task. I am having problems setting the "Assigned To" value to null. I had two solutions to accomplish this: 1) Let the user hit "Ctrl+0" to null out the assign to value 2) Add a blank item i ...Show All

  • Visual C# How get inner class info by Reflection

    public abstract class ClassBase { public abstract class InnerClassBase { } public void CheckInfo() { Type currentType = this.GetType(); //How to get method info of this inner Class } } public class TestClass:ClassBase { public new class InnerClassBase { public void Test() { } } } //Testing code TestClass test = new TestClass(); test.CheckInfo(); I'm not sure I understand the problem. You can't get a MethodInfo for a class. I'm also not sure what the purpose of the two InnerClassBase classes are. Classes aren't polymorphic so what's your reason for declaring a new InnerClassBase in TestClass ...Show All

  • Visual Studio Team System ConnectionPool VS ConnectionPerUser

    Hi, For a LoadTest's "Run Settings" properties, 1. whats the difference between using ConnectionPool and ConnectionPerUser 2. Which setting "DOES NOT" cause any bottle necks on the Agents. Jesudhas With ConnectionPerUser, each virtual user of a web test uses a dedicated connection to the web server, and that connection is closed when the web test session completes.    With a ConnnectionPool, the number of connections is specified by the Connection Pool Size setting, and if this is less than the number of web test users, then it is possible that web test requests will be queued while waiting ...Show All

  • Visual Studio Adding new property page Visual studio 2005 - strange behavior

    Hey, I've added a new property page using a class that derived from UserControl and IproperyPage. This page supports some configurations (Deubg,Relese,etc) and contain a textbox. When user press 'c' on the text box's edit area the focus is transferred into Configuration combo box and when the user press 'm' the on the text box's edit area the focus is transferred into Platfrom combo box. How can I disable this behavior Thanks, Oreng. I would like also to add that this behavior also occurs on one of the project sub type samples provided with VS SDK 2005. The project sub type called "Task project" and on the ...Show All

  • SQL Server Using Yukon to get Objec

    I am looking for working example (last Sql2005 version) that Insert UDT data to table (that one of the column is UDT) and client application that reading data from this table.   I tried to do so, and I get error during the insert   Error: --- A .NET Framework error occurred during execution of user defined routine or aggregate 'AddLot': System.ArgumentException: No mapping exists from object type System.Data.SqlClient.SqlParameter to a known managed provider native type.   ----------------- Yukon SP ------------------   [Microsoft.SqlServer.Server.SqlProcedure]   public s ...Show All

  • Software Development for Windows Vista WF failed to work, if i add a service

    Hi, I am using WF Beta 2.0 and i have developed sequence activity, which is called from web app. In my web app, the WF worked properly and i have decided to extend the workflow. So i have added an in house service (Note that, this service is not a service, which implements ExternalDataExchange and also not a part of WF implementation, but provides input to WF) and tried to access the service from ASP .Net app. As soon as i have created a reference to the service, my workflow stops to respond, when i try to execute the workflow. I have tried adding this service to workflow runtime object in the page, Global.ascx and in <Serv ...Show All

  • Software Development for Windows Vista CallExternalMethod to Terminate a Persisted Workflow

    I have a sequential WF with a CallExternalMethod Activity attached. I am wanting to tell the host to terminate another persisted workflow. I have a method in the workflow codebehind that uses the SqlTrackingWorkflowInstance class along with SqlTrackQuery to return a specific workflowInstanceId from the tracking/persistence store. I am attempting to terminate that specific workflow from my current workflow. I know in beta2 it is not possible to directly cancel another workflow. I must create an interface to talk back to the host. I've done this, added the dataExchangeService to my host and added the new service to it. My ...Show All

  • Software Development for Windows Vista Killing WF Instance

    Hi all, I need to kill a WF instance from another instance. I have the GUID of the instance I wish to kill. This is because I retrived information from the instance I wish to kill and I no longer need it. Neither in memory or in the database. I just want to get rid of it. So, what's the best way to do this Txs. John Hi Vignesh, thank you for the help but I still have to deal with instance-to-host and host-to-instance communication. Please see the previous post. Txs. John ...Show All

  • Smart Device Development Emulator Image AKU2

    Hello, Is anyone aware of an emulator with the Messaging and Security Feature Pack already installed I 'd like to test the new security features of exchange sp2 (direct push tecnology, wiping devices ... ) Thank you, The only Windows Mobile 5.0 emulators currently available have the original RTM release, there are no updated images for any of the subsequent AKUs Peter ...Show All

©2008 Software Development Network