Sabbadin's Q&A profile
Windows Forms Windows Forms Inheritance Bug ?
I have a 3 level inheritance. class Level1 : System.Windows.Forms {} class Level2: Level1{} class Level3 : Level2 {} in the load event from Level1 I call a overidable method, that in Level2 is override and in this I make some initialization for information on the form, DataBinding and one SqlDataAdapter, but when I whant to see the designer for the Level3 the designer show me errors, why If this a problem in my whay of programming or ...Show All
SQL Server CTE in a DSV named query
Hello, I have a CTE that I want to put into a DSV named query. here is the CTE (which anyone can run): WITH mycte AS (SELECT TOP (200) object_id, name, column_id, system_type_id FROM sys.columns) SELECT object_id, name, column_id, system_type_id FROM mycte AS mycte_1 I can put that into the named query editor and run it, no problems. Upon clicking "OK" I get: Incorrect syntax near ')' In ...Show All
Visual Studio Team System Scenario work item in CMMI MSF
The process guidance for the CMMI MSF refers to a scenario work item. This work item is in the Agile template but does not appear to be in the CMMI template. Will this be added in the final version of the CMMI template Or will the process guidance be modified Hello Ed, What version of TFS are you using The CMMI template includes the following work item types: Task, Change Reque ...Show All
Windows Forms httpwebrequest
helllo i have made a windows application,and a web application as a middle tier for the users to make a web request through the http protocol within my web application i have a method that returns a datareader object. so my question is how can i use the httpwebrequest within the windows application in order to return the datareader object from the web application to the windows application i need help thank you for the suppo ...Show All
Visual Studio Express Editions Registration code
I've a problem with registration code. I've made full registration process & receive registration code. When I put it into VC#Express it says that registration code is invalid VC#Express was installed via Administation account, but I haven't such privilidges on my computer & attempt of registartion was made on PowerUser account (me). Any tips Are you sure that the registration key you have was ...Show All
Windows Forms what is the importance of ds.acceptchanges
hi when i update the dataset using a dataadpter i write da.update(ds) but i see some articales in msdn something like handling concurrency errors article i see after updating the dataset he writes ds.acceptchanges what is the importance of acceptchages now ! thanks in advance. You should look at a dataset as a disconnected image of your database, living on the client. As soon as the client starts modifying data in the datase ...Show All
Visual C# How to check that SQL Server or MSDE is installed?
Hi, 1) How to check that SQL Server or MSDE is installed 2) How to install MSDE automatically from my setup Thank's Alexei Hi, This creates the setup but if I have sql server with sp4 it tells me to install old msde. I don't want to install msde where I have sql server... How can I solev my problem in another way ...Show All
Visual Studio Team System Cannot connect to TFS from Visual Studio
I am not sure if TFS is even running. I can get to sharepoint no problem, create new sites etc.... I can get to the report services no problem and when I browse to the TFS host machine from a workstation I get the sharepoint site. I have tried running Visual Studio as the the tfsservice account and still I get the cannot connect dialog. How can I tell that TFS is installed and working Is there an admin utility What dir ...Show All
SQL Server Express Manager
When will the express manager be available for the msdn version that is scheduled to ship later this month. If express manager isn't going to ship then what tool will allow me to create users in my express 2005 database. Thanks Steve. Is there any target date yet for the RTM version of Management Studio Express I need something very soon for a production system. ...Show All
Visual C++ Getting File Created Date and Time
I'm trying to get the date/time a file was created and display it in a AFX message. I've got the display part finished but need help with getting the file date/time info. I see there are lots of ways in which to do this but I can't figure out which is the simplest or how to code it. All help is greatfully accepted. Hello: Please see the answer I posted on your other ...Show All
Visual Studio Using both Crystal .NET and Crystal XI
We are maintaining a web application that uses VS 2003 and Crystal .NET and developing an upgrade using VS 2003 and Crystal XI. How can I switch back and forth between Crystal environments in VS 2003 on one development machine Is it possible Has anyone accomplished this Scott Hello Scott, I'm not sure if other people have some tips in this area (or hacks) but I do know that Busi ...Show All
Visual Studio Document Explorer crashes
Thought I'd start a new thread, since I'm using Visual C# Express, rather than full VS2005. Windows XP Pro SP2, Visual Studio 2003 Pro, SQL Server 2000 Developer Edition, Visual C# Express, Visual Web Developer Express, SQL Express 2005, MSDE. I also have Virtual Server 2005 SP1 beta installed. Problem just started this weekend. Whenever I click on any topic in the Index, Document Explorer crashes. I've tried Repair on Visual C# Express, Visual ...Show All
Visual Studio Tools for Office Help: How to add keyboard shortcuts to Excel Custom Menu and Menu Items
I can't figure out for the life of me how to assign a keyboard shortcut to a custom toolbar in Excel. I am using C# and have successfully added the toolbar with menuItems but can't find a method or property to allow me to accept the actual keyboard shortcut and execute code. Any ideas I am using CommandBar, CommandBarControl, and CommandBarButton. There's an EXECUTE method for CommandBar controls. I've never tried it in Excel, but we use it ...Show All
Visual Studio Team System MFS installation
Kind of a silly question!!! Can I install Team Fundation Server If I get Visual Studio Team Suit finall version Visual Studio 2005 Team Suite, and the role-based Team Editions, each come with a license to install Team Foundation Server Workgroup Edition when it ships later this quarter. The Workgroup Edition is restricted to five users. Alternatively, you can purchase Team Foundation Server Standard Edition ...Show All
Software Development for Windows Vista Editing XOML in VS2005 and other designer problems
First problem is: I experience extreme lags (like 5 seconds delays) while editing (typing a character) XOML file as a source code in VS2005. The problem is reproducable on my office VS installation as well as on my home one. The XOML file contains state machine workflow. I'm using WF-extensions for VS2005 beta 2.2. Is this known issue Second problem - designer is not really ready for use: The WF-designer code is very slow. I exper ...Show All
