TFSFailedInstall's Q&A profile
Visual Studio Team System How to add a new report to a Team Project
How can I add a new report to an existent Team Project Ok, it's easy to add the report through Resporting Server, but how can I link it with the parameters of Team Foundation (ex.: project), like we do with the ReportsTasks.xml file I've looked through the entire database but coudn't find this configuration. Thanks, Max Andrade ...Show All
Visual Studio Installation problem of Visual Studio .net 2003 on Xp Pro
hi iis 5.1 is inbult in xp pro , though i need to install newer componant if yes which version i can install pl give me detail description for installation . Can you turn on verbose logging and send us the output (atleast the last few lines) How to enable Windows Installer verbose logging for all setup programs If you install the .NET Framework, .NET Framework SDK, .NET Framework language ...Show All
SQL Server Getting more information of a Job / Aborting a render-request
Hi, I'm developing a webapplication where users can view reports very fast (no login required, reports are directly shown as pdf->no annoying prompt). Therefore I gave ASPNET some permissions and all currently processed reports(jobs) have the owner ASPNET. In some cases a report could take a long time, so I want to give users the possibility to cancel their report (to free server resources). How do I do this I can cancel the corres ...Show All
Windows Forms Another dataGridView coloring rows problem
I have a dataGridView connected to a database. The database has a boolean field called authorised which does not show in the grid. I want to color the rows in the grid red when activated is false. The various other threads deal with coloring rows based on a column value and work well but I cannot see where I should put code to color the grid as it is filled. Look at the DGV FAQ: http://www.windowsforms.net/Samples/Go%20To%20Ma ...Show All
Visual C++ linking problems (invalid or corrupt file)
Hello experts! I was testing compilation programs with dlls. So I have created simple dll with header: int sum(int size) { return size*2; } And I have compiled it. I have also created simple console application using this library. In project options I have added headers path and libs path, but I have linking errors: Linking... C:\Documents and Settings\Jacek\Moje dokumenty\Visual Studio 2005\Projects\mylib\release\mylib.dll : fatal error LNK1 ...Show All
Visual Studio Tools for Office VSTO 2005 questions...
I hope that someone can help me with any of the following questions: · Is it possible to run a VSTO 2005 application inside a Word 2003 document opened directly from a web (on a URL like http://server/app/mydocument.doc ) (If so, how to configure the .NET 2.0 security on the client ) · Is it possible to run a VSTO 2005 application inside Word Viewer 2003 · How to highlight parts (words or periods) o ...Show All
Visual Studio Team System Unshelve confusion over "no pending revisions"
OK I understand what happens during shelving but I'm not so sure I completely understand unshelving. The docs for "Working with Source Control Shelvesets" say this about unshelving: "restores each shelved revision into the destination workspace as a pending change as long as the revision does not conflict with a change that was already pending in the workspace." and "To unshelve an item, there must be no pending revisions against it in the ...Show All
Windows Forms Rich Text Box Questions
I am working on an application with a rich text box and I am starting to go crazy. Here’s what I need to do: Set the width of the text box to the width of the widest string. Get the height of the text box given a particular width so that all text fits in and there are no vertical or horizontal gaps (i.e. tightest configuration) and no scroll bars. Get the next narrowest/widest configuration of the text box w ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Font.DrawText() bug
I'm not sure if this has been fixed in the latest sdk (downloading it now) but there seems to be a bug in the direct3dx Font.DrawText() method. When you use the DrawTextFormat.WordBreak format the lines get broken at punctuation marks as well as whitespace so that fullstops (periods), commas, apostrophes etc. at the end of words can get split to the next line which is really undesirable behaviour. I currently have the oct 2005 sdk so I'll see ...Show All
Visual Studio Express Editions compile internet files
I have an internet file that i downloaded and unzipped. It is a compilation of macro's and i'm not sure how to compile it into a useable form. how do i set a file as a main then transfer all files in that folder to be compiled any help would be appreciated. thanks Macros are code generators, they are not code. That is, they contain code, but you need somewhere that they are used to create actual code. Your bes ...Show All
Visual Studio Express Editions Multi media programming in vb.net
hi there, so can anyone help me in multimedia programming in vb.net plz do reply me thanks can you give us more info on what that app does so that some one can help you in the forum. Thank you, Bhanu. ...Show All
.NET Development No symbols are loaded for any call stack frame. The source code cannot be displayed.
Hello. I installed VisualStudio.NET 2005 a few days ago. ( not beta ) While I'm debugging, I'm faced with strange message box. -- MessageBox -- No symbols are loaded for any call stack frame. The source code cannot be displayed. -- Debug Detail Window -- FatalExecutionEngineError was detected Message: The runtime has encountered a fatal error. The address of the error was at 0x7a2b5aec, on thread 0x358. The error code is 0xc0000005. This ...Show All
Visual Studio Express Editions Save info
how can i make a program ask a question, save the answer somewhere and never ask the question again but remembers the info even when it is resarted and can refer to it. so like if i said my name is ben the first time i ran it every time it started up it said "hello ben" or what ever i'd put. The qualities of answers, cannot exceed the clearity of questions asked. A program can't really ask a question. It can present a stri ...Show All
SQL Server Error in Deploying an Analysis Services Project
Hi, I am trying to deploy an Analysis Project and I get the error: Error 1 The Description element at line 292, column 29 (namespace http://schemas.microsoft.com/analysisservices/2003/engine ) cannot appear under Envelope/Body/Execute/Command/Batch/Alter/ObjectDefinition/Database/Cubes/Cube/Dimensions/Dimension. 0 0 Any idea Thanks in advance, --Dimitris Doukas Hi, This is a defect tha ...Show All
Visual C++ Pls help me out! I cannot build a very simple Hello World app.
I have been trying to build the following simple app for these two days. #include <iostream> using namespace std; int main() { cout << "Hello World!" << endl; return 0; } VS2005 C++ Express complains this way; Warning 2 warning C4512: 'std::basic_ostream<_E,_Tr>::sentry' : assignment operator could not be generated c:\program ...Show All
