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

Software Development Network >> Arthur Greef's Q&A profile

Arthur Greef

Member List

HgEuAaVrEdN
mwetmore
MIS
CSI-IT
yoPCix
Nico1947
Ian123
DiamondDavo
anchun
Wilton22911
asiu
Allison B
palmsey
Tea
Robert Arthur
Mike11
PrashanthHebbar
AlexeiOstrov
hometoast
ManniAT
Only Title

Arthur Greef's Q&A profile

  • Software Development for Windows Vista Using InvokeWorkFlow Activity

    Hello - We have a program hosted by the Console that consists of two workflows. The first waits in a while loop for text files to appear in a folder; when one does, this workflow uses InvokeWorkFlow to kick off the second workflow which will write the file name into another file. The problem is that when the second workflow is finished, the first workflow gets terminated. Why is that I've understood from the documentation that this should not happen. Thanks, Mike Michael - Does the first workflow get 'terminated' or 'completed'. If it gets terminated, can you find out the reason for termination by subscribing to the workflowtermi ...Show All

  • Visual C++ How to display a jpg image on a MFC dialog form

    Hello, i'm using Visual Studio 2003. In a MFC dialg form i should show a jpg image, so i added a Picture Control; then in Resources i tried to imported a jpg image (in dialogbox window many files extensions are supported, like jpg,gif,png,etc...) but i noticed i can only import BMP file (with this file format in fact i never get difficulties). Jpg, gif & other file formats if imported they are classified (in Reources Tree) like a general item and displaiyd in binary mode. Anybody knows a way to import a non bmp image (jpg, gif, etc) Or anybody knows another control (activex) usefull to manage many images types I hope somebody can hel ...Show All

  • Visual Studio Team System HTTP Status Code: Unathorized - Unathorized

    I have a team member who is getting an error trying to save a NEW work item. She receives a popup alert that states: "HTTP Status Code Unathorized - Unathorized" However, she is able to modify existing work items.  I looked at the event log on the app-tier but don't see any errors. Any ideas ~slee Nope, in this case the following occurred: One of the members from my QA team entered a bug (without an attachment) and saved successfully. They then clicked on the attachments tab, added an attachment and saved the bug immediately. They received the bug: "BadRequest - Bad Request". That appears to me t ...Show All

  • Visual Studio Team System How does code coverage works ?

    Hello, I have a web site that uses a DLL. I have also written some unit tests. Part of them are calling directly the DLLs (and I have set up my run config so VS calculates the code coverage) and part of them are launching HTTP Web Request on the web site (and so of course using behind the same DLL). With my second kind of test, even if the samee DLL is used, no code coverage is calculated. So my questions: Is this normal The same code is executed so I was thinking code coverage would be calculated How can I set up my run config to ask VS to calculate also code coverage for that kind of tests As I have read on some ot ...Show All

  • .NET Development File in the memory

    I have an executable file in memory.(just a piece of memory, with executable file data). How could I execute it using .net. And work with this amount of memory just like with a simple file. It's pity, that writing to file is the only way... (obviously, this is the easyest way :) Thanks for your help. ...Show All

  • SQL Server Souce and Dest auto-mapping

    Hi, in my package there are several Connection Managers linking DB2 databases and there is one "fake" CM which copies the connection string of one of the other "real" CM depending of the need. Then I've made a Data Flow containing an OLE DB Source and a Destination Adapter. The Destination has a "table name from variable" access through a fixed Connection Manager, and the Source has "sql command from variable" access and uses the "fake" Connection Manager, which has "inherited" the connection string from one of the "real" CMs. The point is: When I drag the arrow from the OLE DB Source to the Destination, some mapping metadata are set, and th ...Show All

  • Smart Device Development Cn't get VB2005 Express Beta2 and .NET Compact Framework 2.0 to work

    Hi, I've got a HP iPAC rx3715 Pocket PC with Windows Mobile 2003 Second Edition Ver4.21.1088) and a BT-338 GPS receiver & want to write some GPS logging applications. So I've just installed Visual Basic 2005 Express Beta2 (050215.4400) and Microsoft .NET Compact Framework 2.0 (Beta2) onto my PC (windows 2000 Pro SP4) with no reported errors, but when I start  click start|Programs|Visual Basic 2005 Express Beta2 then File|New Project I only find 5 Templates; Windows Application, Class Library, Console Application, My Movie Collection Starter Kit, Screen Saver Starter Kit. How do I get started when I can't find a template t ...Show All

  • SQL Server SQL Server 2005 and Visual Studio @005 Connection problem.

    I installed the SQL Server 2005 Trial and am now having trouble connecting. When I bring up the ASP.NET Configuration tool and Go to "Provider configuration" "Select a single provider for all site management data" AspNetSqlProvider Test I get the following message. " Could not establish a connection to the database. If you have not yet created the SQL Server database, exit the Web Site Administration tool, use the aspnet_regsql command-line utility to create and configure the database, and then return to this tool to set the provider. " I have already run the aspnet_regsql command-line utility. Can anyb ...Show All

  • Visual Studio Copy/Paste

    Is it normal that when I selected a shape, the copy/paste operations are disabled I suppose copy and pasting of shape is not supported Is there an easy way to make it work Thanks! Mike Hi Mike, Yes, that's the expected behavior.  We're not planning to enable Copy/Paste by default for V1, although it's not too hard to implement yourself.  Hopefully we'll have a V1 code sample that shows this.  If you're interested in trying this in the meantime, here are a few pointers: Copy: 1.  Add a handler for StandardCommands.Copy to your command set.  2.  Create an ...Show All

  • Windows Forms VB.net Database Books

    Hi I'm looking for a good win forms book that concentrates on vb.net and database applications. What I would really prefer is that the database work is done by hand in code not using the VS.net wizards. If anyone can recommend such a book I'd be most greatful Regards Morkai >David Sceppa's book from Microsoft Press is most excellent. It's&nb ...Show All

  • Microsoft ISV Community Center Forums fast search

    hi all i have used workspace in msaccess 2000 project in order to get an atomic transaction so it can rollback at any problem the workspace allow me to open the record set for once but i need to open the record set with multiple conditions so what i did i opened a generic record set set rs = db.openRecordset("t1",2,dbseechanges) then i used a filter to determine the conditions dim x as recordset rs.filter ='c = ' & c set x = rs.openRecordset but the problem is that it is toooooooooooooooo slow and the applications has to be nearly on time and can not stand this delay so what can i use instea ...Show All

  • Visual C++ how to Call .NET dll in C ?

    how to Call .NET dll in C Don't you mean call a .NET dll in C++ In this case, convert your program into a C++/CLI application. Then you'll be able to use the .NET dll. ...Show All

  • SQL Server Query Designer Toolbar

    I have added the Query Designer toolbar to my Management Studio environment. After open a new query window this toolbar stays greyed out. How can I use this toolbar with my queries Thanks, Was a solution ever found I am also not able to use the Query Designer toolbar. The buttons are all greyed out... ...Show All

  • Visual Studio Express Editions Help! packages not loading properly

    Hello, I managed to download and install VS express OK. However, when I start it up, I get an error message that says: Package Visual Studio Common IDE Package has failed to load properly (GUID = {6E87...5B7C}). Please contact Package vendor for assistance... It allows me to go ahead and start using VS. Then when I try to get the properties of a project I get a similar error message: Package Visual Studio Project Settings and Designers Package has failed to load properly (GUID = {6790...9A9A}). Please contact Package vendor for assistance... I was unable to find anything in the MS knowledge base regarding this particular problem. I tried ...Show All

  • Visual C# Reading BitMap Text

    Hi, I need to read text (numbers) information from a bitmap Image. Does anybody know how to do that in C# and Windows Forms I'm using VS 2003. Thanks Ok , Thanks. I converted this to C#. But what are those numbers 54, 66 etc. What are the requirements on the image file Thanks ...Show All

©2008 Software Development Network