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

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

kdoan

Member List

vatsug
D06147
JudgeDredd
Pat O
Ben Goodwyn
cRz
Billy Hollis
Justdeserves
JL David
Pross
alex2308
Bill Anderson
gareth andrew lewis
wjvii1437
Eric12345
Tomas Galvez
Aksh_bvn
Mrafcho001
circuitblood
BRCEWANE
Only Title

kdoan's Q&A profile

  • Software Development for Windows Vista So where are we Indigo (WCF) and Workflow (WWF) integration ?

    Since we are at Beta 2 I was hoping for a tighter degree of integration between WWF and WCF by now, Indigo( WCF) has been out for more than a Year now, and yet we still seem to be stuck with ASMX based Activities. Maybe I come back in another 6 months to check if there has been any progress on WCF integration. Hi Jules, You can check out the Expense Reporting sample on the community site at http://www.windowsworkflow.net/default.aspx tabindex=4&tabid=49 There will be a session at TechEd USA 2006 in June that talks about Microsoft's plans in this area. Regards, Paul ...Show All

  • Visual Studio Team System Visual Studio 2005 and Team Foundation Server

    Hi Everyone, I am trying to connect visual studio 2005 to team foundation server, but it won't connect. The team foundation server is installed on windows 2003 server server that is connect to a Linksys wireless router (WRT54GS) with a static ip, while I am running visual studio 2005 on my laptop running windows XP SP2. Is there a specific port that I have to configure the router to forward to TFS Also when I installed TFS, I did a single server installation, would that be the issue Any help would greatly appreciate. Thanks, IJ It sounds like both machines are behind your router (correct me ...Show All

  • SQL Server SQL DMO - Backward Compatibility Components Redistributable

    I need to update our applications install program so it installs the latest SQL DMO.  I've downloaded the "Microsoft SQL Server 2005 Backward Compatibility Components" MSI from http://www.microsoft.com/downloads/details.aspx familyid=D09C1D60-A13C-4479-9B91-9E8B9D835CDC&displaylang=en . This MSI will not install on Windows 98.  This is surely a problem   Client machines running Windows 98 can still connect to SQL Server 2005 so surely I should be able to install SQL DMO on a Windows 98 machine as well Thanks I regret that this is causing you grief. However, Windows 98 was never o ...Show All

  • Visual Studio Report Designer

    There are end users, who will design reports. They will not install Reporting Services and SQL Server 2005 etc. They will have only a customized Report Designer to design the reports and publish onto Report Server. Is it possible. If yes, can you guide me the steps to create a customized Report Designer. Thanks in advance short answer: You can launch Report builder uisng the folllowing url ... http://SomeMachine/reportserver/reportbuilder/reportbuilder.application Also ensure that Internet Information manager grant Anonymous access to  the /ReportServer/ReportBuilder folder. A detailed explainatio ...Show All

  • Windows Forms Datetimepciker

    Hi I am setting up a form in VB.net that uses a Datetimepicker control to select the date which is then entered into a SQL Database along with the data from the other controls If I select a different date using the control the date is entered correctly into the database. My problem is if I dont select a date and run the insert no value&n ...Show All

  • Visual Studio 2008 (Pre-release) Create And Host Custom Designers With

    Is there a sample for WPF like this one http://msdn.microsoft.com/msdnmag/issues/06/03/DesignerHosting/default.aspx I want to make a custom designer for the WPF. Hi Mark, Thanks for your info, The scenario I want is that: I want to enable the user to edit( add/edit fields...design editing, edit labels.. ) forms in my application and and the ability to save it. essmat ...Show All

  • SQL Server public server role

    In exploring permissions that users have, I find that they all have VIEW ANY DATABASE permission which they inherit from the public server role. You can see this by selecting the Permissions page on the Server Properties dialog and highlighting "public". The permission shows as having been granted by sa. This is listed as a server role. However, it does not show in the list of server roles and I can't find any documentation for it (RTM BOL). Interestingly, if I revoke this permission (which is the only permission this role has), the public server role disappears from view. But I can subsequently regrant the permission with Transact ...Show All

  • .NET Development Query regarding uniqueidentifier

    Hi, I am trying to update a Sql Server database from an asp.net web application. As far as i now, we can use 'strings' to compare a uniqueidentifier column. The query is : update RESULT set SUB_ID = '" + this .dlst_selectsubject.SelectedValue + "' where USR_KEY=='" + mycookie.Value + "' " Here USR_KEY is a uniqueidentifier. But i am getting a SqlException : Syntax Error : cannot convert from a character string to uniqueidentifier. Help me to sort out this problem could it be because you have two equals signs after WHERE USR_KEY ==, it should be one equals ...Show All

  • Visual C++ How to test eof with FileStream

    Hi, This question might be very basic but I'm still in the learning curve with Visual C++. I try to read a binary file in order to extract specific class objects from it. Unfortunately, it seems that I don't test the eof() the right way. Here is a snippet of how I do it (wrong...): FileStream* Fich_Stream = File::OpenRead(Nom_Fich_Enreg); BinaryFormatter* Fich_bf = new BinaryFormatter(); while(Fich_Stream->CanRead) { CL_Modules* Sav_Module = dynamic_cast<CL_Modules*>(Fich_bf->Deserialize(Fich_Stream)); Sav_Module->Figure = new GraphicsPath(Sav_Module->Figure_PPoints,Sav_Module->Figure_PTypes); ...Show All

  • Visual Studio Express Editions how do i tell if a text box contains only spaces?

    I am just converting from VB 6 to Express, and alot of the coding is different, so I've been messing around with some basic programs to get the hang of it. I'm currently working on a Magic 8 Ball Program lol, but it is actually relatively in-depth (for a magic 8 ball program lol). but my question is, how can I tell if a text box contains only spaces, because if the user clicks the button, i don't want the button to function unless they have typed something into the text box. so i was going to use a simple if then else statement, but i still can't figure out how to figure out how to tell if the textbox contains just spaces for my if part. doe ...Show All

  • Software Development for Windows Vista Problems with SendInput. It's not working?

    Hi guys, To use SendInput I need to use the INPUT structure. When I use the INPUT structure then compiler complains that INPUT is unknown. INPUT is also not displayed in the drop down Intellisense list box on pressing ctrl+spacebar. Can somebody help. keyb_event works fine. But why INPUT is not being identified. It happened on VS6. OS - Win2000. But the INPUT structure is working in WindowsXP! What is your compiler warning/error Show a piece of code! Is there a chance that INPUT is defined to something else. If you have a #define INPUT ANYTHING you can't use INPUT. Are you sure you are using the correct SDK If so, is the corr ...Show All

  • SQL Server Upgrade to SQL Server 2005 Developer Edition

    I installed SQL Server 2005 Express Edition under Windows XP SP2 Home Edition. Am I able to upgrade to SQL Server 2005 Develeoper Edition According to http://download.microsoft.com/download/3/f/2/3f2a98cf-6a47-4927-9360-dc1c04de6e42/RequirementsSQL2005.htm it should work. Thank you.  Upgrading between Editions (Express -> Developer) isn't support in the June CTP. It is expected to be supported at RTM. Dan ...Show All

  • Visual Studio Team System trouble with strings..?

    this could be me but I am having trouble getting certain strings declared.   Please excuse the simple code I am a beginner here.     I am in a web test that I am trying to modify   Have a fuction should return my XML in a string format.   tDog does what it should and gets the string value of all my XML just like I need.   But test (my function) never does anything, it should be returning a string value of XML to my program    public string test() {       DataSet1 dSet = new DataSet1 ();          &nb ...Show All

  • Visual Studio Tools for Office How to (programmatically )get rid from the actionpane reference ?

    I have a vsto doc with an actionpane containing a button containing code to get rid of the actionpane before a user saves a document instance in a sharepoint library. The code basically is : Globals .ThisDocument.RemoveCustomization(); Globals .ThisDocument.ActionsPane.Clear(); When an instance is opened the content of the actionspane is indeed cleared, however I still get a message to choose an xml expansion pack (actionpane), cause the actionpane schema is still linked I think ( If a uncheck it and save the document the message no longer pops up) How can I programmatically remove the action pane schema link ...Show All

  • .NET Development System.Net.Mail: Method Clear() of MailAddressCollection leaves 1 element unremoved

    Visual Studio 2005 Version 8.0.50727.42 The task is to send an email to every recepient that is contained in a DataTable. After MailAddressCollection.Clear()   MailAddressCollection.Count changes to zero, but the next message sent still contains the first MailAddress added to the MailAddressCollection. This can be seen only if there will be no new MailAddress added to the MailAddressCollection - see below if column "EmailCC" is empty. Very strange. Any idea except from creating a new MailMessage for every recepient private System.Net.Mail. MailMessage  _Msg; foreach (System.Data. DataRow row in table.Rows) ...Show All

©2008 Software Development Network