Software Development Network Logo
  • Windows Forms
  • SQL Server
  • Audio and Video
  • Visual FoxPro
  • Smart Devicet
  • Game Technologies
  • Visual Basic
  • Visual Studio
  • Visual C++
  • IE Development
  • SharePoint Products
  • Windows Vista
  • .NET Development
  • Microsoft ISV
  • Visual C#

Software Development Network >> MarijnStevens's Q&A profile

MarijnStevens

Member List

thereisnomike
Kallex
Programm3r
Jeff Williams
jfbaro
fafnir
Doug Peck
codekaizen
Kunal Sharma
AGPX
Ian1971
StijnV
Robert Kozak
agody
thereisnomike
Pipz
Imran Shaikh
Vijay Bhaskr Reddy.Y
guy2006
N. Farr
Only Title

MarijnStevens's Q&A profile

  • Visual Studio Team System Field.IsEditable is not showing as editable for the Title/Description type.

    Hello, We want to get all the editable fields from a particular work item. When we iterate over the fields and use the Field.IsEditable property, for Title and Description it returns FALSE. We are using the standard Agile project template for our Task type. When we query the FieldDefinition.IsEditable is returns TRUE, however, for many fields this returns true on fields that shouldn't be editable. (Such as CreatedDate, etc.) How can we really determine if a particular field (on a specific work item) is editable or not Thanks, ~Joe Hi Joe, Unfortunately, .Open() does a round trip to the server so it is quite slow. I'm a little surprised that PartialOpen did not work for you. That is exclusiv ...Show All

  • SharePoint Products and Technologies Code Block Error in Groupboard Workspace Template?

    Hey Guys, I just noticed this error upon trying to add a new calendar item to the Groupboard Workspace Template: Parser Error Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately. Parser Error Message: Code blocks are not allowed in this file. Source Error: Line 64: <asp:content contentplaceholderid="PlaceHolderAdditionalPageHead" runat="server"> Line 65: <script language="javascript"> Line 66: <% if (!Page.IsPostBack) { %> Line 67: function _spBodyOnLoad() Line 68: { Source File: /departments/it/gb/Lists/Sc ...Show All

  • Visual Studio Team System Test coverage analysis report viewing

    Hello, I've developed some tests for my solution, and in test configuration I've anable code coverage analisys. Then I've created build, that performing this tests. When I'm trying to open test result (*.trx) file from published directory I'm cann't see test coverage analisys report, cause error "Cannot find any raw coverage data (.coverage) files. Check test run details for possible errors.", but when I'm trying to open test results from build directory on build machine there is no errors, and all right. I've notice, that Team Build renaming directory with data.coverage file while copiyng to publish folder. I've rename this folder back and error disappeared. But if I'll run build again I'll have the same problem. Does t ...Show All

  • Visual C# Difference "Designer.cs" & "designer.cs" WinForms

    Hi, I am doing C# development on Visual Studio 2005. But, as all would know in VS2005, usually the Windows Forms will generate the "Form1.cs" and "Form1.Designer.cs" at the design time simutaneously. But, I forget what I did during the development time. The "Form1. D esigner.cs" became "Form1. d esigner.cs". But it still can be compiled after the letter case had changed. Eventually, I need to standardize all the files name. So, I rename the "...designer.cs" to the original "...Designer.cs". But, the IDE cannot compiled it anymore. Any ideas to rename it back to the original file name Where does the reference to the designer file located Is it in the csproj file or at other resource file Which file is in control of the designer file Than ...Show All

  • .NET Development trouble Finding connection

    Hi everyone I've been working on Visual Studio.net 2003for 3 months now everything was perfect. today I switched to Visual Studio 2005 mostly it's very easy but I have one small problem I can't find the name of the connection I'm using in order to execute an sql command Any help would be apreciated ...Show All

  • Visual Studio Express Editions which form event should i use?

    Hi, I am going to create some fading effect while exit the form, which form event should i put in the code to start the timer (the effect code is put in the timer) I tried "Form1_formclosing" event but does not work.... Any one can help Thanks. Hi, using timer is not good idea, because before first timer tick form will be already closed. Here You have a good code : Private Sub MainWindow_FormClosing( ByVal sender As Object , ByVal e As System.Windows.Forms.FormClosingEventArgs) Handles Me .FormClosing Dim egg As Byte = 0 For egg = 0 To 9 Me .Opacity = 1 - egg * 0.1 Me .Refresh() System.Threading.Thread.Sleep(50) Next End Sub ...Show All

  • Visual Basic Listbox - SelectedIndexChanged Question

    hello. A question please. When I fill the datasource property of my listbox, that executes the code of the selectedindexchanged event automatically. is there a way to avoid that in the begining (I mean when I load the datasource property of the list). Thanks... Or simply using a variable on the form which you can set and in the SelectedIndexChanged event the first thing you do is look at the variable and if its set to a certain value exit the sub otherwise do you processing - so the event is still firing but you are just choosing to do nothing until you want to process it. This is often done like this for stuff processed in the initial establishing of data on the form. So during the form load event ...Show All

  • SQL Server Need a sysadmin login

    We’re running mixed mode authentication on our SQL Servers. To make the server “safer” builtin\admininstrators no longer have sysadmin role on the sql server. If there is only one login with sysadmin role, and we lose track of the password, is there any way to recover it How could we reset the password or create a new sa account with a new password This situation has not occurred, but I’m worried about how to recover from it should it occur. This question relates to SQL 2000 and SQL 2005. David Zokaites, DBA & Software Engineer Jens, Thanks for the information. I thought the scenario might lock me out of sysadmin on the sql server. I will certainly make sure we have a secondary ...Show All

  • Visual Studio Team System History of merge's?

    Is there any way to get history on if a particular changeset was merged into a particular branch If not, it would be nice if there is some way to pull this off. I guess if you had a work item associated you could relate both changes to the same work item, but sometimes there is not a direct correlation. In this case we don't use work items yet and a developer should have done a merge of changesets, but I can't think of an easy way to tell other than just try to compare files. Granted since merges involved manual steps to do merging, a merge may not be able to have a direct correlation with a changeset, since there may have been changes to the changeset to do the actual merge, it still would be an interesting view as it at least track ...Show All

  • Internet Explorer Development New MSDN BHO Article - Building Browser Helper Objects with Visual Studio 2005

    I have built a BHO based on this article and it works great, but I cannot deploy it to machines that do not have Visual Studio 2005. It won't register and I have fixed all the errors that Dependency Walker showed. Has anyone else had problems deploying Murph Man, I have followed every single MSDN page out there on this topic. Here is my embedded Manifest: <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> <dependency> <dependentAssembly> <assemblyIdentity type="win32" name="Microsoft.VC80.CRT" version="8.0.50727.762" processorArchitecture="x86" publicKeyToken="1fc8b3b9a ...Show All

  • Community Chat What version of vista are YOU getting?

    So, out of all of the editions, Home Basic, Home Premium, Business, Enterprise, Starter and Ultimate , which are you getting I am going to get Home Premium because it seems like it has mostly everything I would need. Comes with mostly everything except backing up software which you can just download. So, what are you getting magicalclick wrote: It saves me 70 bucks from buying a new Norton Ghost as NG2003 doesn't work with SATA HDD. Ghost2003 does work with SATA HDD: - boot from a diskette - in command line do ghost2003 -noide - when it asks to write ghost info on the drivers, always select NO HoraShadow ...Show All

  • Visual Studio Team System Visual Studio 2005 Professional Edtion use Team Foundation Server

    Hello Everyone, I already have an MSDN subscription and so does my other developer. So we each have Visual Studio 2005, we were conteplating purchasing Team Foundation Server and 2 CALS for it. Will our Visual Studio 2005 Professional work with it. Or do we have to change that version also. TJ Havens Yes, the client piece (Team Explorer) will work with Visual Studio 2005 Professional. Here's another thread on the topic. ...Show All

  • Visual Studio Installation Error.

    Can't this company make software that just installs as it should Why am I getting the founding error when installing the trail version of Visual Studio Pro 2005 Error 1406. Could not write value to key \Software\Classes\.xsd\OpenWithList\devenv.exe. Verify that you have sufficient access to that key, or contact your support personnel. All other programs WERE closed and my anti-virus WAS disabled Mike Thanks for that. It is interesting. Have you tried, for testing purposes, to install it on a different user account, such as the "Administrator" account, just to see if that resolves the issue. It could be a corrupted user account or some other issue. Have you tried to un ...Show All

  • Visual Studio Express Editions How do I get the last line of an rtb as a string

    How do I get the last line of an rtb as a string ...Show All

  • Visual Basic Multithreading and Windows forms

    Hi I am Having a problem using Multithreading in vb.net i need to exectude this code in a different threat Private Sub FillSubType() 'IsLoading(True) lsvSubType.Items.Clear() Dim pServiceID As Integer = 0 For Each obj As ListViewItem In lsvServices.SelectedItems pServiceID = CInt (obj.Text) Next Dim SubTypeList As New IFF.IFF.IFO.ItosCollection( Of Server.SubType)(Service.getSubType(pServiceID)) For Each SubType As Server.SubType In SubTypeList Dim lsvLine As New ListViewItem(SubType.SubServiceID) With lsvLine.SubItems .Add(SubType.SubTypeCode) .Add(SubType.SubTypeDescription) End With lsvSubType.Items.Add(lsvLine) Next 'IsLoading(False ...Show All

©2008 Software Development Network