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

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

carsc

Member List

JimBone
LearnToRock
Santiago C.
lgemcor
tfinniga
phrozensnow
Anth
Adam Calderon
Peelio
Gio
michaelos
invalid display name 3
Dave Johnson
Abu Ayoub
narend
Dwight Kulkarni
smithsf22
Colby
Mr. Hanky
Sérgio Brito
Only Title

carsc's Q&A profile

  • Visual Studio 2008 (Pre-release) Using INotifyPropertyChanged/CollectionChanged

    Should these two events be used for proporgating changes back to a store or not If I am binding an ObservableCollection to a control (with all of the items in the control implementing INotifyPropertyChanged) if an item is changed through that control is the datalayer consuming the notifypropertychanged event to prompt an update correct usage ...Show All

  • Windows Forms DataGridView Escape Key + ComboBox cell problem

    have a problem whith comboboxcell in datagridview It works fine, i can choose any value, but when combobox is focused and i hit ESC key a messagebox with an exception error is shown saying : The following exception ocurred in the DataGridView: System.FormatException: DataGridViewComboBoxCell value is not valid To replace this dialog please handle the DataError event. HOW TO HANDLE this kind of DataError events please HELP.. my code: double Precio=1; double Precio2=2; double Precio3=3; double Precio4=4; int CurrentRow=0; int iPrecio=1; //note: each cell of column Precio has different combobox ArrayList aPrecios = new Arra ...Show All

  • SQL Server Create objects from a configuration file

    Anyone think this is a good idea http://lab.msdn.microsoft.com/ProductFeedback/viewfeedback.aspx feedbackid=42c20106-de27-4fb8-88e4-1bf13598c4e1 -Jamie Hello Jamie, How far would you go If I choose to export a whole package worth of configurations are you saying that I should be able to take this to a blank package, point it at the config file and it would at "Just Before Runtime" create everything for me You can imagine the hit associated with this, validation would be costly. What about Connection Managers sensitive data How would you design workflow in a configuration file Allan > Anyone t ...Show All

  • Visual Studio Team System Copy source control items with history

    Hi all, Is it possible to copy or move source control items to another team project, but without loosing the history Thanks, Michael. As long as the team project is on the same server and you have appropriate permissions on each folder, then it is possible to move the files between the two places using the Source Control Explorer or the command line client and history will be maintained. You might need to do some manual tweeking to ensure they are added/removed from the appropriate .vbproj or .vcproj files but it should work (I've just done it myself locally to be sure) However, I don't think that copying the files would wo ...Show All

  • SQL Server Error in Registering Instance using Management Studio

    Hi, When I register instance --StockBroker, there is an error in the second step: installing Windows Service. The error message is: Required information could not be retrieved from the registry. This usually indicates a problem with setup, configuration, or security. (Microsoft.SqlServer.NotificationServices) My setup testing was successful, and I used a domain account(admin) with the domain name. What could be the problem please help me out. ...Show All

  • Visual Studio compilation for dotnet 1.1 framework

    is possible to use visual studio 2005 to compile applications for the 1.1 framework i haven't found any options that let me choose which runtime target. I have several applications running and i cannot move all of them to 2.0 framework in a day. Luca, Visual Studio 2005 does not support v1.1 of the framework. If you want to write your applications using VS2005 you have to migrate them to v2.0. We are looking at providing a solution that will allow command-line builds of v1.1 applications using MSBuild, but it doesn't sound like that's what your after. Neil ...Show All

  • SQL Server Failed to generate a user instance of SQL Server due to a failure in starting the process for the user instance

    No wonder Microsoft is giving it away for free. It’s not worth anything. I am very disappointed in this version of SQL server. I decided to start learning VB so I downloaded and installed VB 2005 express edition and SQL 2005 express. I tried to build a personal website using the starter kit. I kept getting the following error message, for which I have seen numerous postings on this forum. “Failed to generate a user instance of SQL Server due to a failure in starting the process for the user instance. The connection will be closed.” I went out and bought the Standard version of VS 2005 thinking there may be a feature that the free exp ...Show All

  • SQL Server Accessing sys.syslockinfo from an application role

    In SQL Server 2005, you must have the VIEW SERVER STATE permission in order to access sys.syslockinfo ( http://msdn2.microsoft.com/en-us/library/ms189497 ). It seems that the VIEW SERVER STATE permission can only be granted to users. Once you execute sp_setapprole, the connection loses the permissions of the user and assumes the permissions of the application role ( http://msdn2.microsoft.com/en-us/library/ms190998 ). So, how can I access the sys.syslockinfo view while using an application role Note: I have to maintain compatibility with SQL Server 2000 Nevermind, I think there wa ...Show All

  • SQL Server Inconsistent package failures

    I'm debugging my first SSIS package and is getting inconsistent results. The package does not always complete successfully. When the package does fail, it fails at different tasks that accquire database connections. Any of the following error message would show up: [Execute SQL Task] Error: Failed to acquire connection "FORGE.FMC". Connection may not be configured correctly or you may not have the right permissions on this connection. [OLE DB Destination [6374]] Error: The AcquireConnection method call to the connection manager "FORGE.FMC" failed with error code 0xC0202009. [Connection manager "F ...Show All

  • Visual Basic Stopping Flicker

    I am sure that I have read how to do this but I seem to recall that it is to do with the paint event of a control. I have an application which uses a lot of different object types. These are displayed in a list. Changing the list selection causes the relevant data controls for that object to be displayed in a panel. I have a form for each set of controls. Using the object type I am selecting the appropriate window and adding it to the panel control collection. As the selection is changed the old window is closed and the new one opened. This causes a flicker on the panel. It does not matter too much if the objects are different ...Show All

  • Visual C++ SaveFileDialog

    I am trying to make a SaveFileDialog, I've never made one before so I was trying to. I'm not sure where I'm going wrong, I know that theres streaming involved and stuff like that but I'm getting errors. Heres my code: #pragma once namespace Save { using namespace System; using namespace System::ComponentModel; using namespace System::Collections; using namespace System::IO; using namespace System::Windows::Forms; using namespace System::Data; using namespace System::Drawing; using namespace System::Runtime::Serialization; using namespace System::Runtim ...Show All

  • Visual Studio Team System Team Foundation Server with Visual Studio 2003

    We have heard conflicting information about the compatibility of Team Foundation Server and Visual Studio 2003. We have many .Net 1.1 projects that we use vs2003 with.  We will have many .Net 2.0 projects that we'll use vs2005 with.  We would like to consolidate our concepts here and use the same Team Foundation Server if possible.  Primarily this would be with "version control" and "work item tracking". We have heard conflicting information about this functionality.  Does anyone know the final decision here   Will this "Team Explorer" TFS CAL work with vs2003 and .Net 1.1 projects Thanks!!! I a little m ...Show All

  • Windows Forms Necessary rights to install Click-Once application

    What rights does the user require in order to install a Click-Once application   I'm not referring to CAS right, but Windows rights (i.e. file system, registry, etc...).  I work in an environment where users have limited privileges on their machines and we’re trying to decide if this is a viable option for our application.   I’ve had trouble finding any documentation on this topic.   Thanks for the input.   Greg Thanks for the info.  Do you know if the requirements the same as in 1.1 or have they been modified ...Show All

  • SQL Server Dimensions with Startdate / Enddate fields

    Hi, I would like to know what is the best practice to manage Dimensions with StartDate / EndDate fields, in SSAS. Regards Ayzan Well first, is it possible to build dimensions with time dependance Regards Ayzan ...Show All

  • Microsoft ISV Community Center Forums RTM - Q3 or late Q4 ?

      Frank Boyne wrote: If...your eventual product user is willing to run on a beta version of the 2.0 Framework Ah, that's the whole crux of the problem! I'd be willing to, but getting customers to agree to that is a completely different matter . Thanks. ...Show All

©2008 Software Development Network