Answer Questions
pradeep.vutukuri mspdb80.dll was not found !
When I tried to run cl.exe from the command line, the error message I get is "Application unable to start, mspdb80.dll was not found". Can somebody help me with this Thanks, Deepak I've found that simply adding C:\Program Files\Microsoft Visual Studio 8\VC\bin to the system path environment variable seemed to work, I also noticed that a user environment variable called Path was defined that I deleted (not sure where it came from or why it's there, never saw it before) shjuspea wrote: I've just encountered the same problem when I tried to run a platform SDK server 2003 SP1 sample using VS2005 in command line these days, fortunately I solve it now. Maybe us ...Show All
Asday Plz. Help i am geeting this error TFS 30177 ?
Error Insufficient permissions on the Windows SharePoint Services at SERVER to create a new site. Explanation The permissions granted your user name and ID on the Windows SharePoint Services at SERVER do not allow you create a new portal site. You must be granted specific root permission by the server administrator. User Action Contact the administrator for the Windows SharePoint Services at SERVER and ask that the permission “Administrator” be added to your user account. This has been installed on single server farm mode...... I suppouse you are creating new project and it fails when tries to create the protal, you have to make sure the user you are using has permissi ...Show All
Tony Hild SharePoint integration in RS within TFS
Hi, One of my developers is trying to create a project in Team System connecting to TFS but fails on the authentication to SharePoint. I added the windows user as 'Administrator' to the SharePoint site and still did not work. I've also noticed on the Report Server Configuartion tool, the SharePoint Integration icon is grayed out with the following message: The current report server instance can not be configured for SharePoint integration. Most likely, the version or edition you are running does not support this feature. Below is the log file entry: ---begin Exception entry--- Time: 2006-12-01 12:04:34Z Module: Engine Event Description: TF30162: Task "SharePointPortal" from Group "Portal" failed Exception Type: Micro ...Show All
joeydj Program display
How do I get my program to display forms properly on any resolution (Example: Windows will display properly regardless of the screen resolution of the computer that it is loaded onto. ) When I open forms on any computer other than the one I wrote the program on, the right half of the form does not show. It is almost as if the form is larger than the screen, and there are no scroll bars. krhoover, Pay more attention to the properties of the Form control. When you set the Size property with a fixed number for the Width and Hight, the size of the form will always be the same. There is another property called AutoSize, you can make it true or false according to your demand. Actually, in the property win ...Show All
kenneth123 problem with assigning values to cells in excel
Hi. VB don't want to asign values to excel cells, this is my code: Dim oExcel As New Excel._ExcelApplication Dim oWorkbook As Excel.Workbook = oExcel.Workbooks.add oExcel.Visible = True oWorkbook.Worksheets.Add() Dim xlws As Excel.Worksheet = oExcel.oWorkbook.Worksheets.Item(1) xlws.Cells(1, 2) = "Number" Please help me!!! Any sugestions Dim xlws As Excel.Worksheet = oExcel.oWorkbook.Worksheets(1) xlws.Cells(1,2).Select oExcel.Selection.Value ="Number" What line of code is giving you that error exception says: member not found I really need to make that work any suggestions Please ...Show All
Prashweenet Getting list of fixed bugs with each build?
After running a build I see that you get a list of work items associated with the changesets that went into the build. But what happens here is that ALL work items will appear, regardless of the 'State'. What I'd like is to see only the bugs that are listed as Resolved, or work items that are listed as Closed. This way, it is easy for the QA team to know what needs to be tested without asking the development team. Is this possible Unfortunately, this isn't possible without rewriting the Task that does the work. The Task that adds the workitem links to the build (GenCheckinNotesUpdateWorkItems) does not filter them on anything. It simply takes ALL the work items associated or resolved with each Changeset and links them to the build. ...Show All
Najwa Making Webrowser
Hello everyone,i have a few questions about making an WebBrowser in Visual Basic 2005 Express. Question 1 : I'd like to make an progress bar,but wich codes do i need to add to let it work,and let it only be visible when the page is loading. Question 2: Wich Code is Required to open a new window by clicking on : New Window( in the ToolStrip Menu) I just want it to open a new window of my own browser.(see code) And wich one is needed to let ip open an File( See code 2) Private Sub NewWindowToolStripMenuItem_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles NewWindowToolStripMenuItem.Click End Sub Code 2: Private Sub OpenToolStripMenuItem_Click( ByVal sender As System.O ...Show All
tizza2k Can I get templates?
Hi, I'm reading about controls and I don't have the Windows Control Library template in my project selector dialog. Is there anyway to get those templates added I know I can inherit from control and work around it, but don't I need to ensure certain rules are adhered to I've looked for a walkthrough, but I cannot find one. Thanks This shows the templates included in each version of the product. http://msdn2.microsoft.com/en-us/library/b4z62wxz(VS.80).aspx The Windows Control Library template does not ship with the Express editions - if you want it, but a copy of Standard edition or higher which will include it. Obviously you'll get a bit more as well. Yes, I found that out, so ...Show All
narukrish Reading serial Byte data at 115200 Baud
Dear all Thank you for this possibility to ask you and apologize me if this question is not relevant .. I'm new in VB 2005 I have small project to CODE application to log serial data from uPC with 32 Bit message / 4 Byte. Speed is 115200 Baud for evaluation I did universal logger where I can choose type of data ASCII BYTE BINARY Program at 4800Baus with GPS mouse work well, but problem is with my target 115200 Baud,... on this speed I can recieve and log to file ASCII - strings ... please have a look to code, I try to change input read buffer but without sucsess .... Private Sub Timer1_Tick( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick L_TIME.Text = TimeStr ...Show All
The-Master Cannot Replay the recorded web test
Hi, I'm having a problem with re-playing web tests. I have recorded a web application ( a live web application) using VSTS (visual studio 2005 team suite) and , then when i try to re-play the same . The very first step fails with the following error message: "Reqest failed: Index and length must refer to a location within the string. Parameter name: length" Is that error message on the response web page or is it listed in the Details tab under Exception What I'm asking is whether the error is coming from the server or from Visual Studio. Josh Hi, josh thx for reply and sorry for my late response !!! actually the error is coming from visual studio .when we try to play back the recorded script!! ...Show All
mail2amar Compatibility Issues
Hi Folks, I have a small network with a Novell 3.1 file server. There a four workstations running 98SE with Novell Client 3.1. I want to install an Access DataBase on a shared Novell server drive/directory and access it from each 98 SE workstation. I'll have to update the MDAC files, install .Net Framework 2.0, and install my VB Express DataBase application on each workstation. Are there any known compatibility issues that I should be aware of with any of the above Thanks. The operating systems themselves are unsupported. Therefore, ANYTHING you do that runs on 98 is unsupported, because support for the OS has ended. // Is it even necessary to use the 2.0 IDE just to run a DataBase prog ...Show All
Buddhika Jayawardhane Bugs and related work item resolution...
Hi, Sorry if this question has been raised before but I am little confused as to the intended process for using Bugs and Task work items. It seems that tasks have several specific fields such as Remaining Work, Start Date, etc that leads me to believe they are the natural choice for ongoing development task tracking. The impression I get is that Bugs (Work items that do not have these aforementioned fields) would be reviewed and one or more tasks subsequently created for them and assigned to a developer. If this is the case, what is the most efficient way to associate items such as changesets and builds to these tasks and the parent Bug work item. For example, lets say I have a scenario where I have a bug and create a related work it ...Show All
smilertoo TFS SP1 ?
I haved googled...(mmm queried from google), http://blogs.msdn.com/bharry/archive/2006/06/15/632236.aspx seems TFS SP1 is on the way. Will SP1 support hierarchical relationships between workitems The integration between Project and TFS is not good enough now, will SP1 impove it ( http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=473942&SiteID=1 " We're adding support for hierarchical relationships and the ability to preserve the tree structure created in project, in a future version. " ) Thanks. I believe they are in the same package. I can't seem to find the tfs sp1 on hte conect site. is the install separate from the vi ...Show All
Dr Z Overloading Operator & CType Function: No Error, No Warning,No Message & No Oupt
Hi all, I executed the attached code that was copied from MSDN: How to: Use a Class that Defines Operators (or Overloading the Operator) in my VB2005 Express. I got the Form1 appeared on the screen, but no MsgBox, no Error, no warning, no message and no output I expected. Please help and advise. Thanks in advance, Scott Chang Imports System.Data.SqlTypes Public Class Form1 Public Sub setJobString( ByVal g As Integer ) Dim title As String Dim jobTitle As System.Data.SqlTypes.SqlString Select Case g Case 1 title = "President" Case 2 title = "Vice President" Case 3 title = "Director" Case 4 title = "Manager" ...Show All
Will Merydith Error - Object reference not set to an instance of an object.
I have a webservice that I want to subscribe to the WorkItemChangedEvent. I have tested this on my test server, but when I attempt to subscribe on my production server, I get a plain vanilla nullreference exception. That's no help. I can navigate to the service in the browser. Here is the command line that I used to subscribe on the test server. I have been unable to make it work in any form on the productions server. bissubscribe /eventType WorkItemChangedEvent /userId AD\\dsgtfsservice /address http://dsgts1:8080/NumberWorkItems/Service.asmx /filter "\"ChangeType\"='New'" Any guidance would be appreciated. ++Alan I didn't realize your tool would make SOAP subscriptions. It is VERY useful for viewing an removing ...Show All
