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

Software Development Network >> Byenary's Q&A profile

Byenary

Member List

cran7465
Bruce Stone
Andreas_Tsouchlaris
KrazyKiwi
David Wheeler
Kurt S
Richard Geng
Jargo
JoeM
Paul Singh
MatttG
Stephen Inglish
srkumar
DMOORE
Jose Garcia-Cordero
JeremyBoy
Gags
Chandra111
Mark Doughty
Serge Wautier
Only Title

Byenary's Q&A profile

  • Software Development for Windows Vista Workflow Monitor from asp.net

    Hi, is there any example of a workflow moitor (beta 2) in an asp.net webpage Thanks! Hi, Below is something very basic - strictly text - no graphics...There's a TestMonitor.aspx and TestMonitor.aspx.cs. I tried to remove my app-specific stuff so hopefully this will run without too many changes. Create a new ASPX page with a C# codebehind named TestMonitor.aspx / TestMonitor.Aspx.cs and copy / paste the contents of each from below. The initial display gives options to "Show Running", "Show History" and "Show Terminated". Clicking on either of these buttons shows a list of workfl ...Show All

  • Visual C++ Pls help me out! I cannot build a very simple Hello World app.

    I have been trying to build the following simple app for these two days. #include <iostream> using namespace std; int main() {     cout << "Hello World!" << endl;     return 0; } VS2005 C++ Express complains this way; Warning    2    warning C4512: 'std::basic_ostream<_E,_Tr>::sentry' : assignment operator could not be generated    c:\program files\microsoft platform sdk\include\crt\ostream    45 Error    3    error LNK2019: unresolved external symbol "__declspec(dllimport) class std::basic_ostr ...Show All

  • Visual Studio Team System Check In Work Item query ISSUE

    The check in window should use the custom settings for the query columns to display. I really need the AreaPath to be displayed so I can find my work items more effeciently. How hard can It be to use the same control in that window as you do when opening the queries from team explorer You cant resize the columns in the check-in window either. ...Show All

  • Visual C# Problem Installing New Windows Service

    (Not sure if this is the best forum, but I am using C# and did not see a forum for Windows Services). I have just created a new Windows Service using C#, Visual Studio 2003, .NET 1.1 on my computer running Windows XP v5.1. The whole thing compiles without any errors and when I installed it using installutil, all messages indicate that it was installed correctly. However, my new Windows Service does not display on the list of available services in the Control Panel> Administrative Tools>Services tool. I have hit the Refresh button many times and even rebooted my PC and it still does not show. I then tried creating a setup proje ...Show All

  • Visual Studio Team System Error 28806 - TFS Single Server Install

    TFS single server install, not an upgrade, RC.  Near end, receive the error... Error 28806.An unexpected error has occurred. Verify that SQL Server 2005 Reporting Services report server is installed and running, and that you have sufficient privileges to access it.  For more information, see the setup logs.    Here are the log entries. MSI (s) (68!C0) [15:12:07:467]: Product: Microsoft Visual Studio 2005 Team Foundation Server - ENU -- Error 28806.An unexpected error has occurred. Verify that SQL Server 2005 Reporting Services report server is installed and running, and that you have sufficient privileges to ...Show All

  • Visual Studio Express Editions Managing exceptions in a backgroundworker

    Hi, I'm using a backgroundworker (in VSE2005 for C#) and have the following problem : In the 'dowork' method I have a try/catch that handles exceptions that might occur and then rethrow them for the 'workcompleted' method have a proper error state. The problem is that when an exception occurs, I get an unhandled exception error message pointing to the 'throw ex;' in the catch block (see code below), because of course ex is not being handled, at least not right there. The problem is that in order to test for the error status of you background _dowork method in your 'workcompleted' method you rely on the RunWorkerCompletedEventArgs ...Show All

  • SQL Server Complicated Inserts

    Hello everyone, im looking for some advice or maybe examples. How is the best method of checking a table for a specific IP address located as an element value of a xml data type. For example xmlNode = Table in use myXmlData = Document being stored as XML datatype I would like to first check the table of existing XML entrys for an ip address that is within the current xmldata in the reader. If the ip address in the reader matches any of the ones in the database it will update that row. If the ip address can not be found in any existing row, a new row is created and myXmlData is stored. At the mome ...Show All

  • Visual Studio Team System VS 2005 TFS trial or workgroup edition install fails on the server

    I've followed the install guide and when I execute the setup program for TFS on the server I get this error message (around 40% into the install progress): "The installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 26403." Any ideas Again, I tried both images, the trial edition and the workgroup edition, same problem. thx Hi Javier, For Team Foundation Server related questions, please post them on the Visual Studio Team Foundation Server Setup & Administration forum. However, a quick search on t ...Show All

  • Microsoft ISV Community Center Forums User Input on Range Selection

    I am real newbie. I need a script to select a column based on user input. This fails: Dim SCol As String SCol = InputBox("What column are the Scores in ") Rem Columns("D:D").Select Columns ("" & Scol : & Scol "").Select There are various ways, a few here: Dim SCol As String SCol = InputBox("What column are the Scores in ") Range(SCol & ":" & SCol).Select '1 Columns(SCol).Select '2 Worksheets("sheet1").Columns(SCol).Select '3 ActiveSheet.Columns( ...Show All

  • Visual Studio Express Editions VB 2005 don't view SQLEXPRESS

    Dear Friends, After many attempt I have succesfull uninstalled VB 2005 beta 2 and installed SQL EXPRESS Server 2005 and VB Express 2005 (*). I had successfull connected with SQL Server with "SQL Server Management Studio Express CTP" . But Visual Basic "Database Explorer" don't view any istance of SQLEXPRESS server . The first row of Database Explorer say: "......Data Connection". If I try to attach some default database of SQL Server like "master" error message say that "file is used from another process" If I try to attach database located in other position, like desktop, all is ok. Can you help me to resolve this issue Thanks    ...Show All

  • Visual Basic Updating a dataset help...

    Allright, well it seems simple enough, but I'm kind of stuck. First of all, I'm using VS 2005. I've run into trouble while trying to use the save on the navigator tool bar that automaticaly appears when you drop a table onto a form. After I delete a row from my table, I want to save the data; thus, I click the save button on the navigator toolbar. Here is the code that is automatically generated when the toolbar is created to handle the save button click event: Private Sub TblTeamInfoBindingNavigatorSaveItem_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles TblTeamInfoBindingNavigatorSaveItem.Click ...Show All

  • Software Development for Windows Vista Wfc, xoml and version info

    I am trying to compile a xoml file using wfc.exe and the xoml file has references to members in other .net dlls. When I try to compile, wfc.exe workflow.xoml /reference:bin\debug\workflow.dll;bin\debug\other.dll /out:CamWorkflow.xoml1.cs I am getting the error error 279: Could not create activity of type 'Workflow'. System.TypeLoadException: Could not load type 'IWorkflowEvents' from assembly 'Workflow, Version=0.0.0.0, Culture=neutral, PublicKey Token=null'. at Msn.Ads.Cam.Workflow.CamWorkflow.InitializeComponent() at Msn.Ads.Cam.Workflow.CamWorkflow..ctor() Version of the workflow dll is 3.0.0.0. Where do I mention ...Show All

  • Visual Basic Sending an Email containing a Hyperlink

    Can anyone help me with the following: I would like to automate sending an Email (via Outlook) containing a hyperlink to a predefined file on our server. I used the code below to send the Mail, which works fine, but I cannot get it to include the hyperlink in the body: Dim EMail As Object Dim Link As String Link = "G:\...." 'Filepath Set EMail = CreateObject("Outlook.Application") 'Assign Outlook application to variable With EMail.CreateItem(olMailItem) .To = "XYZ@....." 'email address .Subject = "..." 'Something for the subject Field .Body = Link .Send End With Set EMail = N ...Show All

  • Visual C# why .net programming is called attribute programming?

    Although this post is meant for c# but i could not find a better place to post this question. "Why .net programming is called attribute programming" In fact what is attribute programming. Is the question correct Please help me with this This is the .NET patent content; The .NET attributes bridge in accordance with the present invention provides a simple way to develop distributed middleware applications for the .NET platform with little or no programming. .NET provides a mechanism to extend the meaning of code with metadata with the use of attributes. The present method, system and prog ...Show All

  • Visual Studio Express Editions Vb Express & Report

    How can i build a report with Vb Express I don't want export everything in Word or Excel. Thanks. Hi, Hope the link below will help you. http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=182818&SiteID=1 I am going ahead and marking this post as answered.After going through this link, if you feel your post is not answered properly, you can go ahead and click on "Unmark as Answer" button on the reply.This will reopen the post again. Thank you, Bhanu. ...Show All

©2008 Software Development Network