Mike.R's Q&A profile
Visual Studio Team System Code Analyzer - XML Comments
Is there a way to get the Code analyzer to flag warnings/Disallow code to be checked in where its missing XML comments for Methods, Properties etc That would be a fab addition to the software, and if you could stipulate the format of the comments you required somehow and make people stick to it that would be even better. ...Show All
Visual Basic VB Express Edition Tool - How to find?
A few years back, I bought the developer's edition of Sql Server 2000. This software had a tool called "Query Analyzer". You could create all kinds of DML (data manipulation) and DDL (data definition language) statements and test them out. I recently bought VB 2005 Express Edition. I am looking for the tool that would give me the same or similar support without having to modify the application I am developing. For one, I would like to query specific system tables. While I have used and appreciate the "Database Explorer", it seems to be limited in functionality. i.e. there is no sandbox to play in like Query Analy ...Show All
Visual C# opening text files in browser through hyperlinks
Hi I am using a ultrawegrid which has a column which contians names of text files which are present in D drive of server. I am able to create a hyperlink to the file by appending the absolute path in asp 2.0 (.net 2005). But when I click on that link the file is not opening. I want to open the file on whose name the user clicks, in a new browser window. Can anybody help me on this Sohan Hi If you place the file in the Web Application Folder or in any Innner folder in the Web Application then it will be accessable through Web Browser other wise it will not be accessable. Because the asp . ...Show All
Windows Forms Application.ExecutablePath gives strange info
Hi, I am trying to use the Application.ExecutablePath to find the executable path of my app and it gives me the following C:\\Programme\\Microsoft Visual Studio 8\\Common7\\IDE\\vctesthost.exe when running the debugger. This is not what I was expecting. I was expecting the bin directory of where my application is built Is this normal Because you are querying this under a unit test, you are actually getting the application that is hosting the unit tests, in this case, VSTestHost.exe. There are some things that are hard to test and these are one of them. I would probably abstract the Application.ExecutablePath into anoth ...Show All
Windows Forms Updating User Control within a panel
I am having an issue updating a user control within a panel which is present on a main form. I made some changed to an existing user control within another project and then I want to include it into a project where it is already exists. It overrides it without a problem, but within the Main form the User Controls within My User Controls ...Show All
Visual Studio Team System From TFS beta 2 to beta 3
Hi, We played some with the Team Fondation Server beta 2 and we have code, documents, issues, etc. We would be interested in moving those items to beta 3 we it is available. Will it be easy to upgrade to beta 3 while keeping work done with beta 2 Will there be a guide Thanks, Pierre Sorry, but there is no official upgrade path from Beta 2 to Beta 3. If you want to move source code, you can probably do so by getting all and then adding it to the Beta 3 Team Foundation Server, but you'll lose any history you had in Beta 2. As for stuff in SharePoint, you can try back-up using STSADM.exe and then restoring it to ...Show All
Windows Forms Graphics.drawString() looks terrible
I have SmoothingMode set to AntiAlias... all the lines and polygons come out nice and smooth, but the text is not antialiased, it looks terrible. I'm creating a new bitmap, and getting the graphics object off that. I have noticed that if you load a .gif into your bitmap, and then drawstring on top of that you get much better results. Anyone know how&nb ...Show All
Visual Studio Team System MSF Agile Issue Report Missing: Beta3 Refresh
MSF Agile Documentation for Scenarios states: Issue Issue is a Yes or No value indicating if the scenario is blocked on progress. If this field is set to Yes, the scenario will show up on the project manager’s issue report. Where is the Issue Report Hi Jean-Pierre, This issue report has been cut. You can use the "Work Items" report to get the same data -- just set the "Issue" parameter value to be "Yes". Mauli ...Show All
Visual Basic TextBox array
I am upgrading a program that I wrote in VB6 to VB2005 and am having trouble with textboxes. In the VB6 version, I used an array of textboxes to display and order text on screen according to it's priority. This was done in a module. The VB6 program takes a new message, checks it's priority (assigns the texbox color according to priority) and then adds it into the array according to the textbox color and arrival sequence of both itself and the existing array members. In the 2005 version data is processed by a module and passed to the form (because I can't process the text boxes in the module). The form then needs to display the data on ...Show All
Windows Forms MissingMethodException at Login
Has anyone encountered this issue Deployed Taskvision client to pocketpc 2002 device (ipaq) and receive the following error: MissingMethodException Addtional message: The Web service location is http://www.notouchdeploy.com/TaskVisionWS/ Please make sure the URL is correct. Exception type: System.MissingMethodException Caller type: PoacketVision.MainForm I ran into similar problems when a Pocket PC app was built&nbs ...Show All
Windows Forms ascii codes
I know this is a simple question but for the life of me, the light's not coming on this morning.... How do I return the printable equivalent of an ascii code For example, the decimal representation of ascii code 65 is the capital "A". I'm creating a spreadsheet like form where I want to dynamically return "A", "B", "C", etc. I would like to do something like this: for(int ctr = 65; ctr <= 90; ctr++) // print the alphabet { // TheAlphabet = // return the alpha equivalent of ctr Console.WriteLine("The Letter is " + TheAlphabet) } Any suggestions would be appreciated. Thanks, Dexter string s = Convert ...Show All
Visual Studio Team System ConnectionPool VS ConnectionPerUser
Hi, For a LoadTest's "Run Settings" properties, 1. whats the difference between using ConnectionPool and ConnectionPerUser 2. Which setting "DOES NOT" cause any bottle necks on the Agents. Jesudhas Maximizing Load Generator Memory Utilization During a VSTT Load Test When a VSTT web test is recorded, by default VSTT sets both the "Parse Dependent Requests" and the "Record Results" properties of the request to "True." With these settings, perfmon counters and TTFB and TTLB numbers for each request, as well as for dependent requests, are recorded to VSTT's LoadTest databa ...Show All
.NET Development ssl hell
I've made a self signed certificate and private key to use for ssl If I go by browser : no problem. When I want to do add webreference I get following exception: (it opens the page in the left window and in the right window the exception: The document at the url https://deftje/services/service.asmx was not recognized as a known document type. The error message from each known type may help you fix the problem: - Report from 'https://deftje/services/service.asmx' is 'The document format is not recognized (the content type is 'text/html; charset=utf-8').'. - Report from 'DISCO Document' is 'There was an error downloadi ...Show All
Software Development for Windows Vista Workflow runtime hosting questions
We're interested hosting a single workflow runtime to manage all our workflow instances. These workflow instances are mostly human user approval processes that could span days. The primary method GUI for approving/rejecting will be through a web application. If I implement my workflow runtime in a Window Service how difficult would it be to access the runtime instance. Can the workflow runtime be remoted by a web app or web service I have looked at implementing a workflow as a web service but they seem better suited for short-lived sequential workflows. I'm curious how SharePoint v3 implements the workflow runtime. I read that they use a sp ...Show All
Windows Forms Data Binding With radio Buttons
I have one form, one combobox that fills textboxs when i select from the combobox, and 3 radiobuttons. When I switch from one radiobutton to the next, i want the data to come from my data tier to fill the info requested by the named radio button. I am having trouble with the databinding. I click on first&nbs ...Show All
