ToddInColorado's Q&A profile
.NET Development WebBrowser control Memory Leak
I created an .NET C#application to continuously creating and closing WebBrowser control for testing. I noticed that my application memory usage has been going up per WebBrowser control. I looked though some user group, and saw that there is apperantly a memory leak in WebBrowser control. Here are my question: 1. I would like this confirm if this is a known issue. 2. Is there a fix or workaround available. Many thanks, Alice Hello, I have the same problem .The memory increase when the webbrowser control is navigating in loop. (When NavigatedComplete event happened it starts loading page again.Is there a solution for ...Show All
Visual Studio Team System How can I add a manual test to Team System for software developer?
How can I add a manual test to Team System for software developer I have TSSD version and I would like to add some manual test to my unit test that I can run using the "Test View". Please advice! Thanks Note that if you upgrade to Team Suite you will be able to get both developer and tester functionality. Check the link below for an upgrade offer to get VS Team Suite at special renewal pricing when you already have VSTS for Developers. http://msdn.microsoft.com/vstudio/howtobuy/renewal/#step Thanks, Ian ...Show All
Software Development for Windows Vista Using root activity parameters
I've created a workflow from using a root activity class that derives from SequentialWorkflowActivity and adds some additional properties. These appear fine in the designer properties grid but I'm unable to find them in the browser when I want to associate them to properties against other Activities. I'm using Beta 2.2 version. Any help would be appreciated. Tim, Can you post the code snippet of your property By "browser" do you mean activity reference dialog "Bind 'prop1' to an activity's property" Thanks, ...Show All
SQL Server SQL Server 2005 and RDO compatibility
Are there any known issues with using RDO with SQL Server 2005 My company is in the process of updating our SQL Server 7 database to SQL Server 2005. Most of our applications are several years old and written using RDO to access the database. I have since started the daunting task of updating all the applications to ADO, but it's only about a quarter of the way done. We need to update the database ASAP, but we cannot wait until all the applications have been updated to ADO. While testing the applications (written in VB6) against the new SQL Server 2005 database, I have come across a problem with the RDO queries not returning ...Show All
Visual Studio Team System Heeeeeelp!! i cant unlock a file locked by other user!!
Hi, please help me, other user have locked a file for editing, but his PC crashed, now hes formating his PC. i've tried to unlock it without success, i've read about permissions, i found the "Unlock others", all my groups have this enabled, but doesnt work, what am i doing wrong just cannot think of case where one would like to remove workspace locally only. What purpose would it serve There are lots of ways to end up with "orphan" workspaces in the cache: move to a new server & take the old one offline server GUID changes your username changes an administrator deletes your workspace from a differen ...Show All
SQL Server Index on bit fields in SQL Server Management Studio
I noticed that I can put a bit field in an index in a SQL Server 2000 database, while using the SQL Server Management Studio (shipped with SQL Server 2005). In SQL Enterprise Manager this wasn't possible. Does SQL Server 2000 support indexes on bit fields and doesn't Enterprise Manager support it, or doesn't SQL Server 2000 support indexes on bit fields and is it a 'bug' of the SQL Server Management Studio Thanks. My experience tells me that this is not true. When the SQL Server only has to access an index instead of the real table, this can increase performance. In the past we've converted Bit fields to Ti ...Show All
Visual Basic Identifying Offset
How do you have it so wehn you open a file in OpenFileDialog1 that the files hex offset appears on a label or some type of text It's not clear what you are asking. I think you are asking how to determine a filespecification's filename offset in a pathstring as expressed in hex for display dim a as string = "c:\temp\foo.txt" label1.text = hex(a.lastindexof(System.IO.Path.DirectorySeparatorChar)) ...Show All
Visual Studio 2008 (Pre-release) Why is LINQ seperate from WinFX?
Why is LINQ seperate from WinFX, whereas WinFX includes WPF, Windows Workflow and WCF They're all next generation .NET APIs coming out about the same time, so why doesnt LINQ fall under the umbrella and with Orcas there propably will be next WinFX incarnation (WinFS included ;p) ...Show All
Software Development for Windows Vista embedded rule file with spaces in the filename
Hello, When I compile (coded version) the workflow with rules I get a compilation error when the rules filname contain white spaces. The format of the CompilerOptions is as following string resources = @"/resource:" + rulesFile + ",NS.Foo.rules"; parameters.CompilerOptions += resources; if rules file has the format "C:\TestWF\Foo.rules" it works fine, if the filename is "C:\Test WF\Foo.rules" I get a compilation error: error CS2001: Source file 'WF\Foo.rules,NS.Foo.rules' could not be found How can I solve this problem Thanks, Pierre Sorry, I probably got my quotes in the wrong pl ...Show All
Visual Studio Team System Sharepoint services - uninstalling
We are installing the rtm (workgroup) of TFS and I accidentily installed Sharepoint services in the NON-Server Farm mode (we are doing a dual-server deployment). I thought i could just un-install and re-install sharepoint services but when i re-install it does not prompt me for the mode. I am at a complete loss. I have uninstalled and re-installed..well, i lost count how many times. What am i doing incorrectly Scott I was wondering how do you uninstall MSDE manually I have a problem with installing Team Foundation, the install fails with a message that SharePoint is using MSDE, and must not... I checked the installed applica ...Show All
.NET Development Unwanted promotion using TransactionScope
Hi, I wanted to test System.Transaction and using TransactionScope. So I wrote a little factory class which has very basic CRUD functionality. One of it's methods is CreateName: public static Name CreateName( string nameValue) { using ( SqlConnection connection = new SqlConnection( Properties. Settings .Default.TestDB)) { return CreateName(nameValue, connection); } } private static Name CreateName( string nameValue, SqlConnection connection) { Name name = new Name (nameValue); ...Show All
Windows Forms Creating a Small App to check which version of .NET framework is installed
I would like to create a simple application to check to see which version of .NET is installed if any. So that I can compile the application for the client. Would like to write it in C# or C++ in VS.NET 2003 or VS6.0 Please suggest any possibilities. Will this work Private Sub Button1_Click(ByVal sender As System.Object, By ...Show All
Visual Studio Team System VSTS Team Build Permissions
Hi all I am facing problems in giving permission to a particular user, like ADMINISTER_BUILD, EDIT_BUILD_STATUS, GENERIC_READ, START_BUILD. I am able to create the build type successfully though. Check-in and check out and edit of build type is not working as those things are disables for me in the “Source control explorer”. I was just thinking if you could give me some tips so as to how I can give above permissions to a particular user. I have added the user in namespace administrator, project admin and all TFS groups and all but still it’s not working. I serached and found something like permission command (c:\amo ...Show All
Visual Basic Title Bar not required
Hi, I am making a application in which I have custom Dialog box. i.e. My Application is Skinned application and hence I draw all required components of it my self. But I am facing problem in removing Titlebar from it. I remove the title bar by making Forms Text property to blank using this:- Me .Text ="" But It also make the Windows Task Bar Icon to have no text in it.. Now I want that Title bar got remove at runtime and Windows Task Bar also display My application Name and Icon. Is it possible If yes how Please Help Me..:) Thanks Hi, Ooops I guess to tell you one small thing in it. I am using the client area of my ...Show All
Visual Studio Crystal Reports: ParameterField Object displaying J# Methods/Properties in Intellisense
In VS .NET 2003, I am trying to duplicate the MSDN C# example here: http://msdn.microsoft.com/library/en-us/crystlmn/html/crtskparameterfieldsruntimecustomization.asp frame=true However, intellisense does not display the ParameterField object's method "ParameterFieldName" or the collection "CurrentValues". But it does display a long list of setters and getters that seem to be used in the J# portion of the above example. Anyone have any ideas on how to fix this Geno & Mark, Thanks for the replies. It appears to be just a problem with intellisense. I was able to type in the syntax for ...Show All
