qbnsoftware's Q&A profile
Visual Studio Team System TFS MSSCCI Provider
I've just downloaded the new release of the TFS MSSCCI provider. Every time I download and try to install it (and I've tried from several different machines and networks now), the installer runs ok but then generates the following error part way through the install: The cabinet file '_DE4122DA27BBE897D870DBB37A5A532C' required for this installation is corrupt and cannot be used. This could indicate a network error, an error reading from the C ...Show All
Windows Forms can datagridview bind to a mysql database??
i waana use mysql database in my project coz is smaller.. faster.. and easier to use.. my question is can the datagrindview bind to a mysql database I've accomplished this using the MyODBC Connector. I created a simple tutorial for it. You can find it at this URL: http://home.comcast.net/~mking56/MyODBC_TutorialWeb/myodbc_tutorial.htm ...Show All
Smart Device Development .Net compact Framework 2.0 Book
Hi There, I am a new in developing in .Net compact Framework. I have a project and I need to develop a database application for Axim Dell Handheld and I wanted to use .Net compact Framework 2.0. I'm still struggling to find a book for .Net compact Framework 2.0. Do you know any good book out there that I can use for .Net compact Framework 2.0 Your help is much appreciated. Best Regards, ckzulueta ...Show All
Windows Forms Stream Writer C#
Alright there are two things i wanted to know 1. I would like to know how to write a directory which includes " ) } etc into a text file using StreamWriter. Everytime i do so, it screws up the code and will not build. e.g. Using System.IO; Using System.Text; FileStream file = new FileStream ( @ "C:\\Gay.txt" , FileMode.Create, FileAccess.ReadWrite ); StreamWriter sw = new StreamWriter (file); sw.WriteLine( "" C:\documents and Settings\.... ...Show All
Visual C++ C4533 warning, "initialization skipped by goto"
Is this warning buggy in MSVC 7.1 or is it just a stupid warning In the example given here: http://msdn2.microsoft.com/library/f7687yks.aspx It makes sense because the condition, (1) will always be true and the goto will always skip the initialization. But the following code gives me the same C4533 warning and it makes absolutely no sense why it should. #include <iostream> using namespace std; struct TOILET { &n ...Show All
Visual C# DropDownList in Windows Form
Hi, How to create a dropdownlist in Windows Form with Text and Value property. Understand that the ComboBox can only add Text but not the value. Thanks. Buru. Hi Ralph, Thanks for the advice anyway. Buru. ...Show All
Visual C++ _vcclrit.h is deprecated. What's the replacement?
I have an managed DLL that compiles fine in VS2003 but fails on Whidbey Feb CTP. I couldn't find any document about replacement for _vcclrit.h according to http://support.microsoft.com/ id=814472 Any advice C:\Program Files\Microsoft Visual Studio 8\VC\include\_vcclrit.h(23) : warning CRT1001: _vcclrit.h is deprecated C:\Program Files\Microsoft Visual Studio 8\VC\include\_vcclrit.h(94) : warning C4996: '__lock_handle' was declared deprecated C: ...Show All
Microsoft ISV Community Center Forums INserting custom fields in Word
I would like to have a menu in Word that allowed me to insert fields. I don't mean the preset fields Word come with, but fields just having a "custom - name" (similar to mail.-merge fields) May someone tell me how to achieve that thanks Per one of our support engineers: 1. I am not very sure what you mean by "fields having custom name". Could you let me know what you actually want to do If you mean to insert the controls i ...Show All
Windows Forms get template of a document
hi, i develop an addin project. i want to find the template of a document when document is opened. i could catch event when a document activated with below event handler. public void WindowActivated(EnvDTE.Window gotFocus, EnvDTE.Window lostFocus){ gotFocus.Document. ...Show All
.NET Development how to find a control value in a gridview
String AC; foreach (GridViewRow gvrow in GridView1) { AC = gvrow.FindControl("NID").ToString() + "@meme.com"; } Response.Write(AC); Error with foreach: foreach statement cannot operate on variables of type 'System.Web.UI.WebControls.GridView' because 'System.Web.UI.WebControls.GridView' does not contain a public definition for 'GetEnumerator' How do I work this out Instead of loopi ...Show All
SQL Server SQL Server 2005, Parameterized Filter: Snapshot could not be applied
Hi My merge replication (over Web) has been working fine. But since two days, I've got the following error: If I'd like to reinitialize a subscriber or add a new subscriber, the following occures (on the client side): Client connects to the (Web) server All the snapshot files are loaded down to the client The client tries to apply the snapshot (to a blank database), but then, the following error occures: (Translation from German) Microsoft SQL ...Show All
Visual Studio Team System Installation problems
I am currently trying to install Team Foundation Server 2005 Beta 3 onto a Windows 2003 server (SP1) for testing purposes, but having some weird problems. I have downloaded the installation instructions and Installed SQL Server 2005 (CTP). This installed fine, with no problems. Then I have installed Sharepoint services with SP1, again no problems there. Finally when I tried to install TFS, this is what I do, 1. click on setup.exe and select ...Show All
Visual Studio Using MS VSS with PowerBuilder
I was wondering if anyone was using MS VSS with PowerBuilder and if so, are you able to check in/out PB objects that are within an individual PBL source file either the 'same' or 'similar' as you would with the Native PB Source Control In other words, does VSS work at the object-level (and/or 'file-level') I need to be able to check in/out objects that are within a source file (.pbl) and not be in a situation where one developer checks ou ...Show All
Game Technologies: DirectX, XNA, XACT, etc. XNABuild.exe seems to have a problem opening normally
I just downloaded this, and I'm getting this error from the WinZip Self-Extractor: Ecrofirt, thank you for letting us know. I am not sure why you're seeing that error. Did you try to open immediately from the Web or did you save locally first And do you know why your machine isn't letting it create a new directory (e.g. you're running it from a network share or where you don't have sufficient priveleges to create a folder or from a burned CD) ...Show All
SQL Server How to get programatic access to SSIS Service run time pkg monitoring info...?
If running pkg from file system ( not deployed to SQL ), how do you interrogate the DTExec process to get pkg info, similar to the info the SSIS service shows...is this exposed somewhere in the API, to get runtime info for a pkg... Want to expand on what SSIS Service monitoring provides... Thanks in advance... RC You can control what is reported to the console, /REPORTING, and you can set loggers, /LOGGING, but ...Show All
