Jose Fuentes's Q&A profile
SQL Server Cannot Install SQL Server 2005 [SOLVED]
I'm trying to install the final releases of Visual Studio 2005 Pro and SQL Server 2005 Developer's Edition. Unfortunately, I uninstalled VS Apr CTP "first" INSTEAD OF SQL Server 2005 Apr CTP. I was then able to install the final release of VS 2005 without any problems but now I cannot install the SQL Server 2005 because it finds the beta components that must be uninstalled before proceeding. I tried using "Add/Remove Programs" but when I ...Show All
Windows Forms Windows Forms App Without Forms
Im writing an application for our office since the office wants to implment timesheets so i though a tray icon you can dbl click on when you get in and dble click on again when you leave very straight forward execpt the application starts&nbs ...Show All
Software Development for Windows Vista Vista Install 5342 problems
I have downloaded vista 5342. I start installing it and it manages to rech phase 2 of the install. Now after the first restart during phase 2 of the install my screen eventually goes Black. It has an underscore "_" flashing at me in the top left corner of the screen. This also happens to me on build 5308. I heard that this black screen is where the hardware is checked. I have left it on this black screen for 1hour and still no look. I ...Show All
Software Development for Windows Vista Addressable Memory
What will be the maximum addressable memory of the Vista versions ...Show All
Visual C++ Inherited nested class bug
/* Inherited nested class bug class B inherits from A::Nested and defines a class named Nested itself. So B is a composition of : B::A::Nested B::Nested class D should be a composition of : A::Nested B::Nested The enclosing class should behave like a scope for nested classes and its name can be used to discriminate between equal named objects from different scopes. The example compiles with comeau ( http://www.comeaucomputing.com/ ) and gcc ...Show All
Visual C# Trouble when creating directory
Hi guys, I need my application to get the startup directory and check if subDir X exists, otherwise I create a new one. I am trying the following code, but getting error: (I am working on server) public void createDirectory( string name, bool hidden) { if (! Directory .Exists(name)) { Directory .CreateDirectory(name); }; DirectoryInfo dir = new DirectoryInf ...Show All
Windows Forms Error: Key not valid for use in the specific state.
I hope I am in the right forum for this problem: I am trying to add a "DataGridView" component to my form. Under DataGridView Tasks, I go to 'Choose Data Souce' and then I go to Add Project Data Source and then choose Database and click Next. The window changes (as though it is going to let me enter in some more information), but then an error message appears that says: An unexpected erro ...Show All
Visual C# How to launch process in c#.net web application(on button's click event)
Hi All, using System.Diagnostics; Process process = new Process(); process.StartInfo.FileName ="msimn.exe"; process.Start(); This code runs perfectly with Console Application but I need to run same " msimn.exe" on button's click event in web application..I have tried but unable to do that.. Pls..let me know how to do that ,Thanks in advance Leena & ...Show All
Visual Studio Team System Cant start a build
Something has happened to our Team Server. Yesterday afternoon, the server stopped allowing us to start a Team Build. I have tried both through the IDE and the command line. After a couple minutes the process times out with message: Failed to retrieve data from the server. Please verify the network connection and try again. To my knowledge, no settings were changed on the server. We had run several builds in the morning, and then it just ...Show All
.NET Development SQL strings and distributed applications
I am building a solution in VB 2005 which uses SQL strings to determin varoius totals etc. It works fine on my machine - but when I deploy the solution and install it on another machine, it fails to show the totals at all. I am in no way an expert so i assume that I have overlooked something simple. I would be most grateful if anyone could point me in the right direction. I don't get any error message, when you ...Show All
.NET Development How to use Type.GetType(string)? Doesnt seem to work.
I'm trying to write a function to genericly return a new instances of a Windows form control based on its typename. It would seem that I should be able to do something like. Activator.CreateInstance(Type.GetType("System.Windows.Forms.Label")) to accomplish this. I can make Type.GetType work for simple types such as "System.Int32" or "System.String" but it does not work when I ask for a label or textbox. Obviously I'm not getting the typename rig ...Show All
SQL Server Welcome to the Notification Services Discussion Forum!
I'd like to welcome you to the SQL Server 2005 Notification Services discussion forum. This is a place where you can ask questions about scenarios, deployments, technical questions, or just simply troubleshooting questions. Notification Services is a part of SQL Server 2005 that enables event processing and notification distribution at Internet scale. I hope it becomes a vital part of your organization's information distributi ...Show All
Visual Studio Express Editions Registration Fails
I am having difficulty registering Visual Basic Express 2005. I get the email which gives me a link to confirm my email address, but when I click on the link, I get an error stating that the page cannot be displayed. I get that even when I manually cut and paste the URL. Is there another way I can register the product I am having the same problem, and I do not know what to do to solve it, could someone help us p ...Show All
Visual Basic I 've integer cloumn with default value -1 how it comes null!!
in my access database I have column with type integer, its default value is -1, from the code I want to set that value to Null or nothing, how ...Show All
Visual Studio 2008 (Pre-release) Xml Literals in C#
Hi, I dont know if someone already answered this question but, how come c#'s version of xlinq (, or c#3.0, or c# orcas, or whatever it's called now) does not include xml literals! I cant imagine a reason not to include thins functionality beyond being too hard to do in c# or something like than. The C# design team has prioritized language changes like XML literals down quite a bit, believing that the XLinq c ...Show All
