name wb's Q&A profile
Software Development for Windows Vista timeouts on httpmodule for IIS workflowhost
Hi all I'm getting this intermintant now continous error where my httpmoule does not appear to loading correctly: Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding. the stack trace is complaining about a sql logon So does the runtime communicate with SQL Server when it first boots up the host Thanks :) Ok stack trace revealed it was the SQLTracker service...hmmmm interesting. I will have to look into this....commenting that out in my webconfig proved to be the winner. Ahhhh it was a missing semi-colon on the datasource for my server...lol ...Show All
Visual Studio Express Editions Activation
I am not receiving the e-mail to verify my e-mail address and get an activation key. I have been having trouble registering for the past 3 weeks. The trial period is almost up and I need to continue working. I have tried using the registration, activation link from the product and from the profiles update page. I have also tried using 3 different e-mail addresses. It is not sending me the verification e-mail. I do not have Spam blocker or anything that would disrupt the e-mail from getting to me. Please help. With regard to: activation key register now We were unable to send your e-mail verification mail. An unknown error occurred whi ...Show All
SQL Server GACing components
Hi, help please!! I'm trying to GAC a component that I've built. I had one of my company's .Net gurus help me out with this and we did a few things without me actually following what was going on. Stuff like creating a public key, creating a .snk file in C:\Program Files\Microsoft SQL Server\90\DTS\PipelineComponents...I have to confess I didn't really follow what he was doing! But, we did manage to succssfully get my component into the SSIS toolbox which was the main thing. Then I looked at the BOL page explaining how to install and GAC stuff (ms-help://MS.VSCC.v80/MS.VSIPCC.v80/MS.SQLSVR.v9.en/dtsref9/html/efe22939-9186-4eb4-ac33-6b92 ...Show All
Windows Forms PropertyGrid & TypeConverter
I have a PropertyGrid and a list of person in my application. When the user clicks on a person from the list, the properties from that object populate in the PropertyGrid. I got a variable in this object that is CarOwned, which is a Car object. I want the PropertyGrid to show a ComboBox so that the user can specify a car from a list (CarCollection). This list will never be the same, depending of the person. I know I have to derive from TypeConverter, but I’m having problem passing a CarCollection to be populated in the ComboBox. I think I need to convert it to a string array and convert it back again to a Car object. http://www.code ...Show All
SQL Server Multi-line annotation?
Is it not possible to have a multi-line annotation OR my ENTER key is stuck ;-) thanks, Nitesh Personally, I wonder why the annotation object doesn't have word-wrapping enabled, like the tesxt in visio. That would certainly (imho) be the simplest answer. I do wish enter worked as well (again, a la visio), but at least now I can takes those 8 annotations I had, and re-merge them into 1, having found this answer. ...Show All
SQL Server SqlServer2K5_BOL.msi
In July I obtained and installed the dvd's SQLServer 2005 Developer Edition CTP so I assume this is the June 2005 version and VS2005 Team Suite Beta 2. I tried downloading the above file for Sql server 2005 Books online and it fails saying I need .Net 2.0 ( seems VS2005 installed .Net 2.0 Beta ) I am also having trouble understanding some concepts ( I am relatively new at this ) Why do I even need this SQL Server 2005 dvd Seems that VS2005 installed SQLEXPRESS - When I look at the SQL Server Configuration Manager, I see MSSQLSERVER and SQLEXPRESS among other things( only SQLEXPRESS is running and that is ...Show All
Visual Studio Express Editions Search Feature and Send Email.
Hi all !!! I want to create website that has a feature to search my database. Also, I want to make the website to be able to send email to my customers that are stored in the database. Is anybody outhere know how to do this Or maybe have some helpful link about creating these features in VWD 2005 Thanks a looottt in advanced. hi, vwd forums http://forums.asp.net hope this helps ...Show All
Visual Basic Processing Serial Data
I need the reduce the processing time in a uMicrocontroller to allow faster sampling times. This has creates a problem in the data collection routine in VB. The old system collected the analog data a converted it to a decimal format before sending it to the serial port. This data is collected and saved using Hyperterminal. The VB program would, when run, would open this file and process the decimal data by graphing it. What I need is to capture the data directly and process a binary word. All attempts to run the graph program have failed! I'm sure it's in the way I'm reading the data. I've not been able to find much informatio ...Show All
.NET Development MAC Address
Hi there, sorry for the stupid Q Is there a way to retrieve a MAC Address from a client machine in ASP.NET I have found a way of retrieving the MAC address for the local machine (Server) but would require it for the client. I can get the hostname and IP no problem but would require the MAC Address, if possible reason to see what user has "disobeyed" any rules etc.. and to make sure that you can "ban" or report them on your website. an IP address isnt enough and a MAC address is. Thanks! yes i was going to point this out I could shell it out but i dont want to have to do that as it is unprofessional. Ok, what about using client side scri ...Show All
Windows Forms N:M relations and DataGridView
Hello! I have two tables related to each other in a n:m relation. To implement this relation I use a third connecting table. Let's say they have to following structure: Table "User": ID, Username Table "User-Groups": User_ID, Group_ID Table "Group": ID, Groupname A User can be in 0 or more groups and a group can have 0 or more users. Now I need to display all users of a group in a datagridview. Or all groups that a user belongs to. I just have one datagridview - no master-child relation in any way on the same form. I want to filter the datagridview in the way I described. How is the easiest way to perform this Thanks a lot! ...Show All
Windows Forms Threading beginner
Anybody know where I can get a good primer on doing some threading in VB I've NEVER done any threading and I'm curious as to what it is, it's usefullness, and some implementation examples. hrm.. I replied to this over an hour ago, but it hasn't shown up... anyway, click on the article tab on this site and click Threading at  ...Show All
.NET Development Async Send / Receive
In The Name of God hello this is my send and receive asyncronous algorithm: I send the length of algorithm and then actual message. I have multiple messages to send which they are over and over again, i mean i send user name and them immediately i wanna send password, but the problem is when i wanna receive the password size, Surprisingly i receive the actual password.....and so the size would be something awsome and the program blows....or sometimes in the BegindReceive procedure or anything like this while i have sent data there is no data to peak but i know there is.......this is about 1 month that i got this one, any one can help me ou ...Show All
SQL Server Where can I download the 'adventure works DW' sample database ?
Hi, all here, Could anyone tell me where can I find the 'adventure works DW' sample database for the SQL Server tutorial projects Thanks a lot in advance for any help. Download and install SqlServer Service Pack 1 from http://www.microsoft.com/downloads/details.aspx familyid=CB6C71EA-D649-47FF-9176-E7CAC58FD4BC&displaylang=en#filelist ...Show All
Windows Forms How to remove all rows in a DataGridView
I have a DataGridView that takes data from a textbox that user inputs. Then, a button that lets user save all rows to database. After saving, I want to remove all rows in the DataGridView. However, the DataGridView always keeps one row undeleted. My code is: private void button2_Click( object sender, EventArgs e) { for ( int i = 0; i < dataGridView1.Rows.Count; i++) { dataGridView1.Rows.RemoveAt(i); } } What is wrong with my code Thanks, The conditional of an if statement is evaluated on every loop; your i is increasing at the same time that Rows.Count is decreasi ...Show All
Software Development for Windows Vista I Have some ideas which i think they are new to Windows Vista
I Ask How i can deliver my own ideas and innovations about Windows Vista and IE to thier developers teams please i want to know Please I want any one to tell me how i can do this and , my e-mail is : moh_omar52@hotmail.com thnks for all At Microsoft. I'd say that your best chances are to post in these forums; I would imagine that the developers stop by once in a while to see what people are thinking. Also another good way is to talk to some developers directly in a chat-room... See here http://msdn.microsoft.com/chats/ ...Show All
