Rodolfo Navarro's Q&A profile
SQL Server Sql server Sp1 error messages questions
Hello, I have installed Sp1 for Sql Server 2005 I also received "locked files" and "reboot required". These errors I can find on all forums and do not worry me anymore. However i still would like to know more about the messages in the log files. - What does this mean: "Failed to read associated hotfix build information for the following file"...... - What does this men: "Failed to read version information for the following file"......... - Why are some products NOT APPLIED, while in the other log file it says "SUCCES" for the same product These beneath the 2 log files. File C:\WINDOWS\Hotfix\ HotFix.log shows "success" ------------------------------------------- 06/23 ...Show All
Visual Basic Sorting array names by value in array
I am using Studio 2005 with visual basic 2005I I need to sort arrays in such away as the arrays themselves are sorted by a value contained in one element. I have several arrays myarray1(9) myarray2(9) myarray3(9) myarray4(9) myarray5(9) etc. I can sort the arrays on value in one element, but this just gives a list of those elements in the sort order. I need to actually sort the arrays by name based on that same order Example if myarray1 total is 44 myarray2 total is 66 myarray3 total is 34 myarray4 total is 22 myarray5 total is 88 sorting by code on the totals gives me 22,34,44,66,88 with no clue as to which is which without going into the code during ...Show All
Windows Forms FilterExpression and requerying sqldatasource
Hello, I have a Dropdown1 that fills in datalist1 with pattern names, I also have another datalist(called LetterList) with the Letters of the alphabet that I want to filter the datalist1(SQLDataSource2) with So, I Figure on doing something like this: Protected Sub LetterList_SelectedIndexChanged( ByVal sender As Object , ByVal e As System.EventArgs) Handles LetterList.SelectedIndexChanged 'Need to requery SQLDatasoure one to a state before the filterexpression SqlDataSource2.FilterExpression = "Letter = '{0}'" SqlDataSource2.FilterParameters.Add( "@Letter" , LetterList.SelectedValue.ToString) End Sub When I run the page select the Dropdown1 to populate the Datalist1 the ...Show All
Visual Studio Team System Who is responsible for creating Operations Support Guide?
Hi all, The Operations Support Guide is the deliverable of the Stabilizing Phase (in MSF). Can anyone tell me who is responsible for creating this document I cannot find any info on this. Thanks in advance! K.S The Release /Operations Advocacy Group is responsible for overall Operations readiness. The guide you reference falls within their responsibility. However, the other advocacy groups have a big part in assembling the parts too. For example, User Experience is responsibel for training; Test is responsible to distill the issues log to prime the support knowledge-base for the support teaml; etc. ...Show All
Visual Basic Help Using Input box
The following code allows the user to check one of 5 ethnicity items in a list box where the 5th item (# 4) is "other" Private Sub ListEthnic_SelectedIndexChanged( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ListEthnic.SelectedIndexChanged strEthnic = ListEthnic.SelectedItem.ToString() End Sub When the user selects "other " the following code pops up an input box to capture what the "other" ethnicity actually is (i.e one not on the original list. Private Sub ListEthnic_MouseUp( ByVal sender As Object , ByVal e As System.Windows.Forms.MouseEventArgs) Handles ListEthnic.MouseUp If Me .ListEthnic.GetItemChecked(5) Then InputBo ...Show All
Visual Studio Download Errors
I downloaded the trial version and am not sure it worked right. The stated download size was 2.7 GB, but the IMG file I downloaded was only 2.0 GB. I extracted it using ISOBuster, and received some messages that it could not read certain sectors. I clicked ignore and installed the product, but then received an installation error 2324. How do I know if I have it installed correctly Setup can't find or can't open a file required for installation, so I suspoect the download is corrupt or incomplete. -Tim <MSFT> ...Show All
Internet Explorer Development How to start new instance of IE6 from .NET Web Application
Hi, Here is my scenario: I have a management page which shows all the registered user names. I want to popup a new window when I click on the name of a user and automatically login that user in the new window. The problem is that everytime when a new users is logged in, the previous user's session variables will be replaced by the new user, since the "poped-up" IE6 will always have the same session ID with its parent browser. I think the only way to solve this problem is to start a new instance of IE6 (or iexplore.exe process) everytime when I click on a user's name, so they don't share the same session variables. It seems for security reason, starting a new (iexplore.exe) process on client side has been disabled. If any ...Show All
Internet Explorer Development Still another report on this...
Having an intermittent problem printing To: From: CC: Subject: Attachments: headers on emails. Usually happens with larger emails or emails with large attachments or emails that have been replied to or forwarded from other people. Have installed Generic/text printer and sent the email to this printer but sometimes the headers are still missing even printing this way. I have if I open the offending email and highlight just one or two words in the text of the email eg Dear John and then print the email using my HP printer (not as text on Generic printer) - the headers then print and so does the selected words. Don't suggest using Outlook as often we only print the first page of emails as we already have the rest of the email on file especial ...Show All
Visual Basic textbox visible priority set to "false" will not keep value
Hi, This should be simple to do but I just can't figure how to fix the problem. I have a form with one master table and 20 other tables showing related data. The data is linked by the key value in the master form. For example, I have a "Long_Desc" variable in the master table which holds the ky value for the descriptions I keep in the "descriptions" table. Maybe I am doing this wrong but I in my test, I was displaying the content of the key "Long_Desc" in a read-only TextBox just to make sure I was getting the right record from the "descriptions" table. I could also display the content of the "Long_Desc" TextBox using a messagebox. Now, I would like to hide the the "Long_Desc" field on the form. I set the "ReadOnly" priority to True and "T ...Show All
Windows Forms HOWTO: Handle Enter Key in TextBox When Default Button is in Effect
VS2003 I'm trying to handle the enter key in the KeyPress event of a text and setting the e.Handled to TRUE; however, the default button is fired instead. Any Ideas I did set the Multiline to TRUE which allows the textbox to handle the ENTER key properly; however the default accept button is still fired. ...Show All
Windows Forms PropertyGrid Commands pane
Hellow. I have some question abot PropertyGrid class. Please, look at this MSDN page: http://msdn2.microsoft.com/en-us/library/system.windows.forms.propertygrid.commandsvisibleifavailable.aspx What is this property about What is a PropertyGrid Commands pane How I can it use Thank you in advance. http://msdn2.microsoft.com/en-us/library/system.componentmodel.design.componentdesigner.verbs.aspx ...Show All
Visual Studio Source Control menu items are not available in VS2005
I have installed Visual SourceSafe 2005 on a Windows 2003 server, and have Visual Studio 2005 Professional installed on a variety of Windows XP Pro workstations. I want my team to use Visual SourceSafe via Visual Studio 2005 within our LAN. None of our VS2005 installations show Source Control menu items nor the plug-in under Tools > Options. I have a contractor that came onboard and had a trial version of Visual Studio 2005 installed. He has the Source Control menu item and the plug-in, and was able to connect to SourceSafe via the LAN. Now I'm afraid to have him install VS from our disks for fear of losing the SourceSafe connectivity. I cannot find a solution after reading Known Issues and ...Show All
SQL Server filter one one dataset with values in another dataset?
Hi, I have two datasets in my report, D1 and D2. D1 is a list of classes with classid and title D2 is a list of data. each row in D2 has a classid. D2 may or may not have all the classids in D1. all classids in D2 must be in D1. I want to show fields in D2 and group the data with classids in D1 and show every group as a seperate table. If no data in D2 is available for a classid, It shows a empty table. Is there any way to do this in RS2005 Put everything together in one single dataset, group by classid. Use a left inner joing for the dataset. It's a little technical but it can be done. ...Show All
Visual C++ Can't add OnInitDialog to dialog class
I want to use the IDE to add the virtual function OnInitDialog to my dialog-derived class, CMyDialog. I select CMyDialog in Class View, get the properties window, click the Overrides button, select OnInitDialog, drop down and select "<Add> OnInitDialog". I get the following message from VS2005 sp1: Add/Remove operation is impossible, because the code element '(null)' is read only What do I need to do to add the function using the IDE For some reason, source file permissions are read - only , perhaps due to source control. To fix this problem, Change the source file permissions to permit write access. In a source control environment, this may require checking out the file, ...Show All
SQL Server Backup hangs in wait-state MSSEARCH
I'm experiencing a very annoying failure when trying to do a backup - I hope you can help where others (including me) have failed. The setup is a SharePoint Portal Server 2003 version 11.0.8126.0 running on Windows server 2003 Standard edition Service pack 1; it has a SQL-server 2005 version 9.0.2047 running on Windows server 2003 Standard edition Service pack as a back-end. When I issue a backup of the SharePoint database XXX_SITE which holds round 4 gb. of data (mainly documents) the backup process hangs with a Wait Type 'MSSEARCH', it makes no difference whether I issue it as a single job, or through a maintenance plan. I tried to stop the MsSearch service on the SharePoint-server, and disabled the Full-Text search on the data ...Show All
