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

Software Development Network >> Andrew Jacobs's Q&A profile

Andrew Jacobs

Member List

SCourt.NET
rgrohsman
opc3
Rooster242
MoinKhan
lslmustang
Sagan33
Godwin Larry
Luc123
stryjek4
Filip Orsag
Markkos
Jason Zhang
Josh B
Lacrosse_man16
davidwj
Chris_e_m
Svitlana
Vishal Verma
S Nelson
Only Title

Andrew Jacobs's Q&A profile

  • Visual Studio Team System Work Item Classification and Project Hierarchy

    I played a little with Work Item customisation and I think it is very usefull feature. And classifying work item with iteration and area is very good, but what if I have need to classify work item with some other thing as sector in my organization chart (treepath) or external stakeholders also organized in hierarchycal fasion. In Team Project Settings there is "Areas and Iterations" dialog where I can edit iterations and areas, but I t ...Show All

  • Software Development for Windows Vista bug? WorkflowParameterBindings + Persistence

    OK, this is going to be complicated, so let me start small: I have a custom activity that can listen for events. The event contains an array of objects and the user of the activity (the workflow designer) knows how large this array is. I allow him to bind the incoming objects via WorkflowParameterBindings and ActivityBinds. Everything works fine - EXCEPT if the workflow gets persisted while waiting for the event. The problem seems to be that ...Show All

  • Visual C++ plugin based applications in c++ projects

    Hi friends If i want to code a big project in C++ in VS2005 which road must i follow What do you advice me Especially i want to design it with plugin support.I write it skeleton, then other parts will be plugin or it can be developed by other coders.I want to learn what must i prepare before start coding.How must projects settings be for plugin support or for a such a big project.(For great extensibility) I am looking for your answers.Any ...Show All

  • Visual Studio How to dynamically toggle search terms highlighting?

    Do I really have to change the setting in Tools->Options->Highlight Search Terms and re-issue my search each time I want to toggle the highlight of the search terms or is there another way to do that Regards, Gaetan. No answer ... ok looks like it may not be possible. I remember a past release of the MSDN documentation tool allowed a on-the-fly toggle of the highlight of the serach terms. What is ...Show All

  • Visual C++ Where can I get ml.exe

    I've just installed VC++2005 Express, and I couldn't find ml.exe anywhere. Where can I get ml.exe (no need for the rest of Visual Studio) Thanks! I don't believe ml.exe is provided now except through VS versions. Unfortunately, VC Express doesn't include ml.exe and it only in the other SKUs. Nevertheless, you are not the first one to ask for it via the Express install. Could you please log a suggestion issue at http://lab.msdn.microsoft.com ...Show All

  • .NET Development how to output system.byte data?

    hi,friends my data readlly encrypted,but i can't normal output the encrypted data(system.byte type data).i can output base64 type, response.write(ExampleValue) like this can output base64 encoding value,but i can't output byte[] type value,please how to output the byte type data like J8-D3-DJ-LO-OK-N4......... thanks for you. Like this byte [] data = new byte []{ 10 , 50 , 200 }; ...Show All

  • SQL Server Incorrect Results with t-sql Query in SQL Server 2005

    I'm seeing some change in behavior for a query in SQL Server 2005 (compared to behavior in SQL Server 2000).  The query is as follows: ------------ create table #projects (projectid int) insert into #projects select projectid from tblprojects where istemplate = 0 and projecttemplateid = 365 Select distinct tblProjects.ProjectID from tblProjects WITH (NOLOCK)       inner join #projects on #projects.projectid = t ...Show All

  • Visual Studio Team System Team Projects and Product Releases

    I interested in how people are handling releases in relation the team project. In other word, how do you handling moving from 1.0 to 1.1 or 2.0. The way I see it there are a few ways of handling this: 1. Keep everything in the same project. This seems like it would be a good idea as you would maintain a complete work item history thought the life of a product. But do we really want to Sure, 1.0 issues that are unresolved are good to know d ...Show All

  • .NET Development Problem with System.Reflection.Emit

    Hi. I am trying to improve performance by using System.Reflection.Emit. Here is what I do: - I have a class (let's call it vector). It has a 1D array of double for holding the data. - The Vector class has operators (+, -, etc.). In the overloaded operators, I build the expression tree. I am trying to emulate expression template trick. - To copy the result of calculation to the destination Vector, I define a function Assign(). - The fun ...Show All

  • Visual C# ValueType arrays

    I'm trying to copy a cutomized valuetype to string type. string source[10]; // bcString is a ValueType that hold a string object and implicit // conversion from string type to bcString bcString target[10]; target = source; I have tryed with the syntax target = (bcString[])(System.Array)source; but I get an execution error (cannot convert...) Any hints Thanks, Felice Russo The on ...Show All

  • Visual Basic Populating per like statement

    I have a large Access table with words, definitions,... what I have been trying to do for too long is to type a word pattern (p r or t n* ) in a textbox and after a button is depressed to have a datagrid populated with words similiar to what is requested. I have utilized the data source wizard to add the source, added the adapter, binding source and dataset. I have dragged the datagrid into the form. when started it populates. Then i added ...Show All

  • SQL Server query window loses connection after period of inactivity

    I get this in my query window in Management Studio: Msg 10054, Level 20, State 0, Line 0 A transport-level error has occurred when sending the request to the server. (provider: TCP Provider, error: 0 - An existing connection was forcibly closed by the remote host.) I am connected to a SQL Server 2000 server and I don't get this problem using Query Analyzer.  Is this some new feature in Studio Is it a config issue wiht the ...Show All

  • Visual Studio Express Editions Stop Row Deleting

    I have a DataGridView with some rows displayed and would like to check if there is any related data before deleting the row. I have a foreign key constraint but would like to popup a nice message when the user tries to delete the row rather than wait until they click on save and have the ugly, default error message. My first thought were to put some code in the RowDeleting routine. I have tried putting in a popup message along with e.row.c ...Show All

  • Visual Studio Team System Where is consolebuild?

    I'm trying to find "consolebuild" to automate our build process, but I can't find it anywhere. There is a video that shows how to use it, but there are no project/binaries in that website.... Does anyone know where to find it Thanks     Here is a detailed entry on how to do scheduled builds for Team Build - http://blogs.msdn.com/abhinaba/archive/2005/11/21/495179.aspx   ...Show All

  • Visual C++ Unable to build in 'Debug' mode

    Hello, I am trying to port a application from VC-6 to Visual Studio-2005. Though I am able to build in release mode, it is failing to build in debug mode. Following error is thrown. C:\Program Files\Microsoft Visual Studio 8\VC\include\strstream(139) : error C2061: syntax error : identifier '_DebugHeapTag_func' Can any one help me to fix this error Thanks Clean (delete) the debug folder and any other intermedia ...Show All

©2008 Software Development Network

powered by phorum