Joe Labellarte's Q&A profile
Visual Studio Reporting Control and Proxy Server
Hi I get 'HTTP/1.0 401 Unauthorized' errors when trying to show reports from a remote server in my Reporting Control or want to deploy a report from VS 2005. Using IE I can render or upload reports without problem. I suppose this is possible because the server URL is entered in the Proxy Setting Exception of IE. If this is the reason what must I do to get rid of these exceptions Appended the first part of the http traffic between IE ( ...Show All
Visual Studio Team System Web Page instructions for TFS Web.config file give error:
Web Page instructions for TFS Web.config file give error: ------------------------------------------------------------------------------- Following web page instruction says to use this XML fragment to start tracing: http://msdn.microsoft.com/library/default.asp url=/library/en-us/cpref/html/frlrfsystemdiagnosticsdefaulttracelistenerclasstopic.asp <system.diagnostics> <switches> <add name="MagicTraceSwitch" ...Show All
Visual Studio Team System comparing result in webtesting
For example I recorded (search for july 3 messages in my website)it gave 1000msges.and for some reason i want to use the same search criteria for search and do the search few days later and now it is giving me 500 msges for the same website and same search criteria.i would like to know is there a way this software compares present result against previous result using this tool.if yes then how do we do that thanks in advance. I believe y ...Show All
SQL Server Report equivalent of a <BR> or a vbCrLf
What do I have to embed in my data to get a report cell to line break If I have: ABC XYZ what do I have to store in the position to get it to look like: ABC XYZ in my report It's faster solving that in the dataset than in the report side. But it's valid too and it's good to know as many ways to solve problem as you can. ...Show All
Visual Basic change published project dir
hi, after finishing my project i would like to publish it so i can burn it to a cd and if a computer doesnt have .net framework 2.0 it will install it before running my project. I know how to do this and can publish it with all the right files through the publish wizard. The problem is when i publish it, the running directory is a temporary one which i found out with the help of a couple of people and the application.startuppath command, and the ...Show All
Visual C# How to get system's informations
I want to design a simple application that show system's informations such as CPU's informations, RAM's informations and some thing like that. Can you instruct me how to do this. Thank you very much For starters, you can get the machine name, OS version etc. with System.Environment. ...Show All
Visual Studio Express Editions Assistance with MFC Application
Hello anyone!! --Can anybody advise me, how to create a MFC application Wizard (exe), complete with a Control box, to create the Application shell, or is this unheard of, with this Visual Express 2005 Edition It seems simple enough, but I cannot get it!! Sincerely, ---Geoff Express edition does not come with the MFC library and project templates. It is targe ...Show All
Visual Studio Team System Query result does not show all the work items for some users
Hi there, We are seeing very wierd problem. One of my teammate ( who is not administrator) for VSTS , ran Active Bug query, even though the total count for query result shows right, let say 17 bugs and she sees only the bugs opened for default area path( \TeamProjectName\Project Structure) and for all the bugs which are opened for some other area path ( i.e \MSP Original\Project Structure\Blah\Blah\Blah\ ) she ...Show All
Visual Studio 2008 (Pre-release) "Bitmap Fonts" in WPF?
Are there such thing as "Bitmap Fonts" in WPF the vector text/fonts look great on my CRT...but horrible on the LCD at work especially for smaller fonts - same thing Flash use to suffer from prior to version 8...so was wondering if there are ways to use bitmap fonts or to control the anti-aliasing of the fonts used in WPF cheers We do not support 'bitmap fonts' in WPF. But I'm concerned that f ...Show All
Windows Forms Add a button to a DataGridViewCell
Hello, I'm new to using the DataGridView so my question might seem to be simple for you. I'd like to add a button at runtime to a cell so that the cell has a standard input field AND a button (like a ComboBox). How to do that Till The DataGridView doesn't support hosting of controls in cells. Only when a cell is being edited does it actually host a control (the editing control). -mark DataGridView P ...Show All
Visual Studio Problem Debugging Multithreads (catch imposible exceptions)
Hi ... I have a problem debugging multithreads in VS2003 .. I run a process in a thread ... is just one long process so I put it in a thread .. but ... when I lost windows focus (change to another window or at debugging when I get into a breakpoint and show me the code) VS2003 throws this exception: "System.nullReferenceException" at "System.Windows.Forms.ComponentManager.System.Windows.Forms.UnsafeNative Methods+IMsoComponentManag ...Show All
Smart Device Development What about smartphone 2003 SDK for .net 2.0 VS2005?
After installation of VS2005 I have .NET 2.0-templates for WinCE2005 and PocketPC 2003 only. There're no 2.0 templates for smartphone 2003. Does anybody know if they will come Smartphone 2003 does not support the .NET CF v2.0, nor is there any support planned AFAIK. Thanks, Jeff Abraham Visual Studio ...Show All
SQL Server Custom procs for replication
SQL Server 2000 Enterprise Hello, I have a test publication of two tables. Both tables are supposed to use a custom update stored procedure (you know, "Replace UPDATE commands with this stored procedure call:") When updating Table1 the system calls my custom stored stored procedure. Here is a small excerpt captured by the Profiler when updating Table1: exec usp_FNLC_MSupd_Table1 'Jun 24 2005 12:00:00:000AM', NULL, 100 ...Show All
SQL Server XML Schema extension behaving differently between SQL2005 and VB.Net 2.0
In summary my problem is: - I have two schemas 'Parent' and 'child' - The child schema extends the parent schema by adding one attribute and redefining an attribute from the parent - VB.Net permits the two dependent schema definitions in a schemaset - Creating the two schemas in a SQL2005 xml schem collection results in the error "Derivation by extension may not redefine attributes" I would like SQL2005 to exhibit the same behaviour as VB.Net ...Show All
Visual Studio Team System How to annotate a valid input range to supress SA warning
I have the following function: const CVector& CMatrix::GetVecRow( int ivec) const { ASSERT(0 <= ivec && ivec < GET_SIZE(_rgvecRow)); return _rgvecRow[ivec]; } This function generates the following SA warning: matrix.h(45) : warning C6385: Invalid data: accessing '_rgvecRow', the readable size is '72' bytes, but '-48' bytes might be read: Lines: 45 I have looked in the MSDN docs about SA annot ...Show All
