Hussein Khalifeh's Q&A profile
Visual Studio Express Editions Visual Web Developer problem?
Hi, I have just installed VWD 2005 and its looks great. One problem, i am trying to run the 'Personal Web site starter kit', when i try and create a new user, i always get a problem at the password entry part. I goto Website --> ASP.NET Configuration -- > security tab --> Create new user. I keep getting 'Enter a different password', regardless of what i type, i keep getting this message. I haven't experienced any installation error ...Show All
Smart Device Development Serial Port DataReceived Event in .Net 2.0
Hi there, This is driving me crazy, I cannot seem to get the DataRecieved event to work on the Pocket PC using the new serial port class in Visual Studio 2005 with C#. The DataRecieved event just never seems to be called. I can write data to the port just fine. Here is some very simple sample code that reproduces the error:. using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; u ...Show All
Visual Studio Team System Windows Groups - TFS does not see new users until restart
If using Windows groups, it appears that there is a bug in VSTS. TFS seems to query the Windows Security system once for a list of users belonging to each group. When you add a new user to the Windows Group, TFS doesn’t get the update – i.e. it’s out of date. The result is that you won’t be authenticated if you added yourself tp a Windows group after TFS has queried the Windows security system. To reproduce : Using a TFS ...Show All
Visual Studio Debugging
When trying to debug, I'm getting an error message "The binding Handle is invalid. This VB Express 2005 (not a beta) I downloaded last night. What should I do In the project properties, under the Debug tab, can you uncheck the "Enable the Visual Studio hosting process" Do you still get the error Habib Heydarian Program Manager Visual Studio Debugger ...Show All
Visual Basic How to execute click, some select, input text in HTML page, using WEBBrowser Control (VS2005)
I use new WEBBrowser control (VS2005) in my program (WinForm) for open web site. (VB2005) After using method "navigate", in my webbrowser control I have HTML page from some website. This HTML page has some input button with events or input text control or other interactive control on it. I can click with mouse on that buttons or input text from keyboard or select value from combo box to send this page back. question ...Show All
SQL Server Unable to connect to Developer Edition
I am having difficulties connecting to a named-instance of SQL2K5 Developer Edition running along side a default instance of SQL2K, from another machine. - workgroup member, non-domain - running on XP - domain clients trying to connect: Win2003 Server/SQL2005Ent machine, XP with SQL2K and SQK2K5 client utilities I haven't been able to find documentation on limitations of Dev Edition that could cause this problem. Any ideas ...Show All
Windows Forms RichTextBox - Font Changing
Is there a way to change the font of the selection in a RichTextBox without change the size of the selection and vice versa Example: I have 2 words with different sizes, I select them and change the font, and the size of them not change (Like in Word and WordPad). This is not possible with the RichTextBox because the SelectionFont property takes an instance of the Font class which requires both a font and ...Show All
SQL Server Inner Join matches non-equal fields??????
Hi group, This morning we had an issue with a simple join between 2 tables e.g. table1 and table2. Both tables have 1 column called 'fielda' with datatype varchar. Let's assume the following values: Table1: hello Hello Table2: hello This statement joins the tables: select a.fielda from table1 a inner join table2 b on a.fielda = b.fielda It returns: hello Hello What the $#@#$ Why doesn't it return 1 value: hello Any ...Show All
Visual C++ debugging issue
If anyone can clue me in it would be appreciated!!!! I have written an application in VC++.Net 2005. I get different results when I run "Start Debugging" from when I run "Start Without Debugging". How can this possibly be What are some possible causes hoosierboy A race condition is when two different entities try to update something at the same time. In DB type apps, it could be casued by 2 differen ...Show All
SQL Server Does a checkpoint file record a package's state
The state of a package at any one point in time is determined by the values in all of its user variables as these are the only properties in the package that can be changed and persisted throughout the runtime of the package. Is the package's state stored in a checkpoint file in the event that the package fails In other words are the user variable values stored in the checkpoint file Thanks Jamie Similarly, you coul ...Show All
SQL Server SSI and other components don't install
Hi I have installed SQL Server 2005 but Integration Services is just not there. I have uninstalled and reinstalled several times and in the process uninstalled an old version of Visual Studio.NET (manually because it wouldn't uninstall automatically) and Visual Web Developer, just in case they were interfering with Integration Services. No luck, in fact it got worse, now Analysis Services also does not work because it can't find devenv.exe! ...Show All
Visual Studio Team System Bug Rates Report - Getting very weird report
The report "Bug Rates" used to work great. It shows us how many Work Items were in the System, how many were resolved, new active etc. (the way it should). I exported 250 Work Items from one of our products as a trial for TFS, threw them into Excel, and published. This worked great. The Report showed a huge spike of Work Items. Now, I've gone through all those Work Items, and instead of having them assigned to me, I have them assigned to " ...Show All
Visual Studio Team System Is there a way to abort a web test if it encounters errors?
Hi, all. This is probably simple, so I apologize if this is too much of a newbie question. What I am seeing in my web tests is that if one step fails, the rest of them continue on. So, let's say my web test has 10 steps and step # 7 failed. Then steps 8, 9, and 10 are still executed. Is there any way to tell the web test to stop/abort once it encounters an error Thank you. The purpose of running a web ...Show All
.NET Development SQL server Notification services client does not work on 64-bit os
Hi This problem seems similar to SQLXML problem which i posted yesteday. We are testing our 32-bit .NET application on 64-bit environment ( 64-bit AMD Processor + 64 bit Windows 2003 Server + 64 bit .NET Framework + 32-bit Application). This application uses SQL Server 2000 notification services. We register the notification client on web server using NSCONTROL.EXE Code works fine on 32-bit servers, but on 64-bit servers it is giving following ...Show All
Visual C++ IDE Generated Code Errors
I'm using the Visual Studio .net 2005 Beta 2 (C++) to create a program that uses multiple dialog windows to accesss diferent databases at different times. My question is that the code about the forms that gets automaticlly generated by the IDE keeps causing compiler errors imparticular at this moment their are two lines causesing multiple errors they are: this->fileToolStripMenuItem->Click += gcnew System::EventHandler(this, &Mai ...Show All
