SiaugauZ's Q&A profile
Visual Studio Team System VS 2005 RC aligns with what version of TFS?
There is no TFS beta 3 posted yet--which version of TFS does the VS RC work with Visual Studio 2005 RC is intented to work with the September CTP of SQL Server 2005 and Visual Studio Team Foundation Server Beta 3. TFS Beta 3 should be available at the end of this week or early next week. Thanks, Ajay ...Show All
Windows Forms VB.NET for pocket pc
I am trying to load an access database into a datgrid for vb.net, van anyone offer any code ...Show All
Windows Forms Combo Box SelectedIndexChanged event Winforms
hello all, i am using a combo box on my windows form in vb.net. I have filled it from Table in Database like: Dim dSet As New DataSet obj = New DbCustomers dSet = obj.CustomerFillCompany If (dSet.Tables(0).Rows.Count > 0) Then cbocompanies.DataSource = dSet.Tables(0) cbocompanies.DisplayMember = "CompanyName" cbocompanies.ValueMember = "CompanyId" cbocompanies.SelectedIndex = 0 Els ...Show All
Visual Studio VS 2005 Beta 2 - Installing Team Foundation Server
Hi, I am trying to install VS 2005 Beta 2, Team Foundation Server with no luck. I installed SQL 2005 Beta that came with VS 2005 Beta, and Sharepoint 2003. On startup, when SQL 2005 server/analysis/report are running, Team Foundation Server installation conplains - SQL 2005 Analysis engine is not started / installed - SQL 2005 Report engine is not started / installed - Sharepoint version is incompatible How can I diagnose the pro ...Show All
Visual Basic HOW TO SAVE IMAGE INTO ACCESS DATABASE.
Hi, I want save the image into the database. Please, anyone help me to How to convert image as binary or any other way to save the image. Bye, Rashe Hi, Thanks for coding.I tried your ideas. But I didn't get the imagae . So, I try to convert the image into binary format and save it to the database. Then I got the image in the database. If picturepath <> "" Then nhandle = FreeFile 'assigns a free handle fname = pictu ...Show All
Visual Studio 2008 (Pre-release) Persistent installation errors with Beta2/RC0 : "Beta 2 was not attempted to be installed."
When I run the installer, it take about 10 miniutes of "installing" before there is an error, the error is below. I've seen that there are threads describing a similar error with earlier drops, but I didn't see any mention of a way out. I'm running on XP, I've run the removal tool but still I get the error. Has anyone else installed this drop on XP Is anyone else having this install problem with XP or other [05/24/06,12:27: ...Show All
Software Development for Windows Vista WF implications for MSF, LINQ, OOD, Software Factories
When will a new MSF (MS Solution Framework) be released detailing the SDLC using workflows can we see some examples / doco of WF leveraging LINQ I've read somewhere that Don Box says that "objects are done". how does WF change OOD How does WF slot into the Software Factories concept Will the final release of WF be extensible in the sense that it is able to utilize the Rete MS Business Rules Engine or some kind of backward-chaining inference ...Show All
Visual Studio Toolbox cannot contain multiple components with same namespace and name
Hi all, I have two components with the same name of "Namespace.Component". One works for Windows and the other works for Smart Device projects. Unfortunately, I cannot add both components to my toolbox most likely due to the duplicate names. Is there a way for both components to retain their namespace and names and to show up in the toolbox Thanks for your help, - Jeffrey Liu ...Show All
Visual C++ WM_KEYDOWN
Hello, I am looking for some help on making a program that will give me the number for each key. I known that I need to hook the keyboard first, and I have that code. Now, from there I am oblivious as to what I need to do next. Any refrences or sample codes would be great. Thanks. Note: Win32 API is what was writing this in. If I can possibly stick to that, it would be great. Thank you. (This is NOT for a homework assignment, instead I was curio ...Show All
Visual C# ConfigurationManager
hi, i got some confusions with .net 2.0. i'm trying to use configurationmanager class in windows form and couldn't. it was worked fine with web form. i have no idea why i can't call my settings in window project by using that class. when i used system.configuration.configurationsettings...... it showed some warning that this feature is already obsolete. i've seen sample program in 101 which usin ...Show All
Visual C# USB Connection
Hello Everyone, I have a device which connects through USB. I was wondering if any one can provide a code how to connect to USB and open channel for any data Transfer........ Any help, highly appreciated... Thanks, Harsimrat hey man, try this article out. Theres C# Code to download with it too. Should really help http://weblogs.asp.net/israelio/archive/2005/08/15/422637.aspx ...Show All
Visual Basic Get MAC from IP
Hi, I am writing an app that requires the MAC address of computers connected on the local network. I have gotton the computer names and the IP that corresponds to that name, but I need the MAC for each. Is there a way to get the MAC address. I dont want just a list of MACs because the program wont be able to know which blongs to which computer. I have the Computer name and IP alvailable. I need it to be in either C# or VB.NET 2005 or 2003, prefr ...Show All
Windows Forms access database... access...
Hi, I'm accessing an Access db from my app... now, what is better: load all the data I will need for my app in the beginning, or just load it when I need it Thanks If you think most of the data will be used and  ...Show All
Visual C# "unable to load dll" in IDE but fine to run
I have a UserControl which references a managed C++ assembly M, and M has PInvoke functions from unmanaged Dll U. All work fine in VS .Net 2003. In VS 2005, it can still run well, but when I open the Form Designer for a form containing that UserControl, it shows "Unable to load DLL U: The specified module could not be found." Those dlls are in the same directory, and the project can run without a problem. Just the form designer c ...Show All
Visual Studio Tools for Office Problems with opening custom Forms in Outlook 2003, VSTO 2005
Hey, i searched this board, but did not find a proper answer for my problem. I'm developing an addin for Outlook 2003. I've added a Button to the New Mail-window, and there i want to open a Form, that i've developed. My problem is, that this Form shows up, but does not load completely. That means it hangs somewhere in the Form.Show() procedure. The funny part of the problem is, that i can open this form anywhere else without any Problem, so for ...Show All
