Jim Teeuwen's Q&A profile
Visual Studio Team System Is there a Release Date for FxCop 1.35?
I'd like to use the new features but I'm not going to use another beta. When is the release date planned Cheers, Chris Why aren't you going to use the beta Firstly, it's very stable - we've had no problems at all with it. Secondly, seeing as you're using (and hopefully benifitting from using) FxCop, it would be considered good form to try the beta. ...Show All
SQL Server Server Name?
I have a dialog box that is requesting the server name when I'm trying to create a new SQL Server 2005 database What is that and how do I find it Thanks. Creating a database requires connecting to a SQL server. Are you using Visual Studio, or SQL Server Management Studio What menu or action are you taking Karl Tarbet ...Show All
Visual Basic Wildcard Replace using the VB.NET Replace function
I was hoping that one of the new features of .NET 2005 would include the ability to do wildcard replacing using the Replace() function. Is it possible or do i need to find a function or module Something like Replace(str1,"Test*","Test") is what im after. Is there something out there for it Cheers How about regular expressions str1 = system.text.regularexpressions.regex.replace(str1,"Test.*", "Test") Very powerful and therefore complex, check out: http://www.regular-expressions.info/ John. ...Show All
Smart Device Development configure network card
Hi all, does anyone know how to configure the network card from within a MFC app. i have used IP Helper to add IP address and subnet mask but i need to define the gateway, dns server and ideally the host name. i hope someone can help. thanks Martin Pls follow this link for info on more appropriate news groups for this query http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=286724&SiteID=1 Srikanth Bogadapati ...Show All
Smart Device Development Adding Items to a ListView
Hi, I'm trying to add items to a list view like this: frmList.lstShop.Items.Add(txtProduct.Text) This method gives me an error "Value of type 'Strings' cannot be converted 'System.Windows.Forms.ListViewItem'". I've tried to save the text to a string and add the string but I get the same error. I also get an error when trying to add a column like this: lstTrolley.Columns.Add( "Price" , 40) Can anyone tell me how I could do these They work fine in .NET framework, just not compact framework. Thanks You'd need to create ListViewItem objects and add them instead. Please see this for ...Show All
SQL Server Installing the SQL server 2005 beta tools problem
Hi everyone, I do not have any issues with the installation of the server itself, or reporting services etc... but im having trouble installing the tools like the management studio, etc... I get an error syaing tat I need to do this from the add/remove programs, but its not there. Its like it thinks that its installed but its not... Any ideas would be gratly appreciated Kramish Now there is another problem, the SQL Server Management Studio freezes whenever I load it up. I cant really say much more than that. I will post the error signature below, I hope someone can help: szAppName : SqlWb.exe &n ...Show All
Visual C++ Error PRJ0019 : A tool returned an error code from "Performing registration" ProjectName
Hi, I'm facing one problem when compiling vc6 project into vc8 compiler. Error PRJ0019 : A tool returned an error code from "Performing registration" PantherConfig I have gone thru a number of links providing solution for this but couldn't get correct solution. I think it is having problem in registration dll but not sure. In Build log it is telling that "Cannot open the specified file testerinfoerrors.err for reading" while this file is existing. Please highlight some point over this. Thanks in advance. Madhur Does running regsvr32 to register your component on the command-line (outside the IDE) work at all If not, you'll need ...Show All
SQL Server Differences between MSDE and SSE2005
Good Afternoon, Everyone. I know SSE2005 is built on Sql Server 2005 and MSDE was built on Sql Server 2000 so let's not start a thread discussing that. My question is more about the concurrency governor found in MSDE. I've heard people talking about the concurrency governor in MSDE being removed in SSE2005. Instead, performance is limited by the server configuration; one CPU, 1 GB RAM, and a maximum 4GB database. Can anyone confirm this What happens if the server has 2GB of RAM and/or dual processors Will SSE only utilize 1 GB and/or one of the processors Thanks for the help, Scott You assumptio ...Show All
Visual Basic DrawRectangle method creates oversize rectangle
Why does the DrawRectangle method generate rectangles that are 1 pixel too big I'm unsure if this is a bug (which it certainly looks like) but if you draw a rectangle and use the FillRectangle method, it fills correctly, but when you draw it using the DrawRectangle method, it's one pixel out. I know the obvious solution is to reduce the size of the rectangle by 1, but it's most annoying, especially if you use the Rectangle.Inflate method to draw a border around a filled rectangle in a minimal code approach, it doesn't draw correctly. For Example: Private Sub Form1_Paint( ByVal sender As Object , ByVal e As System.Windows ...Show All
.NET Development sss
sss ...Show All
.NET Development Using WMI to identify the device type (A NAS Server or a General File Server)...
Hi All, This is a query on WMI. How can I identify a device is a NAS server or a general File server using WMI. Is there any property that tells us a device is a NAS Server or a General File Server or somethig else Regards --VVPrasad This is not an appropriate forum for the WMI question. Please try http://www.microsoft.com/communities/newsgroups/list/en-us/default.aspx dg=microsoft.public.wmi.programmer&cat=en_us_bf805137-0af7-4571-b713-35c606b597f0&lang=en&cr=us ...Show All
Visual Studio Team System Recorded WebTest works, generated code then fails
I have recorded a webtest and bound it to some sample data in a SQLExpress MDF file stored in the project. When I run this test it works perfectly. The problem then occurs when I click the Generate Code button and then try to run the code version of the exact same test. I get the following error "Could not run web test 'ProfileControlTestCoded2' on agent 'VPCR851260C': Could not create instance of class 'ProfileControlTestCoded2' :Exception has been thrown by the target of an invocation. " I cannot find a way of getting any more information about the nature or cause of this exception. Has anyone else experienced this probl ...Show All
Visual Studio Team System Namespace Administrators ?
I find the term "Namespace Administrators" confusing. What is meant by "Namespace" here Isn't this really "Repository Administrators" You can call the same web service methods that gssutil.exe uses. The VSTS extenisibility kit may contain some useful info http://www.vsipdev.com/downloads/ You can also look at the web service soap traffic between gssutil.exe and the server to see what's involved. If you decide to do it, let us know how it goes. Buck ...Show All
SQL Server SSIS Error: Unable to use Excel as a data source
Here's the error: ------------------------------ TITLE: SQL Server Import and Export Wizard ------------------------------ An error occurred which the SQL Server Integration Services Wizard was not prepared to handle. ------------------------------ ADDITIONAL INFORMATION: Exception has been thrown by the target of an invocation. (mscorlib) ------------------------------ The connection type "EXCEL" specified for connection manager "{9341ACF8-D41D-4295-B4FF-8E93E5E28096}" is not recognized as a valid connection manager type. This error is returned when an attempt is made to create a connection manager for an unknown connection type. Chec ...Show All
Visual Studio Team System Availability of MSF Build Tool for Process Guidance Customisation
The tool mentioned in the MSF Process Guidance Customisation Guide for building the HTML files in the Process Guidance folder after Editing them is supposed to be downloadable from: http://lab.msdn.microsoft.com/teamsystem/workshop/msfagile/default.aspx I can't find it. Doesn't anyone know where I can get from Unfortunately the build tool is not ready yet to be posted for download. We are still working on the tool and hope to have it posted soon. We will update the MSF workbenches when the tool is ready. In the meantime, you can still make edits directly to the processguidance.xml file in MSF for Agile Software Development. You'll ...Show All
