Matt D's Q&A profile
Visual Studio Team System Disabling checkin policy override
I really like Team System's concept of check in policy; however, there seems to be no way to turn off the option to let user override the policies. There may be some policies that my developers MUST adhere to, no exceptions. Period. There doesn't seem to be a way to turn off this override capability. Am I wrong about this Thanks. I haven't seen anything that would disable the override checkin, however you could consider a slightly different solution. You could send an alert or email out to a reviewer or administrator whenever the policy is overridden. Let me know if this is a viable solution and I'll forwar ...Show All
Visual Studio 2008 (Pre-release) Sum in Query Expression
Is it possible to do the following using query expression syntax: decimal total = customers .SelectMany(c => c.Orders) .Sum(o => o.Total); Or can this only be done presently with the extension methods Not every Standard Query Operator is currently represented by a Query Expression analog. But since Query Expressions all return IEnumerable<T>, and since Standard Query Operators are extension methods that operate on IEnumerable<T>, .Sum() can be invoked on the result of a Query Expression: (some_query_expression).Sum() -Scott ...Show All
Visual C# WebBrowser control as Editor With RitchTextBox For Code??
hi..Everybody.. I have make WebBrowser like html editor..which i have take the code of that from some site..But the question is how i can make the html editor with RitchTextBox run syncronizelly..Like Exactly MS-FrontPage..2003..i want like when i type any character on WebBroswer Editor..i want to render each character writen to RitchTextBox.. basically like ms frontag page way.. Kind Regards.. Bassam Basamad hi..thanks for reply.. i want when i write on Desing View (Content)..the html code be written to source code view.. ...Show All
Visual Studio Team System Sharepoint Permissions
I know this thread has been widely discussed in the forum but I couldn't find a solution yet. I followed step by step the single-server installation guide but when I try to create a new project I always get the same error saying I need to be an administrator of SharePoint. I'm using an active directory user that is member of the administrators group (all of them). If I try to access SharePoint Central Administration I just can't log in so I can't add members to SharePoint services administrator group. It seems like if the administrator is not allowed!!! I tried to access also with the TFSSETUP user to ...Show All
Visual Studio unused/unreferenced dlls in the \bin directory
When I build/compile my windows form app (Framework v2.0), dlls are put into the \bin directory that shouldn't be there. For example, I had a reference to the Interop.DTS.dll while testing execution of a DTS package from my app. I decided to not use that functionality and removed the refrence from my project, however the dll is still added to the \bin folder. I have a few dlls like this. Is there someplace else besides MyProject\References section that these dlls would be listed/attached/refrenced I checked all of my code and can't find a refrence/Import statement for any of the troublesome dlls. Thanks ...Show All
Visual Studio Express Editions Installing visual studio express problems
Hi All Having problems after downloading the express editions of vb and web developer. it copies 39 files to the temp area then does the loading instalations componets, i accept the license aggrement and click the two boxes. I then click install, it then says :- Microsoft Visual Basic 2005 Express Edition - ENU has encountered a probelm during set up. setyp did not complete correclty. Error signature bits says something about dllmgr_bitserror P7 :- 2148023651 P8: 0 P9 : cdownloadjob_addfile have tried several times cleared down mt %temp% dir, running windows home xp SP2, i am the adminstator. also in the error report contents it says ...Show All
.NET Development update SqlExpress dataTables fails
I seem not to be able to update any table in my database. Not through the dataTableAdapter 's Update command, nor through a sqlCommand Object (command .ExecuteNonQuery()), although recordsAffected returns > 0. Am I missing something Found the solution in the free downloadable book 'Build a program now' at the 'Registration Benifit Program' p154 (text in blue). In brief there are 2 copies of the database: 1 in the application folder and 1 in the bin\debug folder. At design time the database in the app folder is used while at run time the other one. By default in the solution explorer the database is ...Show All
Visual Studio Team System Unable to access Team Foundation Source Control
Hi, I m using Team Foundation server Beta 3 Refresh and new to this.My project Manager created a Team Project "<TeamProj1> " who is a member of [server]Team Foundation Server administrator Group.He added me as project administrator in ,[TeamProj1] Project administrator group. I m unable to open Sourec conrtol explorer when i double click Source control in Team Explorer, getting follwing error Either source control has not been configured for this team project or you dont have permission access it.Would you like to create create the source control folder, $/<TeamProj1> When i click Yes button getting this ...Show All
Visual Studio Team System Invalid Build Type
I have a problem running build types through the IDE. I created our Team projects and added build types for each through the wizard. One project has no problem running the build type. Most of the others state "BuildTypeName is not a valid build type". And the last project states I need "update Build Permissions". None of my permissions changed in between creating any of these project, so I am not not sure why I get that last error. As far as the "not a valid build type" message, this happens with just the wizard generated code. I thought maybe I had edited some value incorrectly inside the XML, but even unedited build type files give this er ...Show All
Visual Studio Tools for Office Outlook and Word Addins
I have written a C# application which uses Word 2003 Application and Documents via Interop. I display a Word document in the user control which in turn is in the Windows Form. All works fine until I open the Outlook when my program is running. Once when Outlook gets opened, I heard it shares the Addins of the Word 2003. When I close my application the Winword.exe is still available in the task manager. When Outlook is closed it will not terminate this Winword.exe instance either making it a orphan. I need to kill it manually from the task manager. My questions: 1. How do I prevent Outlook from using the word addins whether it is opened ...Show All
Windows Forms application folder path in the registry during set up
Hi guys.... During vb.net application installation, I would like to create a key in the registry with the application folder path. How can I do it in the vb.net application SetUp deployment Thank for any useful suggestions. Do the following: 1. In Solution Explorer , right-click the Setup project and choose View -> Registry 2. Right-click on the key you want to add the new value and choose New -> String value 3. Enter a name for your value, ie InstallationFolder 4. In the Properties window, enter [TARGETDIR] (including the brackets) in the Value text box. ...Show All
Visual Studio Express Editions Connecting to access mdb file problem.
I am having some trouble connecting to my Access Database from Visual Studio Express 2005. I can add a connection if it is a sql database, but when i change the Datasource to the access option and hit ok i get a window that allows me to change my Connection string, and thats it. If i cancel it exits the wizard. Also the only data provider i have is .net framework provider for ole db. Should i have a second provider The other software i have installed is access 97,and access 2003 both with their corresponding developer software. I also have an educational version of visual studio .net 2003 and i can connect to the db using . ...Show All
Visual Basic How do i make a vb.net 1.1 client side web browser object
I have looked every where, why is there no working examples of making a client side web browser object. You could do it in old vb. And people say you can do it in vb.net, but only give half explained info, that does not seem to work. I have come accross pages saying you can just make a program or user control, and just embed it using object on you web page. but they never give full examples, or do not work. most say make a dll, but you can't share a dll on IIS, so i used another web server, and they still dont work. i need a full example, including web page I got it to work finaly, seems it dont work if the ...Show All
Visual Studio Team System Buttons/Checkboxes in Work Item layouts?
How can referenced work items (foreign key kind of relationship) be called like some custom button on the work item layout that can run a query and bring up child work items in the search results Also, can hierarchies be created in work items Have seen Related items. This version does not support custom-defined buttons, checkboxes, or custom controls. Neither it supports custom hierarchies; the only two hierarchies are Area Path and Hierarchy Path; for those we have a special control type called WorkItemClassificationControl. Could you clarify what do you mean by calling work items Thanks ...Show All
Smart Device Development How to Call Delphi 7 DLL in VB.net?
Dear Frd, I have not any idea abt Delphi7 but I want to use Delphi7 DLL in VB.Net as per requirement. In this DLL there is a Function that return four different types of values ( like int, int, int, Pchar) and take 11 input parameters. Please help me asap that How to use this DLL in VB.Net Delphi does not support Windows CE, so you could not do that because Delphi DLL won’t run on device. I however, suspect you're in a wrong forum and you're talking about desktop framework. In that case please post your question to appropriate forum. Thanks. ...Show All
