KosmiCKhaoz's Q&A profile
SQL Server Pipeline buffer leaks
Any tips on how to deal with pipeline buffer leaks that are appearing when looping round a package multiple times. Also any information on whether tweaking DefaultBufferRows / Size or threads would be helpful... (this is all stuff that either worked or wasn't as bad in the Dec CTP.. so much for progress....) This was a bug that has been fixed. There is no work around for this in the June CTP, but it wi ...Show All
Visual Studio Tools for Office Getting XPath expression for an XMLNode
Is there an easy way to determine or get the applicable XPath expression from a Microsoft.Office.Interop.Word.XMLNode instance at runtime Or do I have to navigate through the XMLNodes and build the XPath string myself I have some C++ code that we use in VSTO to build the XPath for XMLNode which validates against schema etc. It is not an exact sample code that you are looking for. I will do this one t ...Show All
Windows Forms ComboBox databinding
I can bind my combobox to a datasource.... but i also like to add an item to the combobox without having the item in the db .... like having the All option in the combobox. something like this : All cat dog So cat and dog is in the DB ... but id like to add the item All ... without having it in the DB. Is it possible Add a row to the table in the dataset for the 'all' option. This will not update your DB unl ...Show All
Visual Studio Tools for Office Serious Error with VSTO 2005
Hi, I fell into the serious errors when I follow the points as given below: 1. Click on "Add New DataSource" into Datasource configuration wizard. 2. Choose the "Object" from the options. 3. Select any of the classes from "NameSpace.Entities" dll generated by myself works as dataaccesslayer. Lets suppose class is "XXX.cs", select it & click finish. 4. Open the "Datasource Explorer", Browse the class "XXX.cs" that i ...Show All
Visual C# HttpWebResponse problems...
I've been working on a USPatent information parser for some research I'm doing on the patent system. One aspect of that parser is a module to access and download the patent text from the USPTO, however I can't seem to get it to work. No method I have tried works - everything returns a "Server committed protocol violation" error. Does anyone have a workaround they'd be willing to share Code: using System; using System.Collect ...Show All
SQL Server Bookmark Lookup
Fellow Developers i have a query that has joins of tables with huge data (more than 2G of records per table). the execution plan shows me the 80% of the execution is on a "Bookmark Lookup" on the biggest table. Does anyone have clue how can I optimize this query other than using covering indexes... best regards Jeries Shahin wrote: Other than using covering indexes... Well, if you know the answer already.... ...Show All
SQL Server An error occurred while trying to access the database information meta data
When I click on "Data Transformation Services/Meta Data" under Enterprise Manager I get this error. Is this normal. It is occurring on several servers. tks, ken. ...Show All
.NET Development Generics Collections
Hello I have a list that I want to change for some of their values. Here is a very simple sample: Dictionary<int, string> list = new Dictionary<int, string>(); for (int i = 0; i < 5; i++) { list [ i ] = i.ToString(); } foreach (int i in list.Keys) { if (i > 3) { list [ i ] = "*"; } } I get this exception : "Collection was modified; enumeration operation may not execute" Thanks ...Show All
Windows Live Developer Forums You've built your BOT, now get the Unlimited RL for it
I want to follow up my previous post about free tools for builidng BOTS on Messenger and answer the BIG question that a couple people have had. To remind everyone, this is the offer from Conversagent to provide free access to their BOT building SDK for six months. The big question being "okay, I've built my BOT ... how do I get the unlimited reverse list for it " Here's the answer: For people that have built their BOT on top of the ...Show All
.NET Development looking for a good XML schema wrapper tool/code generator
We extensively use XML schema in our application, exchanging XML instances between the client and the server. We create typed dataset wrappers on top of the schema to speed up the development. These wrappers are just used internally and are not exchanged between the system components. Some features enabled using the typed dataset as a wrapper are missingin from the classes generated by XSD.exe so we dont' use it. On the other ...Show All
Visual C++ Running an .exe file compiled in VC++ 2005 on a different computer
Hello, I've got a question regarding how to run a program compiled using VC++ 2005 on a different computer. Although I have seen the thread by suda5181 and the answer by RonaldLaeremans (http://forums.microsoft.com/msdn/ShowPost.aspx PostID=23371), I can't find the redistribution pack for the current Visual C++. I have found a page with the Redistribution pack for Visual C++ 6.0 (http://msdn.microsoft.com/library/default.asp url=/library/en- ...Show All
SQL Server SQL Server 2005 and 2000
When SQL Server 2005 finally ships, will one be able to install it on a machine with SQL Server 2000 already installed Where can I find instructions to install SQL Server 2005 Developer on same box as SQL Server 2000 Developer Do you want to select the SQL Server Database Services 8.00.761 for upgrade during the SQL Server 2005 installation I want to make sure I don't mess it up. Thanks. ...Show All
Windows Forms How to make columnheader readonly?
hello guys.. could you help me on how to set my columnheader to readonly. thanks ...Show All
Visual Studio Express Editions how to connect to file server!!
how can i connect to file server in ASP.Net!!and i want to access the C: directory of file server..hepl plz..i only want sample connectionstring ...Show All
Visual Studio Problem installing .NET Framework 2.0 Beta 2
Hello: I hope that I'm posting to the correct area... I'm trying to install Visual C++ 2005 Express Beta 2 and the installation process fails. The failure occurs after the download is complete and the installation of the .NET framework has commenced. No error information is displayed, other than the notificaton that the error has occurred. I've turned off Spybot, for what that's worth. Any ideas on how to procee ...Show All
