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

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

Network Admin

Member List

Tom Gillespie
Iko Knyp
tyrone_dude
Balamurugan Rajangam
God_Mark
Ravi Subramanian
KiMi21
3js
IJay
Kapil Aggarwal
gundulf
alideniz
Davidarh
Hedgeh0g
nightshroud
ShreeDet
Murdoch
Jorn Andre
Mr Brown Shoes
SMang
Only Title

Network Admin's Q&A profile

  • SQL Server Dynamically shifting/collapsing fields on report

    Just curious if there's a way I can remove a field from my report at run time and shift all the fields underneath it up. I basically want to end up with the following: Design time ============================= Field 1: Fields!Field1.Value Field 2: Fields!Field2.Value // This one will be blank Field 3: Fields!Field3.Value Field 4: Fields!Field4.Value Run Time - eliminate any blank fields ============================= F ...Show All

  • Visual Studio Team System some B3R team builds fail in RC

    I have a team build that builds multiple solutions. All of the individual solutions build in other team builds fine. This build fails, the pertinent exception appears to be: <snip> Exception Message: Subquery returned more than 1 value. This is not permitted when the subquery follows =, !=, <, <= , >, >= or when the subquery is used as an expression. (type SqlException) SQL Exception Class: 16 SQL Exception Number: 512 SQL Exce ...Show All

  • SQL Server Instance naming problems

    When I try to Add New Item - Database in VS C# Express, I get "An error has occurred while establishing a conncection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: SQL Network Interfaces, error: 25 - Connection string is not valid)" When I open the management studio, I can connect to a database named D ...Show All

  • Visual Basic Project Properties Window fails to display

    I'm learning to like VS 2005 alot over VB6. Not that I drove VB6 to the max not at all, but VS 2002 just seems a lot more capable at more things. I've got one problem however, right now if I go to Add Web Reference I get the following error message:- Web Services Enumeration are not available. You need to reinstall VS to add web references. Anyway I found a downloadable Add Web References, installed it and no change, still the error mes ...Show All

  • Windows Forms How do I binding a windows form control to XML data directly?

    Hi, all Can any one provide a sample(C# or VB.Net) to illustrate binding a windows form control ( i.e. ListView, ComboBox, etc) to XML data (i.e. an XmlList) directly Thanks in advance HZ ...Show All

  • Windows Forms Windows installer and self updates

    How can I create a Setup project for a VB.Net 2005 Windows Forms application with self-updating capabilities. The app needs to be installed in the Program Files folder for all users. Any advice/help will be appreciated. There's nothing built in to do it. You have to do it by writing self-udating code. There's some you can use, the AppUpdater component, at: http://msdn.microsoft.com/library/default.asp url=/l ...Show All

  • Visual C# Casting an enumeration that has a defined type..

    public enum foo : ushort { foo, bar } ushort test = foo.bar; Cannot convert from 'Test.foo' to 'ushort' Sure, I can make variable of type foo, but I'm encoding the value to a network stream, so I want it as a ushort. The thing is, I specifically told the compiler the enum is of type ushort, so why do I have to typecast it cgraus wrote: Well, one thing I like about C# is strongly typed enums ...Show All

  • Visual Studio Team System *.vsmdi files

    Hi! When I add new test to a unit test project of a project test info is added to file with vsmdi extension (for example UnitTest.vsmdi). When You work under Source Safe, even if the file is writeable, new vsmdi file created in directory "Solution Items" (UnitTest1.vsmdi). The old file is excludeed from a solution and new file is added to SourceSave. I want to continue to work with old file, I do not want that VS creates new vsmdi file. How ...Show All

  • SQL Server Is IIS always required for replication?

    I would like to take advantage of either Merge or RDA replication over HTTP, but would like to avoid setting up IIS. Is IIS always required to support connectivity for SQL Server Mobile replication back to a desktop SQL Server database Thanks, Tim I have heard that we can synchronize using ActiveSync is it correct or not, because on Online Book I read we can synchronize using IIS. I need to synchronize my ...Show All

  • Visual Studio Team System Scenario vs Feature vs User Story vs Use Case

    MSF utilizes the Scenario to specify in concrete terms a single path of user interaction through the system to accomplish a specific goal. Is this the same thing as a Use Case scenario in UML How does it differ from a Feature in Feature-Driven Development, or a User Story in Extreme Programming It seems like these are all very similar approaches to accomplish the same thing. What makes an MSF Scenario unique and preferable Martin Danner Arrow ...Show All

  • Visual Studio Team System code coverage "off road"

    I've tried using the sample from http://blogs.msdn.com/ms_joc/articles/406608.aspx  to get the off-road experience of code coverage. However, when I run the tests on my instrumented binary, I'm getting the coverage results for the test project instead of my instrumented binary. Am I missing something here! Can you send me information about TS-ing into your machine via email to munjald@microsoft.com I am pretty sure the problem is ver ...Show All

  • Visual FoxPro Closing Cursors

    Hi Everyone, I was just wondering if anyone knows how to close an open cursor without closing another. For example, I have two cursors open and I only want to close one. If I use the USE command, this will close both of them. Any Ideas Thanks in advance. Todd Peasley. Use closes one not all. From any workarea to close cursor with alias myAlias: Use in "myAlias" ...Show All

  • SQL Server Calculation automatic formatting removes ;

    Whenever we go between script view and calculation view in the cube, the semicolon seems to be removed from certain formulas. The string looks something like this (pseudocode) CREATE MEMBER CURRENTCUBE .[measurename] AS ' [Measures].[Measurename] / 100 --, --NULL ; --)' , FORMAT_STRING = '#,#0' ; What happens is the semicolon is removed from the end of the format string, which results in a processing error. ...Show All

  • Windows Forms DateTimePicker ValueChanged event and self-reverting behaviour

    I am attempting to present a form with 2 DateTimePicker controls to afford a Start and End date range, with logic to prevent both controls from crossing each other negatively (start later than end, and vice versa). The event handler looks like  ...Show All

  • Visual Studio Express Editions Moving through error list

    Hello, I have been using Visual Studio, and most specifically, VC++ from version 4.0 to version 6.0, and lately I have been meaning to finally catch up with the latest. Since I've skipped a generation and another one is about to be released, I thought I'd skip 2003 as well and wait for 2005. To prepare for it I decided to download VC++ Express 2005 Beta 2 and the install went flawlessly (I downloaded the CD-image and installed that). Then I got ...Show All

©2008 Software Development Network

powered by phorum