JRC's Q&A profile
Visual C++ Project Property Page
Hi, I have just installed Visual Studio 2005 and I am experiencing some difficulty. I want to add a compiler directive (/w) but I dont see that C++ folder when I open the Property Page. Can someone please assist this dummy to see a C++ folder, you should first have at least one cpp file in your project. Is this slove your issue -Jay ...Show All
Visual Studio Team System PRF0025: No data was collected
I receive error PRF0025 when instrumenting an ASP.NET custom control from Visual Studio Team System RTM. This control is implemented in a separate dll (M2Form.dll). I have an ASP.NET web application that hosts the control on Default.aspx. I have included the web application project in the targets folder of performance explorer, I have marked the web application as launch but not instrumented. I have also included and instrumented the projec ...Show All
Visual Studio Team System CreateNewWorkItem
Hi all, I try to use the task CreateNewWorkItem but when I try to run the build, it returns the error "error MSB4066: The attribute "CurrentBuildId" in element <CreateNewWorkItem> is unrecognized." I placed the code below in the TFSBuild.proj file in between the tags <PropertyGroup>...</PropertyGroup>. Do I have to use this task in a certain Target If yes, in which target Thanks for your help. K ...Show All
Visual Studio Team System TF output not conducive to efficient use from scripting
Our builds are heavily scripted. TF seems to output extraneous information which causes us to have to do unnecessary string parsing. For instance, in over SCM tools usually there is a very easy way to get just the items in a directory that are under version control. But in TFVC, if the best I can do is this: tf dir C:\proj\somedir but then I get this output to deal with: -------------- $/Proj/somedir foo.cs bar.cs baz.cs 3 item ...Show All
Visual Studio 2008 (Pre-release) How do I get svcutil to use generic List<> for proxies?
I have some services that return List<SomeType> but when I generate the proxy it uses SomeType[] rather then List<SomeType>. Is there a way to change this behavior Is the /rct switch what I need If so can someone give an example of how it should be used. I actually have a bunch of services that return generic lists so I'd like to try and do this across the board rather then for a single service/type. Thanks, Steve ...Show All
SQL Server How to use Fields or ReportItems value in charts
Hi, all. I am doing a financial report needs to show last 10 yrs history data. The end year is the last year of the current year. How can I set the minumum and maximun with Year(Now) fucntion for the x-axis, to represent the years Is there any way to use Fields value for the chart minumum and maximun Yes this is possible in RS 2005 (but not in RS 2000). Axis settings such as min/max/crossat/major interval/minor ...Show All
Visual C++ Date Last Modified
I am trying to get the date a file was last modified using C++. I need the property for both a local file and a file that will be accessed from an ftp server. Thanks for any help. hi, can you give more detail on how you get the date and time of the file thanks ...Show All
Visual Studio Team System Warmup before webtest
How can I do a warmup before I run a web test. I want to do this so that I can view the response time for each requested page. A load test only displays the avarage responsetime of all pages. Thanks I'm not sure I understand your question. You may want to clarify your question if it's not answered below. There is no warm-up that can be specified before running a web test. You can run multiple iterations ...Show All
Windows Forms Image Button with Text
How to add a text with the Image button I am adding a Image button in a panel bar at run time. We can give Tooltip for that image. But I want to give some text for Image button. Whether its possible i.e. Image with Som ...Show All
Visual Studio Tools for Office Print information of control
I have a statistical application in which I have a Grid and MS Chart, now I need to print the information that they contain. How I can print the content of the controls , Where I can unload a code of example Thanks Klarita, I'm sorry you are at a bit of a bump in the road with your solution. The Grid and MsChart controls are not part of our VSTO toolset as such. You will get a fast answer by consulting a more appropriate forum or n ...Show All
SQL Server 1802 access denied
Hello everyone, I got a strange problem when installing sql express on an empty windows xp sp2 machine. When I try to create a new database within a directory, which existed before installing the server (e.g. c:\programme), i get an error message something like "1802 access denied, cannot create database". But when I try to create a new directory on the harddisk (e.g. c:\oliver) and create the database into this directory, the ...Show All
Visual Studio Express Editions Icons
This isn't really relevant but does anyone know any free software (downloadable) that lets you creat icons to save as the ico. format or atleast save jpegs to ico. The best one is probably microangleo , which works as free trial. Otherwise there are lots of runners' up in second place, as usual, google is your friend. ...Show All
.NET Development C++/CLI linked with win32 dll's in C# (msvs2005)
Hi! I'm making a GUI for an engine I'm working on. The engine is separated into two win32 dll's and the GUI is supposed to be written in C#. I've decided to make the interface between C# and the engine using C++/CLI since that seems like the cleanest and best solution. So what I have is the following: EngineA.dll - the two engine dll's in win32 code EngineB.dll - * SVCore.dll - The C++/CLI interface class. Exposes functionality from the engines ...Show All
Visual Basic Delaying code.
Hi guys. Quick question here. I'm looking to put a delay inside a For/Next loop to make the computer wait a designated amount of time before continuing. Rather than use a timer control, I want to keep it purely within code. I remember the good old days where you could just go DELAY 1000 and be done with it, but alas, it seems that those days are no more. If anyone could help me out it would be much appreciated. A.) there are wome ...Show All
.NET Development System.Net.Mail Question Regarding FormatException with MailMessage.To.Add
Hi, I am migrating to using System.Net.Mail for sending SMTP e-mail instead of using the "obsolete" classes of the System.Web.Mail namespace. I find that when adding an e-mail address to a MailAddressCollection, such as MailMessage.To, that a FormatException with the message " The specified string is not in the form required for an e-mail address. " is returned when trying to add an e-mail address with the format " ...Show All
