Peter Scheffel's Q&A profile
Visual Studio Team System Monitoring traffic generated by Web Test
I am attempting to monitor and capture the network traffic generated by a web test using Fiddler. However it never captures anything, I am curious to know if VS2005 (RC) uses a unique port number to conduct Web Tests And if so can it be set, as can be done with unit tests ( http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=59396&SiteID=1 ) Thanks, Terrell Thanks Ed! That works great. Just as a ...Show All
.NET Development Regular Expressions question
Hi all, let say that my string is : /// <author> aaa /// <author> bbb /// <author> ccc 1. how do i match all the authors except author aaa 2. how do i append the string "2006" to the authors names found in #1 Thanks. (Moderator: Thread moved to the Regular Expression Forum and Title tweaked for quicker thread understanding during a search) // Regex Replace code for C# void repla ...Show All
Visual Studio 2008 (Pre-release) MSMQ over HTTP
I can’t send an message over http to a queue that resides on an different machine. Without using WCF theres no problem. I've testet to send message to the queue using System.Messaging classes. I'm using MsmqIntegrationBinding. Is there something i have to do Use a different binding perhaps the mq address i use looks like this msmq.formatname:DIRECT=HTTP://IPNumber/msmq/clientqueue Hoping for some help ...Show All
Windows Forms Correction to the above question
Hello, How to change selected index of combobox on one external exe using Win API That combobox style is dropdownlist. I tried to use SendMessage(GetDlgItem(hWnd, 301), CB_SETCURSEL, 2, 0) where hWnd=hWnd of exe 301=control id of combobox But it doesnt change the selected index, itonly changes the text portion of the combobox. Even I tried to use SendMessage(GetDlgItem(hWnd, 301), CB_SELECTSTRIN ...Show All
Visual Studio Local help not available in VS2005 TS RC; please help.
I am having a (for me) the serious problem that the local help in VS2005 does not display any .NET content. Using VS2005 TS RC1, but the same happend before with VS2005 b2. - only Help on Help and Refactor show up in the index. - dynamic help and F1 help with standard VB code give no results - in Tools, Options, Environment, Help, I have 'try local only' - I cannot use online help, because it's way too slow for me here I suspect that some ...Show All
SQL Server cannot generate ResultSet code
I am using Visual Studio 2005 and SQL Server mobile edition. From Visual Studio I went to Data->Add New Data Source. From there I created and added an SQL server Mobile database. I want to use result sets instead of data sets. A file was added to my profect called: "databaseNameDataSet.xsd". In the properties for that file, when I change the Custom Tool property to MSResultSetGenerator, I get the following error: Failed to generate ...Show All
.NET Development Data Adapter Updates not happening
I have an Infragistics grid bound to a BindingSource, that in turn is bound to a strongly typed dataset. I want to add a row to the grid, then when the user click the OK button, save the new row back to the SQL Express database I am using. In the OK button, I have this code: this .productFeatureBrowserDataSet.Versions.AcceptChanges(); this .versionsTableAdapter.Update( this .productFeatureBrowserDataSet. ...Show All
Software Development for Windows Vista Rule Set Editor and Complex Properties
I'm trying to create a Rule Set which validates the data on our custom data container objects that get assigned to the workflow. One of the rules that I need to write needs to access a .NET property which is overloaded. The property looks like: Public Overrides Property Value() As String Get Return Value(ValueState.Current) End Get Set ... End Set End Property Public Overrides Property Value(State As ValueState) As String Ge ...Show All
Windows Forms Server
I only installed the client. Where is the server installed I know it is not running locally and it keeps track of my data so I assume its on a global server somewhere The web service location is in the client's ...Show All
Visual C++ fatal error c1001: internal compiler error
Hi, I'm using VC7 and when i get "fatal error c1001: internal compiler error (compile file 'msc1.cpp, line 2701)" in MsXML.h, specifically in (the last line) EXTERN_C const CLSID CLSID_DOMDocument; #ifdef __cplusplus class DECLSPEC_UUID("2933BF90-7B36-11d2-B20E-00C04F983E60") DOMDocument; Any suggestions\ideas are very welcomed. Cheers, Snir. Sorry that it took u ...Show All
Visual Studio 2008 (Pre-release) Creating Custom Transports
I am in the process of creating a custom transport to leverage Sun Message Queue. I have created the necessary classes by extending and implemented the required classes and interfaces (i.e. ChannelFactory, ChannelListener, IInputChannel, IOutputChannel, etc…). I am able the send a message using the proxy leveraging my new transport. I know the message goes through Message Queue and I receive the message on the ServiceHost side. I have traced in ...Show All
Windows Forms C# Datagrid catch a double click
I've got a win form that shows it's data. It's on a pageframe(1) I need to grab the double click event and fetch it's (rows) data for edit on page2 this is the event I'm expecting to fire but no go in the debugger: private void mmDat ...Show All
Visual Studio Express Editions Access Databases!! Without Databindings
Hey there, I have foun the way to connecto to an access database and use it without the DataBinding and the BindingNavigator First: You will need to add the Database into your Project, its better if you create the database in Microsoft Access first and then add it into your project as an existing item, use the general help to do this, when you finish adding the Database to your Project, it will create and add a DataSet into& ...Show All
.NET Development access permission probelms. HELP ME!!!
I have two computers, a desktop and a laptop, both running win xp home. Both are wirlessly enabled and connect wirelessly to the internet through a belkin router. The desktop will happily see the laptop and share files, and everything seems to work just fine. The laptop, however, refuses to see the desktop. I have shared all folders properly, both are part of the same workgroup, and I have run the network set up wizard, and tried to connec ...Show All
Smart Device Development Linking error with WM 5.0 using VS2005 RTM tools
Hi All, I'm compiling application for Windows Mobile 5.0 PocketPC. I have compiled sources with /QRarch4T /QRinterwork-return compiler options enabled and without these options. Also I have tried passing MACHINE:THUMB linker option but no success. Following are the error details : Error #1: Invoking CVTRES.EXE: /machine:thumb /verbose /out:"C:\DOCUME~1\seshah\LOCALS~1\Temp\lnk3CF.tmp" &nbs ...Show All
