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

Software Development Network >> Christian W.'s Q&A profile

Christian W.

Member List

mw2005
awp001
ProgrammingQuestion
salvoc
Kyriakos
CutiePie
HelOz
rfolk73
evilc
Titu
Mike Heffernan
Sandro G
RivaOni
Warez_Willy
trasherhits
pmj58585
Janne W
india7
ashis.lun
RonDielhof
Only Title

Christian W.'s Q&A profile

  • Visual Studio 6.0d vs 2005 (8.0) Database

    For my own clarification, if the 6.0d and 8.0 (2005) databases are the same (w/ the exception on the unicode formatting) as noted in the thread below... http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=85458&SiteID=1 Do the DDCONV and DDUPD maintenance utilities have any effect when run against a 6.0d database My organization is getting ready to migrate to VSS2005 and I'd like to know whether it will be worth converting the 6.0d databases to the "new 8.0 format". Thanks in advance, Sergio Ora Excellent!  Thanks for the info Alin.   -Sergio ...Show All

  • Visual Studio Debugging processes

    Hi, I am attempting to debug a C++ component by attaching to a process. I am doing the following:- 1) Start the executable in question. 2) Open Visual Studio .NET 3) Go Tools -> Debug Process 4) Select process needed, attach in Native Up to here all well and good.  I can now break and terminate the process etc, view stuff through the Disassembler window. But I dont know how to associate this with the corresponding source code so that I can set breakpoints etc and step through the code. Can anybody help Cheers Unfortunately, without the pdb files that are built at compile time, you won't be able to g ...Show All

  • .NET Development VB .NET Treeview

    this is basically VB 6.0 funciton.. i have done few chnages to suit .net.. but iam not able to resolve this probllem.... look beloew... Private Sub GetTree() 'This procedure creates the Project/Baseline/Type Tree On Error GoTo ErrorHandler Dim objNode As mscomctl.Node Dim i, j As Integer TreeView1.ImageList = ImageList1 'Assign the image list to TreeView 'Create the Server Node objNode = TreeView1.Nodes.Add() ---- AT THIS POINT IAM GETTING AN ERROR "Error 91: object reference not set to an instance of an object". objNode.Text = TextBox1.Text objNode.Image = "Server" objNode.Tag = objSession objNode.Key ...Show All

  • Visual Studio Express Editions How to reference a textbox via a string in code?

    I imagine that this is a rather simple task; however I do not have a particularly large depth of knowledge and experience in VB… I have an arrangement of text boxes (id1_1, id1_2, id2_1, id2_2) which I wish to be able to reference in my code from a string such that I can change the text box’s text etc. I receive the data required to construct the string from a connected serial device. What I require is a method to construct a textbox object reference from a string, something like getObjRef(string) as object Cheers Wilbo To do this requires the use of ref ...Show All

  • SQL Server Report Designer Sorting in Details Group?

    Can you specify the Sorting in the Details group in reports designed with Report Designer   If so how I know that I can set the Sorting in the Details group in reports generated with Report Builder (the Sorting element is a child of the Details element). Thanks!!! -Brian To display the Table Properties dialog: 1. Click the table so that column and row handles appear above and next to the table. 2. Right-click in the upper-left hand corner where the column and row handles intersect. 3. Select Properties from the drop-down menu. -Albert ...Show All

  • Visual Basic ? difference between: Me, MyBase and Parent

    I don t know what the difference is between these three items: me, Mybase, parent When do we use each of them. Also is the quivalent of this in C#: Me or MyBase Gracias Amigos:) Me is a reference to the current object. Often optional to use, but helps clarify your code when accessing methods and properties with objects with similar names. MyBase is a reference to the base object: the current object may have inherited from a base object. Used when you explicitly want to access a property or method of the base class. Parent is the 'owner' or container of a control or form (Graphical controls) and is not relevant to a ...Show All

  • Visual Basic Why do the ODBC 3.5.1 and MySQL 3.1.8 drivers not work?

    Why do the ODBC 3.5.1 and MySQL 3.1.8 drivers not work Michael Seriously I read a few of your post, atfirst I can understand that you are pissed off. But then when I read a couple more, I totally think you should go do something else. I have the same problem with MySQL but I know its a B E T A, and people answering this thread is just like YOU and ME. Its not like every reply is OFFICIAL MICROSOFT SUPPORT. So STFU. Dont act like a kid that doesnt get candy. You made me register to post this................ ...Show All

  • Visual Basic VB.Net

    How do I start a Access Database for within VB.Net ...Show All

  • Visual Studio Team System source control server events

    Hi, how can I subscribe for events like check in, before check in, pending changes and etc I saw that VersionControlServer class has very interesting events that I can use but they did not fire up for me. Basically here is what I am doing: TeamFoundationServer tfs = new TeamFoundationServerFactory.GetServer(serverName); VersionControlServer vcs = (VersionControlServer) tfs.GetService( typeof (VersionControlServer)); vcs.BeforeCheckinPendingChange += OnBeforeCheckinPendingChange;   Then I keep the application running so the method can be called. And I expect when someone else is making a checkin to receive a notification abo ...Show All

  • SQL Server Pre and PostExecute Event handler called more than once

    I have a task configured on the post execute event handler of a package expecting this task to be executed only once after the completion of all the other tasks in the package. But I found the task configured on the post execute event of the package getting executed as many times as the number of tasks in the package + 1 . Is there any workaround for this problem Yes, The reason this happens is that events "bubble-up" from a container to all parent containers and are caught by any eventhandlers that exist on those parent containers. To stop this behaviour you'll need to create an eventhandle ...Show All

  • Visual Studio Project Template : $rootnamespace$ not replaced in project items

    I created a project template for a C# project in VS2005. In the project i have 1 class that looks like : using System; using System.Data; n amespace $rootnamespace$ { /// <summary> / // Summary description for $ safeprojectname $. /// </summary> public class $ safeprojectname $ : DataEntities.$safeprojectname$ { ... In my vstemplate file I have : < VSTemplate Type = " Project " Version = " 2.0.0 " xmlns = " http://schemas.microsoft.com/developer/vstemplate/2005 " > < TemplateData >... </ TemplateData > < TemplateContent > < Project File = " BusinessEntity.csproj " ReplacePara ...Show All

  • Visual Studio Express Editions beta 2 expired

    I just downloaded and installed VS 2005 beta 2 and when I went to run one of VS programs I got a dialog box saying it has expired. why is this coming up after I just installed it and how do I get to use it I have this same sympthoms. I have just downloaded and installed Visual C# 2005 Express Edition Beta but when I try to run this application I recive message "The beta period has expired" 1) I had no prevois installations of VS 2)dialog box informs "The beta period has expired" and that now I can safely remove Visual C# 2005 Express Edition Beta from my harddrive 3) I have never done any system clock chna ...Show All

  • Visual C# Database connection Dilema

    Hi I am working on an application with two main parts. The first part is the database I am connecting to and the second is an activeX control. I am also using SQL 2005 Express as my database server. The way I have incorperated the database into the app is by using a auto-generated dataset and table-adapter and then doing the rest of the coding myself. My app has to do a few simple queries and occationally write some information to the database. The dilema comes from the activeX control. The AX connects to a servlet. This servlet must also connect to the same database as my application, but when the servlet attempts a connection it bounces b ...Show All

  • Software Development for Windows Vista Trouble with InvokeWorkflowActivity

    I'm having some trouble using the InvokeWorkflowActivity in a project of mine. I got the workflow created, and the workflow that I am intending to call. If I don't have the InvokeWorkflowActivity at all, everything compiles just fine. I add the InvokeWorkflowActivity, I set the TargetWorkflow, and bind the one parameter. Then, when I got to compile, I get this error message: Activity 'invokeWorkflowActivity1' validation failed: Workflow definition for callee workflow ' MySecondWorkflow ' could not be loaded. Anyone have any suggestions Is the workflow you are trying to invoke in a different project There is ...Show All

  • SQL Server Trigger BEFORE ?

    I want to execute a procedure before a INSERT. I create a trigger assigned to the INSERT event of my table, but i just can choose INSTEAD OF or AFTER. in other database engine like PostgreSQL, i can use the keyword BEFORE for fire my procedure before the real event. How can i do this in SQL Server Hi, How can i reissue the DML again This is a simplified overview of my database, it will be more easier for you for help me : CREATE TABLE Item (Id INT, PRIMARY KEY(Id)); CREATE TABLE House(Id INT, some others columns..., PRIMARY KEY(Id), FOREIGN KEY(Id) REFERENCES Item(Id)); CREATE T ...Show All

©2008 Software Development Network