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

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

dbsize

Member List

spga
BKMETZ
c3
windsamurai
Irina Stanca
Acusis
Padschild
Bronko
Elisabeth1111
Denton
Christian Denny Petersen
Curt Robi
HalS
Lucky Tiger
AlainDe
swarmt
Dragan Panjkov
Lockie
JyothiN
zakHurst
Only Title

dbsize's Q&A profile

  • Software Development for Windows Vista Travel Example Application can't be built.

    Travel Example Application can't be built.The mistake is :Error 2 Compilation failed. the value can't be null。 Parameter name: name C:\Windows Workflow Foundation\Examples\TravelDemo\2006-03-31\TravelApplication 0 0 hello, pls install workflow foundation beta 2 or 2-2 and winfx components 3 -beta 2 ...Show All

  • Visual Studio Express Editions Data types: Decimal vs. Double

    Can someone explain to me the difference between a Decimal type & a Double type & explain where it is appropriate to use each one Thanks... One difference is that, from memory, it's Decimal that, when divided by zero, doesn't throw an exception, and has a value of infinity in that case. That's bitten me in the past, especially in VB, which is weakly typed, so a Double can turn itself into a Decimal, as i ...Show All

  • Visual Studio Team System Adding non-solution items to source control

    I'm concerned about the user experience for adding non-solution items to source control.  I'd expect to be able to right-click on a folder node in the SCE and choose "Add Files..." and/or "New Folder...".  Unless I'm missing something (entirely possible), I don't see any way to add an item to source control from within the IDE unless that item is part of a solution (in my mind, this is an extension of VS's broken concept of soluti ...Show All

  • Visual C++ That "File XXX not found in current source file's directory or in build system paths"

    I am so sick and tired of this bug. I right click on a file that the compiler knows how to find, then select "Open Document XXX" and then I receive "File XXX not found in current source file's directory or in build system paths". Was this ever fixed in 2005 I have been (im)patiently waiting and waiting for a new service pack to address some of the major flaws in VS.NET 2003. Is one ever coming out Was this bug finally fixed ...Show All

  • Visual Studio How to implement VS/VSS project on Dev/Test/Prod machines?

    I'm currently investigating source control options.  We are a Microsoft shop and we use Visual Studio .NET 2002 for editing source files but we don't currently create or use Visual Studio projects.  We have Visual Source Safe 6 but haven't used it yet. Current environment:   - Windows XP, VS.NET 2002 on each developer machine   - Windows 2003 IIS Servers - one for dev, one for test, one for prod I have a general Vis ...Show All

  • Windows Forms DataGridView Binding

    Hi, i'm implementing a solution with a datagridview that is binded to a sqlexpress database made within visual studio 2005 beta 2, but i'm not able to modify or insert data into the database, it seems that fetch correctly the data present in the database, but ignores any sort of changes to the database. Also i tried executing AcceptChanges method on the dataset at runtime, but it still ignores the changes made in the datagridview control. How sh ...Show All

  • Windows Forms ToolStrip layout when moving it to different parts of a ToolStripContainer

    Hi, I'm probably missing something very obvious but how can I ensure that a ToolStrip's Layout (ie: horizontal/vertical) is automatically changed when it is moved to different parts of a ToolStripContainer Essentially, I want a horizontal layout when the ToolStrip is at the Top or Bottom, and vertical layout when it is on the right or left sides. This is because the ToolStrip has buttons with text and they take up too much space when in a ...Show All

  • Visual FoxPro Spell checking?

    Well, as sort of a follow up, I am using the ActiveX RTF for one of my forms. What I'd like to know if there is a way to do sort of a spell check for what a doctor would type into it. Any one know It is only a partial answer to your question: http://www.medical-spell-checker.com/ I also managed to download it time ago and I do not recall how I did it. It is a part of my database now. If it is crutial I can try to email it to you. Lea ...Show All

  • Visual Studio Team System ASP.Net 1.x Performance Analyses Tool

    Hi All, Is there any tool available for asp.net 1.x like we have performance analyser in asp.net 2.0.   D_niit, Are you refering to the performance profiler that is included with the Developer edition of VSTS If so, then that tool is only available for Asp.net 2.0 it will not work with 1.x solutions. Thanks, Ian ...Show All

  • Visual Studio Team System "Currituck WITs" failure whilst trying to create a new project...

    I am getting a "Currituck WITs failed" when I try and create a new project, the exception has the following... System.Data.SqlClient.SqlException: Violation of PRIMARY KEY constraint 'PK__@members__24C087ED'. Cannot insert duplicate key in object 'dbo.@members'. The trouble is I can't seem to find which database or table this is refering too.  Anyone any idea Cheers Simon All fixed. i did a complete removal of everything and r ...Show All

  • SQL Server Analysis Services

    How do you grant just read access to the cube data to an end user Thanks,  Edwina Derrick I am not sure I understand what you mean by security features with roles and such in AS. I set up a role and gave them read access to the dimensions. This was not enough. I gave them read access to everything and they still couldn't view the data. Once I granted full administrator rights to the cube they could read the ...Show All

  • Software Development for Windows Vista Microsoft Exchange and WWF Integration

    Hi,  currently Microsoft Exchange includes a workflow engine built in. Will future versions of Microsoft Exchange be built on WWF. Microsoft is working through the appropriate use of Windows Workflow Foundation in many products including Exchange Server. Adoption of the technology by any product will depend on current product plans and other future requirements. The Exchange Server 2003 features of CDO for Workflow ( CD ...Show All

  • .NET Development 'System.TypeLoadException' -- PLEASE HELP

    Hello everybody, I am new to this forum, this is my first post. I recently compiled a large project using vc++ express, but I get this error as soon as the programs starts: " An unhandled exception of type 'System.TypeLoadException' occurred in Unknown Module. Additional information: Type '<Module>' from assembly 'VectorArt, Version=1.0.2297.41533, Culture=neutral, PublicKeyToken=null' contains more methods than the current implementatio ...Show All

  • SQL Server sending "Empty string" to a textbox on the report

    Hi All! I was checking the value of a field and if it is empty sending empty string to the textbox  if not only the first few values and it is working but on the empty field something like "#Error" is being displayed. here is the code: =Iif( Fields!Lname.Value <>””, Fields!Lname.Value .ToString().Substring(0,10), "" )   What I want to acheve is : If it is not zero to take the first 10 characters and if n ...Show All

  • Windows Forms How can I reach the Tag of a checkedListBox-Item??

    Hi! I created a CheckedListBox. Every contained item got an unique Tag: ListViewItem baItem = new ListViewItem(bauabschnitt.BA_Bezeichnung); baItem.Tag = bauabschnitt.BA_ID; listBA.Items.Add(baItem.Text); Now I want to loop through the selectedItems and retrieve the Tag of each item. But I only can do something like this: foreach (int indexBA in listBA.CheckedIndices) { string baBez = (string)listboxBAS.Items[indexBA]; ... } Isn' ...Show All

©2008 Software Development Network

powered by phorum