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

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

WN3335

Member List

Dave Bartolomeo - MSFT
SohailB
amcclendon
QAniket
JedG
fudicator
jesse_j3000
Pi-Hsi
hakan65
chaosEngine
WhatIsBigBang
wilrodmo
Jason Fan
Mike14598
Conzo
androidi
Nikos Giannakas
klaser123
Ratzu
GeoffW85
Only Title

WN3335's Q&A profile

  • Visual Studio Team System How to set test run order?

    Hi, I developed some test methods, put my tests in a test list by using  the Test Manager. I have to questions: 1- The first test in the list take a little bit logger to execute.  The first test method take 0.5 sec more to execute.     Is it normal and if yes... why 2- How can I manage the run order of my test method in my test list     They don't always run in a predictable order... Thanks Alain Martineau Publishing Business System There's actually a property you can use to change whether or not an ordered test stops when a test fails. In the ordered test edito ...Show All

  • Visual Studio 2008 (Pre-release) DoubleAnimation Problem!!

    Hello: When reading the Hands-On Lab, I enjoy myself. There is a class named " Photo " to store the path of Image A collection: public class PhotoList : ObservableCollection<Photo> A ListBox whose ItemsSource is binded to the PhotoList ; But I met a strange problem , The following code works very well when the PhotoList is steady. <EventTrigger RoutedEvent="GotFocus"> <EventTrigger.Actions> <BeginStoryboard> <BeginStoryboard.Storyboard> <Storyboard> <DoubleAnimation Duration="0 ...Show All

  • Windows Forms login to the windows form application

    I'm making application which on start up shows the login screen  it has 2 fields one for user and 1 for password(user will be one admninistrator) if you type correct password the main window starts in main window there is option to change password but if i change password and restart application there are no changes, i will be glad for any help(bu ...Show All

  • .NET Development Using transactions with TableAdapters

    I have several table adapters, each with an InsertCommand (among others). I call BeginTransaction before I start calling Update for each adapter. Update results in the InsertCommand being used but I get an exception because the command has no transaction. The commands are private members of the VisualStudio-generated adapter classes so I cannot access them to set their Transaction members. Is there a "proper" way to do this You will find the answer in the code sample at - http://windowsforms.net/samples/ThreeLevelUpdate.zip   Look at Form1.vb in this sample. You will find the following code. ' st ...Show All

  • Software Development for Windows Vista InvokeWorkflow simple question.

    I have a project with two workflow in it. I want to call flow2 within flow1 using InvokeWorkflow activity. The question is when I click TargetWorkflow property, flow2 doesn't show up in the list. This is my first time to use this activity, I guess it must be something simple but I don't know. Thanks in advance This is a bug. Presently you cannot invoke a workflow from within the same project. You will have to have the workflow you want to invoke in a different project Thanks Devinder ...Show All

  • SQL Server Can not start Report Builder!

    I just setup my dev server of SQL 2005 including reporting service on Windows 2003 SP1. Basically all settings are default. When I activiate Report Builder from local, it works fine. Everything runs smoothly. However, we I try to run Report Builder from a remote client, which is XP SP2. It always shows me the following error: "Application download did not succeed. Check your network connection, or contact your system administrator or network service provider." I don't think it's about permission issues. I am using the administrator group user. Besides the report builder activiation part, I can browser every part on report serv ...Show All

  • Visual C++ Do I need to learn MFC if Windows Forms is in?

    I checked Windows Forms FAQ Pages, but failed to find out answers. Wikipedia.org site suggests that Windows Forms attempt to replace MFC( http://en.wikipedia.org/wiki/Windows_Forms ); I noticed that more books out on Windows Forms and less books on MFC.   But "Ivor Horton's Beginning Visual C++ 2005" includes both a chapter on MFC and Windows Forms. And Horton's recommended path to build Visual C++ programming career is:   Beginning VC++ Programming ---> Beginning MFC Programming--->Beginning MFC COM programming--->Professional MFC with VC++. (Mr. Horton has this path chart prescribed on the back of his two p ...Show All

  • SQL Server Problem using dates in XMLtoFLFF Transformation

    I am having a bit of trouble transforming a XML (xs:date) type to the DBDATE in my FLFF. I believe the problem is because the SSIS DF (Metadeta) converts xs:date to DT_DBTIMESTAMP which becomes 01/01/2005 00:00:00 -- appending the time. So when I try to transform in my fixed length flat file, it throws a truncation error when the length is set to 10. (which is the length of date) Is it possible to (A) use some other xs format that changes DF Metadata to only use date and not DT_DBTIMESTAMP, or (B) is there a field type in the destination FLFF Connection that will allow a length of 10 without throwing a truncation err ...Show All

  • .NET Development How to set a namespace prefix in a xmldisg signature?

    Hello, Currently I'm working with Visual Studio 2003 in order to generate xmldsig signature. I'm using the class signedxml to create the xmldsig signature and I get somthing like this: <Signature xmlns="http://www.w3.org/2000/09/xmldsig#"> <SignedInfo> <CanonicalizationMethod Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315" /> ............ </Signature> But I need the signature to be in a namespace that should be identified by the dsig prefix: <dsig:Signature xmlns:dsig="http://www.w3.org/2000/09/xmldsig#&qu ...Show All

  • Visual Studio Team System Application Designer Error

    I've receive this error from AD. The diagram in now in Lock state. Synchronization for element ResourceType failed. Reason: An error occurred creating the configuration section handler for windows: The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040) (C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Config\machine.config line 31) Any Help Thanks I believe this is a known bug in the Beta 2 version, in which config sections of type 'IngoreSectionHandler' cannot be loaded.  This issue has been addressed in subsequent builds.  ...Show All

  • Visual Studio Team System Style Dialogue Box Not Displaying

    Has anyone experienced a problem with the Style dialogue box You get to it either by clicking the ... button under the Properties pane or Format > Style from the menu. Every time I try to change the style, the dialogue box will display and quickly close in under a second. Clicking on it multiple times eventually results in VS2005 to crash. I have tried to uninstall and reinstalling but I suspect the uninstallation is not completely clean. 1. Does anyone have a solution to this problem 2. How do you completely uninstall VS2005 including all related files and registry keys I want to bring my system to a pre-VS2005 point so I can try to in ...Show All

  • Windows Forms Changing Custom Control Property

    How can I make a property change value of another property at design time  I have added HighlightRow property to custom DataGrid control. Now I want to assign this property similar to DataGrid’s ReadOnly property. For instance, when in property window ReadOnly property is set to True, the HighlightRow property should be set to true and vice-versa. I did som ...Show All

  • Visual C++ problem uncovered

    I have a VC++ MFC application in VS 2005. In this application I use CPropertySheet's in several locations. The program works fine for a while, but at some point the CPropertySheet's stop working, in such a way that when I click on a CPropertyPage tab, the tab for that sheet disappears completely or the controls on that CPropertyPage are all invisible. I'm guessing that I'm running out of resources, handles, memory, etc. Can somebody advise me on what to look for in the way of resources or memory, so that I can circumvent this problem Are there any utilities that would be particularly helpful in this regard ...Show All

  • Visual Studio Express Editions VB 2005 Express and SQL Server 2000

    I'm trying to add a connection to an existing SQL Server 2000 database, but I can't quite figure out how.  It seems the only options are for SQL 2005 and Access. Do I have to reconfigure VBE to be able to access SQL Server 2000   Or am I missing something incredibly obvious I'd read several posts, however I didn't search for "local data" (since I was more interested in searching for SQL 2000).  What was I thinking Thanks for clarifying. ...Show All

  • Visual C++ Avoiding compiler complains about redefine variables???

    Hi all: When I am writing C++ program, I need some global variables and structs to be visible from many files. But the compiler always complains that variable is already defined somewhere else. The problem seems to be caused by not #include file properly, but is there a good solution to avoid this irritating problem happen please Here is an example error message: Topology error LNK2005: "int COLUMN" ( COLUMN@@3HA ) already defined in ParticleSystem.obj Topology error LNK2005: "float UNIT" ( UNIT@@3MA ) already defined in ParticleSystem.obj Topology fatal error LNK1169: one or more multiply defined symbols ...Show All

©2008 Software Development Network