dlgreene's Q&A profile
Visual Studio Team System Working with Frames
We have a website that requires a login and, based on users roles, displays anywhere from 3 to 10 frames. The initial recording was done with a "super user" account so that all requests were recorded. Now, during playback with an ID having limited access, the web test fails due to the number of frames not authorized for this user. I believe that I can determine what frames are authorized for this user by looking at the response from ...Show All
Smart Device Development Deleting data from database in C#
Hello there, I am currently experiencing difficulties deleting data from a database in C # for windows mobile. i am also using SQLCE with these queries. The odd thing is that the insert operation is working fine but the delete operation will not proceed, even though the code is practically vice versa of each other. Here is the deleting method: private void Deletebutton1_Click( object sender, EventArgs e) { try { Sql ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Paint Texture
hi, in my game i want that some pc screens show dynamic graphics, there is a way to paint lines, points, texts, or other sort of things in the texture how There are a few methods you should check out: 1. Render to texture - you can rener 3D geometry to the texture instead of to the screen, and then use the texture in a subsequent render. 2. GDI - you can get the texture's surface and then use GetDC, which you c ...Show All
Visual Studio Team System please help with web recorder
Hi! I'm trying to record webtest. 1. Create new web test 2. Window of recorder (IE) does not appears 3. Script is not recorded What solution can you suggest to resolve this problem Thanks for your reply! I'm wondering if the recorder has started but is hiding behind another window. Does a web test open in the IDE with a status bar across the top that says "Recording..." If so, does a link appear on the web test status ...Show All
SQL Server synchronize MDB file
Hello, I have an Access database that updates each 5 minutes with data from a weather station. As you can imagine the access database is becomming huge, so I would like to get that data into SQl Express to make queries faster and better connectivity with visual webdeveloper. There is no way I can get the data directly into the SQL Express database, as the vendor only supplies a tool for MySQL and access through odbc. Is there a way to s ...Show All
.NET Development Why does the 64Bit section exsist?
As I understand the .Net framework there shouldn't be any issues for any code compiled in MSIL runing on a 64Bit system. So why does this section of the forum exist Other code than can fail if executed on a different platform, is code that assumes the IntPtr type is a particular size. It is 4 bytes on 32-bit Windows but 8 bytes on 64-bit Windows. I imagine that this could also be an issue for serialization ...Show All
Visual Studio 2008 (Pre-release) Border with corner radius
When a stackpanel with grey background is in a border with a BorderThickness of 1 and CornerRadius of 5, the corners of the stackpanel overlap the border at the corner. Tried ClipToBounds but no effect. How do you make the border cut off the stackpanel try putting a margin on the stackpanel so that it renders inside the curved corners. <Border CornerRadius="10"...> <StackPanel Margin ...Show All
Visual Basic Using a for loop to remove a string from a collection gives me an error.
My code. I get a list of files from an ftp server and only need to download the ones that meet a certain file mask. For I As Integer = 0 To _myFileList.Count - 1 If _myFileList(I).Substring(0, 7) <> strClaimsFileMask Then UpdateStatusBox(_myFileList(I).Trim & " is not a valid professional " + vbCrLf + _ " file and has been removed from the collection." ) &nb ...Show All
.NET Development CDO Equivalent?
I can't seem to find in the BCL the classes to retrieve mail (POP or from Outlook store) like in CDO. Are they not available Thanks That said, if you would like to see a POP3/IMAP4 implementation in System.Net please send an ask to nclasks@microsoft.com.dontspam (remove the .dontspam) ...Show All
Visual Basic how to read .eml file
Hello All, I'm trying to write an e-mail client program. everything works fine except i cannot read the downloaded or sent e-mail. i save them into a specified directory as an .eml file. how could i read these files can anyone help me thnx in advance; first of all, thanx for your quick reply. actually its ok to read from file, my problem is that the text encoding doesnt returns some language-specific characters. eg if you write &q ...Show All
Software Development for Windows Vista how does the instanceId get set on SqlWorkflowPersistenceService
Hi, I'm trying to set up multiple servers each hosting workflow runtimes of their own. These servers persist their instances to the same SQL server. I can't get the locking mechanism to throw an ownership exception when a second runtime tries to load an instance from the persistance store. Looking at this, the Persistance service provides an @ownerId parameter to the stored procedures, I assume that this identifies which runtime locked the ...Show All
Visual Studio Do I need a load key do install a PCW package?
I need to develop a PCW (Project Creation Wizard) screen for our TFS. The only way I found to accomplish that was creating a VSPackage. Well, I don't need to redistribute this package, in fact, I can't. It is about integration of our TFS with internal applications. I followed the SDK samples and the development of the package was ok, it is running perfect inside the VS Experimental Hive, but I couldn't mange a way to run it with VS in normal mo ...Show All
SQL Server ASP.NET ReportViewer / Non-String parameters
I am displaying a local report in a ReportViewer control on an asp.net web page. My report contains non-string parameters. How can i set a non-string parameter value on a local report That would result in a string being passed to the report. I want to pass a float or a datetime to the report. The only way i've been able to get this to work is to create a typed dataset with the "parameters" i want sent ...Show All
Windows Forms Running My EXE The Second and Subsequent Times Displays An Installer Popup
I have a Visual Studio 2005 C# forms project and a Setup installer project which generates a .MSI that installs the forms project. I run the installer and install the forms project, then I click on the installed EXE shortcut to run the forms project code. The first time I launch the installed EXE it displays the forms, but on the second and subsequent time I launch the EXE it first displays an installer popup, then reinstalls itself and then rer ...Show All
Visual Studio Team System Hatteras and Currituck in beta 3?
Can anyone help me with the BETA 3 equivalents for the Hatteras and Currituck dlls used in BETA 2 and all other similar namespaces/files There are some registry entry changes as well, is there any list available for all the changes in BETA 3 Unfortunately, there's no comprehensive list available. Mostly it goes like this. Microsoft.VisualStudio.Hatteras.*.dll --> Microsoft.TeamFoundation.VersionControl.*.dll Microsoft.VisualStudi ...Show All
