Oliver 123's Q&A profile
SQL Server Error installing SQL Server 2005 Upgrade Advisor
I'm getting a Windows Installer error when attempting to run the Upgrade Advisor setup package (SQLUASetup.exe). The error message reads: "This installation package cannot be installed by the Windows Installer service. You must install a Windows service pack that contains a newer version of the Windows Installer service." The machine is running Windows 2000 sp4. Both the .net framework v2 and Windows Installer 3.0 have been installed. A ...Show All
Visual Studio 2008 (Pre-release) Control looping
Hi, I have a panel and I want to loop through all the controls on it, to set certain properties like Text, etc. Is there an easy way of doing this Generally it depends on a type of the Panel (ItemsControl has Items collection, Canvas/Grids have Children property. For the general case you can use smth. like: foreach (FrameworkElement f in MyPanel.Children) { if (f is Label) { … do processing f ...Show All
Visual Studio Tools for Office having Server Controls in a Research Serivce
Hi, I am working on my Research pane and i would like to develope it. What I want to do is, adding a TreeView to my Resarch pane, Is it possible I have searched very much , I need som code thank you Hi, Unfortuneately, this question is beyond our expertise. I have re-posted it to the officedev newsgroup. http://msdn.microsoft.com/newsgroups/default.aspx dg=microsoft.public.officedev&lang=en&cr=US ...Show All
Visual Studio Team System TF42046 when trying to build a build type
Hi all, I'm using tfs beta 3 refresh and I'm trying to run a team build type and each time I get a TF4204 error when the build begins. I have read and checked all the settings mentioned in the following links: http://geekswithblogs.net/mskoolaid/archive/2005/12/15/63276.aspx http://blogs.msdn.com/mnkish/ My topolgy is as such that the build machine and the team foundation server are in differernt machines (though in the same domain). ...Show All
SQL Server Create Temp Table Help
What I want to do is because I cannot perform cursor transactions inside an INNER JOIN, I need to take the following portion out of my secdond INNER JOIN below and throw that filter into a temp table first at the very top of my entire stored procedure. Then I need to reverence that temp table instead of the RFINAL table in the rest of my stored procedure. The part that will put records into my temp table is: &nb ...Show All
Windows Forms Open a form
Say I have two Forms. frmOne frmTwo How can I open frmTwo from frmOne. I see all the various ways I can create new forms, and open them. But I dont want that...I want to open one that already exists and has all my controls on it. Thanks for answering a simple question... HC Hi Harry, Dim TempfrmTwo As New frmTwo TempfrmTwo.Show() ...Show All
Visual C++ not able to find
hello all, i am unable to find this: (using visual studio 2005, visual c++ 2005) On the Project menu, point to Add To Project, then click Components and Controls, This displays the Components and Controls Gallery dialog box and places you in the Gallery folder. while reading the windows media help. how can i find this Thanks The C# app has an 'add component' option in that menu, but ...Show All
Visual Studio 2008 (Pre-release) Tooltip background question
Hello, How can I set the background of a tool tip to transparent I tried the following but the background is black - which results in an ugly tooltip. (Sorry for the basic question, I am newbie at XAML) Thank you <Page xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" > <Page.Resources> <Style TargetType ="{x:Type ToolTip}" x:K ...Show All
Visual Studio Source parameter for the IDE (vs.2k5 rc)
Hi, I'm developing a .net library with a Nunit 2.0 unit test, and i'm received this message when i build the 2 projects: "Error 5 A problem occurred while trying to set the "Sources" parameter for the IDE's in-process compiler. Attempted to read or write protected memory. This is often an indication that other memory is corrupt. " what is the problem thanks for helps Hi Jeff, I'm having the same problem. Unfortunately it's ...Show All
SQL Server Problem to install SQL Server 2005 CTP June edition...
Hi When I tried to install, I kept getting the following problem with System Configuration Check: A previous installation required a reboot of the machine for changes to take effect. To proceed, restart your computer and then run SQL Server Setup again. I've rebooted many times (with AntiVirus turned off) and yet the above problem remains. Anyone has a solution to the above problem Thanks. Rgds OngCF ACtually wo ...Show All
Visual Studio Textarea feature in DSL designer issue.
Dear all, When I use the Use Case Diagram DSL tool and draw a Common icon to the designer, I found that Common icon can only accept Textbox (single line). Currently I need to place multiline statements in the Common icon. Can Designer support Textarea (multiline input) It will do alot of help for me. Thanks you. Long Live DSL! Hi there. I'm afraid the current CTPs of the DSL Tools don't support textarea style decorators. ...Show All
Visual Basic question about Long data type in VB 2005 Express
Why is (2^63) - 1 not a constant expression not representable in type Long. I think we're saying the same thing. It is a characteristic of the behavior of the datatype. The hi-bit is a sign bit. Not so for the ULong or Uint64 datatype. ...Show All
SQL Server Unable to connect with SQL Server
During the design phase, i use the sqlDataSource tools to connect with the database, but it showed this error mesage to me: An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server) ...Show All
SQL Server Making outbound HTTP requests from SQLCLR
Hi, I have written a C# console application that adds a message to a SB queue and a C# stored procedure that reads the message from the queue. I have had so many problems that I'm beginning to doubt the usefulness of this, but that is probably just my frustration speaking. I am stuck on putting an XML message into the queue and reading the XML in the stored procedure. The console app has a simple object called Message. This class has ...Show All
Visual Studio Express Editions Linker problem with PSDK
Hi All, I am by no means an experienced programmer, but have taken interrest in C++. I have tried to create a program that should remote control two or more other applications. I am trying to use FindWindow() to get me the handles of the desired applications. At first I had some (trivial) problems with the LPCTSTR, since I am not that good with pointers. If someone can find it in their hearts to explain a little pointer practices for me, I would ...Show All
