Jurgen's Q&A profile
Visual Studio Team System FxCop 1.35 Copy as SuppressMessage
I just discovered the neat feature that I can right click on an excluded violation and select "Copy As SuppressMessage" to get a SuppressMessage attribute to paste in my source file. Only thing is, the Justification named parameter is not added. It would be nice if the text of all notes, or at least the first note, associated with the excluded violation were used as the Justification parameter. ...Show All
Visual Basic Trouble using COM Server that need VARIANT* from VB.NET
Hi I have an ATL COM Server that need to return a lot of data. To accomplish this task the COM Server use an argument of type VARIANT*. With VB6 we haven't problems, the server works properly. Using the same componente with VB.NET we are not able to pass an Array or an Object by reference. The COM Server method fails because the data is always VT_EMPTY or is not VT_BYREF. This is dependent from MIDL definition. // MIDL ------------------------ ...Show All
Visual C# How to call java program in C# without using batch file.
Hi all, I need to call the program which is written in java using C#. I know we can use batch file to do this. But as per my requirement i have written a program that will connect to a database and fetch the records as per the query sent. Now I need to write a code in C# that will call the java program and the results can be viewed in C# too... can anyone guide me in this Thanks, Sheetal ...Show All
Visual Studio Team System depend request
1) What exactly does add depend request mean 2) Is it possible (without code) to say based on an extraction rule request this page I am writing a web test for a site with multiple security roles. I wrote the test with the master security role. Now I want it only to make certain webpage requests based on the user logon ~Todd A dependant request is simply one that happens because of some other request. For exampl ...Show All
Visual Studio 2008 (Pre-release) Strange behaviour with disabled toolbar
I have discovered a strange behaviour (bug ) in the chess application. Load the chess game, go to 2D page, navigate back to the main page and then navigate forward to the 2D page: the toolbar is disabled. This doesn't happen with the 3D page or if you navigate using the menus instead by clicking the arrows. I have no idea if it's a bug in my application or in WinFX runtime. Any thoughts Valentin, Would you mind sending th ...Show All
Visual Studio Team System setup team foundation server error - and hotifx
hi, i tried to install team foundation server and i get the following error code: EventType : visualstudio8setup P1 : 12841 P2 : 8.0.50727.43_vstfbeta3_x86_cd P3 : msi P4 : inst P5 : f P6 : ca_quietexec P7 : 6 P8 : 1603 P9 : - P10 : - any suggestions what the problem is operating system: windows server 2003 sp1 installation guide: TFSInstall-v60317.chm hotfix KB913393 for Microsoft .NET Framework 2.0 not installed, because ...Show All
Visual Studio 2008 (Pre-release) IStubMessageInspector?
What is the equivalent of the IStubMessageInspector in RC0 release If I need to write a Messae Fixer at the service side, how do I go about doing that now Kishore System.ServiceModel.Dispatcher. IDispatchMessageInspector http://windowscommunication.net/collateral/pages/BreakingChangesJanCTPToFebCTP.htm http://windowssdk.msdn.microsoft.com/library/default.asp url=/library/en-us/cpref20/html/T_Syst ...Show All
SQL Server Installing MSDE 2000 on Server with SQL 2005 Express
Can anybody help I have a Windows XP and 2003 server; we have installed SQL 2005 Express on it but have an application that installs MSDE 2000 to connect to an application. After the MSDE 2000 is installed we can no longer see the instance across the network. If we uninstall the SQL 2005 express version we can see the Instance in MSDE 2000. Is there any compatibility issue with install MSDE 2000 after SQL 2005 has been installed. M ...Show All
SQL Server Can't uninstall or reinstall nonfunctioning sql server
In previous post in the Getting Started section, I discussed problems trying to run queries on multiple databases: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=299240#299240&SiteID=1 Nobody could help with the problem. I eventually got a query to run after several attempts at deleting and recreating databases. Then, I was hit with the following error message: Class does not support aggregation (or class object is remote) (E ...Show All
.NET Development SSL/TLS exception when using HttpWebRequest with client certificate
Hi, I wrote following code to call a aspx page in code (from another aspx page): HttpWebRequest httprq = ( HttpWebRequest ) HttpWebRequest .Create(uri); string certificateName = "SoapProxy2" ; X509Store store = new X509Store ( StoreName .My, StoreLocation .CurrentUser); store.Open( OpenFlags .ReadOnly); X509Certificate2Collection certificates = store.Certificates.Find( X509FindType .FindBySubjectName, certi ...Show All
Visual C# Windows Service that watches the keyboard
Hi there, I have a working windows application which implements a global-system-hook-class to watch the keyboard and log the pressed keys. The statistics are used for language analysis. In order to automate this process a little bit more, I want to write a windows service which does the same monitoring. I worked with servies before, but last time, I used a timer, because the service was supposed to work in a certain interval. This time, ...Show All
SQL Server Can I dynamically change the width of objects?
I have a problem using the table object. I have columns that I sometimes want to show, and I want the page to run off the edge and be two pages. However, usually I'm hiding many of the columns and the table "shrinks" enough to fit on one page. When this happens, the table looks right on the first page, but I get blank pages after it, because the report itself will not shrink. Is there a way to dynamically change the siz ...Show All
Smart Device Development XML data binding API
Hi, Is there in the CF2 XML data binding API (like the JAXB in java) thanks in advance, Oren. There's no direct equivalent. You can load XML into DOM or DataSet (if XML contains suitable relational data) for processing. ...Show All
Visual Studio 2008 (Pre-release) Rendering text dynamically in with style
I'm building an application and I basically want to convert HTML into XAML's flow document style (e.g. <Paragraph>, <List>, etc...) I'm pretty confident I can use RegEx to replace the appropriate HTML tags into XAML tags. The problem is, how do I dynamically bind this to a content that supports those tags such as TextFlow My basic idea is to bind the original string to the TextFlow (or other control I use), and then use a ValueConve ...Show All
Visual Studio Tools for Office Help with Infopath!!!
I am trying to send a form to a distribution list but not as an attachment file. I just want it to be HTML view version. The only way to do that is through File > Send to Mail recipient. Is there a way to get the link of that function and put it as the behavior of a submit bottom within the form kurdojamal@hotmail.com Thank you for your help! You should post your question to the Infopath newsgroup. There's a better chance that s ...Show All
