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

Software Development Network >> Z.z.'s Q&A profile

Z.z.

Member List

Guiller
Phil Pownall
FrancoA
Snapdragon
ANDRIAMA
dhesmer
Amit Chattopadhyay
Jason Howson
Romuel
wilsonm73
Horator24
nitamedi
slavisa
ChrisEvans
Kollega
avc
cgirolami
TheOneAndOnly
DragonSix
sureshsajja
Only Title

Z.z.'s Q&A profile

  • .NET Development SqlDataReader & an SQL statement problem

    Original issue went unanswered (well, unsolved) Using returned value from SqlDataSource1 so I'm trying a different route. Instead of writing to Profile, I'm going with Sessions. Here's my issue and some code. The select command won’t let me conditional Where LoginId = the value of the login textbox and Where LoginPwd = value of the password text box. The query when tested does return 164 when I enter in a test user's username and Password into the Query Bulder's "Test Query" but when I put those values into the WHERE area in the Select, it says “no TESTUSERNAME column” “no TESTUSERPASSWORD” column. I have to use WHERE ...Show All

  • Visual C# compile fast, build _sloooow_

    when i compile one of the projects in my solution, the 'compile' time is very short: the 'compile complete' message appears almost emmediately. (this is with the public beta of vs2005) however, afterwards, the ide will begin to do things on the hard drive for up to 2 minutes (each time !). after that, the 'build succeeded' message appears. what is it doing in this time what can i do against that  this makes it almost impossible to work with the ide. WM_QUERY thomas woelfer http://www.die.de/blog   Wow, thank you! that changed things a lot. the ide just went from 'barely useable' to 'fast'. WM ...Show All

  • Windows Forms DTPicker: Validate Values

    Hi, im using DTPicker-control in my software. I get some trouble when I change date like that: start with   30.04.2005 I want to write 31.05.2005 But after inserting the new day (for short time date looks like 31.04.2005) the control removes my inserted day und changes it to the one before. How can I prevent these validation. I just need it with Lost_Focus-event. Best regards Markus ...Show All

  • SQL Server Stored Procedure being saved in System Stored Procedures

    We recently upgraded to SQL Server 2005. We had several stored procedures in the master database and, rather than completely rewriting a lot of code, we just recreated these stored procedures in the new master database. For some reason, some of these stored procedures are getting stored as "System Stored Procedures" rather than just as "Stored Procedures". Queries to sys.Objects and sys.Procedures shows that these procs are being saved with the is_ms_shipped field set to 1, even though they obviously were not shipped with the product. I can't update the sys.Objects or sys.Procedures views in 2005. What effect wi ...Show All

  • Visual Studio Team System Where to download MSFWinBuild?

    I'm in the process of customizing the MSF Agile Process Guidance.  I have been using the Process Guidance Customization Guide from the Visual Studio October SDK. This guide mentions that the MSFWinBuild Tool is useful to pre-render the HTML files.  The guide says that this tool can be downloaded from http://msdn2.microsoft.com/en-us/library/ms243893.aspx . However, I can't find the download.  Where can I download this tool from Thanks _____________________________ Sarah Cameron - InCycle Software You don't need to apologize to me. I appreciate your willingness to jump in and ...Show All

  • Visual Studio Team System Suggestion: Add Version Number to Changeset.aspx page

    A lot of times, it is very helpful to see the files and version numbers that make up a change set adn then be able to cut and paste that into Outlook... the ht tp://SERVERNAME:8080/VersionControl/Changeset.aspx artifactMoniker=CHANGESETID  page is pretty helpful for this type of information... Also, in the Details of Changeset window, allow to copy the list of files to paste into an email...it should show the version number as well... In terms of version numbers, we only have changeset numbers - we intentionally cut item version numbers, so once you have a changeset, the actual files/fold ...Show All

  • SQL Server Import/Export data with SQL Server 2005 Express

    Hello folks! I have installed SQL Server 2005 Express and SQL Server Management Studio Express. Everything looks ok and works fine, but I can't find the Data Import/Export Wizard.  Can anyone tell me how to Import/Export data Thank you!!! SQL Server 2005 Express Manager does not offer Import/Export functionality as it is dependent on SQL Server Integration Services (SSIS) and SQL Server Agent.  You will need to optain the full version of SQL Server Management Studio. Peter ...Show All

  • Visual C# Struct/class Array problem

    Any help would be greatly appreciated My problem which is two fold, when creating an instance of a struct that creates instances of other struct/array. I need to call struct Tile with a constructor so it performs its new statements, I don’t know of another way of doing this. As I can’t have a constructor with no parameters I create one that accepts a number which I just discard (I would prefer to use the default constructor, ie Tile()). Also, the line ‘Tiles = new tile[10];’ will not call the constructor I created. If I wasn’t creating an array I would use ‘Tiles = new Tile(0);’ but I can’t work out how to ...Show All

  • Smart Device Development files on remote computer?

    Hi. Wondering if there is a way of retrieving files/directories etc... using the .NET classes I would like to retrieve this information on my remote computer (local computer which has the mobile device connected to it) I can connect using tcpclient but when i try to get a list of files/directories using: string [] theFiles = Directory.GetFiles("\\ComputerName\drive$");   I get an IOException. However the IOException does not give me any error messages, no innermessage or message! It's just "IOException" Is there a way to do what I want running .NET Framework 1.1 (WM2003SE) Thanks! what do you mean "sometimes it can/can't" ...Show All

  • Windows Forms Component/Control différences

    I don't really understand the difference between a component and a control, as it seems that both can be used to create a user control, for example. Can somebody explain that to me Thanks Emphyrio If you want to create an object that the user can interact with, then you need to create a control, if you want provide custom behaviour to a form that doesn't necessarily have a user interface, then use a component. To create a ComboBox with images, you wouldn't go and create a new control, you would derive from the existing ComboBox class and override functionality to provide custom drawing. ...Show All

  • Visual C# using Assembly language (not MSIL) in C#

    How can i use assembly language 8086 in C# look at this link: http://www.codeproject.com/csharp/unmanage.asp ralph ...Show All

  • Visual Studio Team System Exporting Load Test Results

    Hi, I am running load test runs on two different system with VSTeam Suite on both. I am trying to export results on the other system to the local system. When I try to open the results, i get an error :Could not read results repository. An error occured while connecting to the server....Error 26 - Error locating server\instance specified) I checked that the SQLserver has the TCP/IP enabled but am not able to open the SQL server surface area configuration to check to see if remote connections are enabled.When i click on surface area configuration for services and connections, I get an error " Could not load file or assembly "M ...Show All

  • Visual Studio Express Editions .Net Framework

    Hi, Does anyone here knows where can i get ebooks / reading materials about .Net Framework If you're looking for free stuff, places like www.codeproject.com , or otherwise, google is your friend :-) ...Show All

  • Visual Studio Other diagrams?

    There are UML diagrams that are really only useful during planning, and become obsolete after that.  I have found robustness diagrams to be like this, although we can argue whether or not they even count as UML. Other diagrams, sequences in particular, I find to be essential tools that I simply can't live without.  I was using Borland Together with great success despite its numerous bugs, and non-existant support.  What I found was that I could begin drawing a sequence, and it would make it obvious to me when something had been left out.  I could be sequencing a simple lookup, and as I draw the line where the presentation ...Show All

  • Visual C++ Basic DLL Problem, I hope...

    I just got VS Studio 2005 and upon running my first code for my homework I can't get it to compile and was hoping someone may know how to fix this without having to reinstall VS. Thanks in advance! 'HW5.exe': Loaded 'C:\Documents and Settings\charles gray\My Documents\Visual Studio 2005\Projects\HW5\HW5\Debug\HW5.exe', Binary was not built with debug information. 'HW5.exe': Loaded 'C:\WINDOWS\SYSTEM32\NTDLL.DLL', No symbols loaded. 'HW5.exe': Loaded 'C:\WINDOWS\SYSTEM32\KERNEL32.DLL', No symbols loaded. The program '[964] HW5.exe: Native' has exited with code 0 (0x0). Here's the build log too: Creating temporary file "c:\D ...Show All

©2008 Software Development Network