TheLastVampire's Q&A profile
Windows Forms Customized Designer Code
I'm working on an application where I need some special initialization on each form and therefore would like to extend the Designer code. Currently, I manually add my special initialization method to the form and call it after InitializeComponent(). After making changes on the form I always have to check my init method and eventually change it according to the new form layout. My question is: is it possible to extend Visual Studio 2005 Professi ...Show All
.NET Development MMC 3.0 SDK
From the MSDN site there are several samples and documentation about the new managed MMC 3.0 extensions. I tryied to look in the april platform SDK (the last one I found) but there isn't any MMC 3.0 sdk. Does somebody knows where can I get it Thanks, Pierre The new managed MMC SDK has not yet been released. The documentation is available online but the SDK itself containing the Microsoft.ManagementConsole assembly is not publicly available ...Show All
SQL Server Keeping track of last time of extract
I am building an SSIS package in which I extract data from a number of transaction tables. The rows in each transaction table contain a timestamp. I would like to do the following. * Every time I extract rows from a table I want to extract only the records added since last extract (no rows are modified or deleted - only added) * In the extract process I want to find the maximum timestamp in a given table. This timestamp should be stored&nbs ...Show All
.NET Development using()
hi, What is the best way to rewrite this method with the keyword using() I know I can use it for the connection and command. public int EmployeeDetailsAdd( string strFirstName, string strLastName, string strTitle, DateTime dtBirthDate, string strNotes) { string strSQL = "usp_EmployeeDetailsAdd"; string strConn = clsDataHandler.GetConnectionString; try { SqlConnection oCon = new SqlConnectio ...Show All
Windows Forms Why does a windowsControlLibrary does not show in toolbox when inside a solution Folder?
Is this a feature or a bug I have a solution with some solution folders inside for neatness. Solution "MyFramework" Portals "Solution Folder" UI "Solution Folder" Portals.UI.MyWinForms "Project" when building this solution 1)it does not automatically add it to the toolbox 2)Trying to add it manually it does not le ...Show All
SQL Server CREATE TABLE/VIEW from stored procedure or SELECT...
Can anyone tell me how can I create a table in (SQL Server 2000) direct from a stored procedure execution or from a SELECT result I need something like this: CREATE TABLE < t > FROM <sp_name p1, p2, ...>or like this: CREATE TABLE < t > FROM SELECT id, name FROM < w > ... Thank you! Sorry joeydj but your example create a copy of another table! I need to create a table that contai ...Show All
SQL Server Report Builder Error When Running Report
Hello everyone, I've come across an unusual error on some of our machines. I'm trying to track down why only certain ones will give an error. I thought it might have something to do with .NET 2.0 not being installed, but I assume that they wouldn't even be able to launch Report Builder if this is the case. I'm at the point now where I've been told these machines have .NET 2.0. I plan on trying to verify soon, but I thought I'd get everyone's ...Show All
Visual C# Create updates of my Setup project…
I make a Setup Project in Visual Studio 2005 for my application. All works well but when I’m going to distribute an update in a new builded version of my application my clients have to first uninstall my application and then reinstall the new one. I get the following error when I try to install my app again: Another version of this product is already installed. Installation of this version cannot continue. To config ...Show All
SQL Server The configuration of the AdminConnection\TCP protocol in the SQL instance SQLEXPRESS is not valid
Hello, I am getting the following warning in the Application Event Log: The configuration of the AdminConnection\TCP protocol in the SQL instance SQLEXPRESS is not valid. The warning is logged by the SQLBrowser service. This is happening on Windows 2003 server with SQL Server Express 2005. On the same machine SQL Server 2000 is installed. I am currently unable to connect from remote clients to the instance of SQL Express and I bel ...Show All
Visual C# Why this Winform compile error message
I am just switching from VB to C#. I am creating my first little test app as a winform. I have run into an error message when compiling the application. It reads: Type name InvoicesDS does not exist in the type 'Invoices.Invoices' I have a form called Invoices and this error points to the Invoices.Designer.cs file. The line that it stumbles on is this.invoicesDS = new Invoices.InvoicesDS(); I have found a way around the problem by ...Show All
.NET Development Multiple server objects in one remoting configuration file
I would like to use one remoting configuration file to set up multiple remoting objects so that I can use one Windows service to implement many objects. I have been able to set up one object successfully. But I would like one Window service to accommodate many remoting objects to duplicate the way MTS handles many objects in a package. I would like to avoid having to set up a Windows service for every object. I have attempted definin ...Show All
Architecture A good first book about .net architecture
Hello gurus! I am a computer engineer (a Spanish five years degree) and a MCAD.net professional. I know about general architecture but not architecture in .net world. I want you to tell me a good first book about architecture under .net (net 2.0 ), develop real scalable applications, n-tiers, etc etc. Thanks. This looks good - Pro Scalable .NET 2.0 Application Designs , though I don't own it, I have browsed it in the bookstore an ...Show All
Game Technologies: DirectX, XNA, XACT, etc. December 2005 DirectX SDK now available
The Windows Graphics and Gaming Technology Team is proud to announce the latest version of the DirectX SDK, available for immediate download! The latest SDK, as always, can be found at http://msdn.com/directx/sdk . So what's new Well, some of the really cool additions and updates are: - Direct3D 10 Technology Preview: That's not a typo. If you have Windows Vista, you'll be thrilled to get your hands on thi ...Show All
SQL Server cannot install integration services
Hi! During the installation of integration services (SQL 05 Developer RTM) I get the following error: TITLE: Microsoft SQL Server 2005 Setup ------------------------------ Failed to install and configure assemblies C:\Programme\Microsoft SQL Server\90\DTS\Tasks\Microsoft.SqlServer.MSMQTask.dll in the COM+ catalog. Error: -2146233087 Error message: Unknown error 0x80131501 Error description: Failed to generate type library 'C:\Programme\Microsof ...Show All
Visual Studio vs 2005 beta 2 setup fails
When I try to setup vs 2005 beta 2, it says that it failed to setup visual studio itself after it gets to the end screen. The installation seems normal untill then because the vs 2005 even gets a checkmark next to it when on the install screen. The progress bar never moves when it is on vs 2005 though. I will post the error log when I can find it. Hello, I am getting the same kind of error when installing ...Show All
