mrkazito's Q&A profile
Windows Live Developer Forums Alternate Sources (specifically spelling)
I notce that the wsdl now defines a number of sources but they don't seem to return any results. Any clue as to when the spelling source may be available Also out of curiosity, what is the WordBreaker source Thanks! mp Dumb me, I was passing too much into the query node which was causing it to return 0 results. Spelling is in fact working. ...Show All
Visual C++ Error on delete [] v
Hi, I have a problem with a class. The declator is class Configuration { public : struct conf_table { char name[40]; char value[10]; }; struct conf_table *conftable; int size; //rows on conftable int max_size; //maximum rows on conftable public : Configuration( void ); //Constructor ~Configuration( void ); //Destructor }; And the code is Configuration::Configuration( v ...Show All
Visual Studio 2008 (Pre-release) how to open existing infopath form
Thank you very much for your help. But can you please help me in opening an existing infopath form when a button is clicked in my WPF application. Check here: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=408504&SiteID=1&mode=1 No need to create a new thread for the same thing ;) ...Show All
SQL Server How to Connect to Analysis Services from Client Management Studio?
From my client machine, I have no trouble accessing the Database Engine of my 2005 server in SQL Server Management Studio since I can use SQL Server Authentication. However, Analysis Services (at least how my server is configured right now) only allows Windows Authentication and I can connect. For what it's worth, I can't connect to the Database Engine either on my client using Windows Authentication. What do I need to do to c ...Show All
Visual Studio Team System Do we get any CAL with TFS Standard?
According to Rob Caron's post, ( http://blogs.msdn.com/robcaron/archive/2006/03/16/553121.aspx ), Workgroup edition will only give us 5 licences, and if I have 15 developers, all with MSDN licences, I will have 15 licences for TFS server, but I still have to purchase TFS Standard edition in order to have all 15 of my developers access the same server. Sure seems like there should be a better way to do this. Like, for instance, everyone who buys ...Show All
Visual Basic Regarding Commenting in VB
Is there any good reason why multi line commeting is not provided in VB. Thanks AnilG Yippee Someone else that doesnt want to see there code proliferated with semicolons. Each to there own these days, both languages VB / C# provide almost identical functional - sure theres differences but its really personal choice what you want to code in. If you like wearing out the ; key on your keyboard then C#. If you prefer more ver ...Show All
SQL Server Storing an array in an SSIS variable
I am not much of a VB.NET programmer, so forgive me if the solution to this problem is obvious. What I am trying to do is store an array from a Script Task in an SSIS variable and then access it from later script tasks. In brief, this is what I have tried so far: Init (Script Task) This task initializes an array: Dim processes(0) As System.Diagnostics.Process Dts.Variables("Processes").Value = processes LOOP - Start (Script Ta ...Show All
Visual Studio Express Editions Newbie Trying to get specific data from an sse database
I am trying to query a specific field from my sse database based on two different variables. And use this information to fill a textbox with an integer. The first variable is a combobox that is filled with data in one of the other tables in the sse database. This table has a PKcolumn that is an integer and the identity of the column. The only other column is a nvarchar(30) string (which is the actual data in the combobox) The second variabl ...Show All
Software Development for Windows Vista Boot failu BlInitializeLibrary failed 0xC0000001
I am trying to install Vista on the following hardware: Development Board: Intel Fort Bragg development board Rev. C CPU: Pentium-M or Celeron-M Chipset: 855GME /6300ESB Memory Installed: 1G The following error occurs almost immediately at boot: BlInitializeLibrary failed 0xC0000001 This occurs when booting the distribution DVD or attempting to perform an upgrade from Windows XP pro. It happens b ...Show All
Visual Studio Express Editions XML...add new XML elements to existing document
I asked this earlier, but didn't get an answer. I'd really like to figure this out. It seems like it shouldn't be too hard to do. I'm making an application to keep track of recipes. I'm able to add two recipes, but when I add a third, it overwrites the last one in the file with the new one I'm adding. Can anyone give me any suggestions on how to do this Here's my code. Private Sub Save_Click(ByVal sender As System.Object, ByVal e As System.E ...Show All
Visual Studio Team System VersionControl.xml and checkin policy
Hi There! Finally I got Check-In policies to work thanks to Buck Hodges and James Manning and my <checkin_note label="Comments" required="true"/> post (In this forum). Obviously, now I want more. I want that every new projects created with my template have this check-in policy activated. Is there any thing looked like this < checkin_policy type = " Check for Comments Policy &qu ...Show All
Visual Studio 2008 (Pre-release) Cursor from Geometry
Hello, is it possible to convert Mouse Cursor from Geometry I have a bit of UI on my screen, which I'd like to turn to a Mouse Cursor. Thanks. I guess you could hide the mouse cursor and RenderTransform/Translate a DrawingBrush or Image in response to the MouseMove event... Not what you'd wish for, but doable... ...Show All
Visual C# Need good tutorial for Query Builder
Where can I find a really good tutorial on the VS 2005 version of Query Builder using C# I have limited SQL knowledge and no experience at all with previous versions of the Query Builder. I posted this in Visual Studio General as well. My question isn't really specific to C#. ...Show All
SQL Server Looking for the definitive answer: Microsoft SQL Server 2005 Express Edition x86 install failed
I installed, uninstalled, deleted, editted my registry etc and I finally goto to this error while trying to install VS2005 (released) on a Windows 2000 PC (that had Beta2 and RC1 installed & uninstalled): [11/17/05,16:46:51] Microsoft SQL Server 2005 Express Edition x86: [2] Component Microsoft SQL Server 2005 Express Edition x86 returned an unexpected value. [11/17/05,16:46:51] Microsoft SQL Server 2005 Express Edition x86: [2] Return from ...Show All
Windows Forms DataGridView and ComboBoxColumn problem
Hello I've been trying to use a DataGridViewComboBoxColumn in a DataGridView for a couple days now. No matter what I do I get an error when the grid is being populated saying that the value is invalid. On the database (Oracle) there is a field called BlocksRule that is number based and has a Check constraint to only allow a 0 or a 1. These two values correspond text values of "All Locations" ...Show All
