Answer Questions
Alakya VS 2005 Debugger does "run" instead of "step into"???
I am debugging a Win32 native application written in C++ with VS 2005 Professional, and everything goes well, I can step through the code, step into (and step out of) functions, can see the values of the variables, etc. EXCEPT that at some specific function (in my code), when I press F11 to step into it, the debugger "runs" instead, as if I'd have pressed F5. This happens only with one function (so far), I can step into other functions without p ...Show All
Unterforsthuber How to update the build number in a .RC file every time I build?
I thought this was such a basic thing that it would be built into VS, or answered in a FAQ somewhere, but I can't find the answer. What is the best way to increment the build number of my (non-managed) C++ exe Thanks for your reply. I would be very interested to hear from Microsoft if this is the way they do it, or the way they recommend. Hi h ...Show All
Shaby VSS and SQL Server 2005
Where can I find information about adding SQL Server 2005 database items to Visual Source safe I have tried the help files included in both SQL Server and VSS but have not found the information I am looking for. Basically I would like to add all of the items in my database to a VSS database so all of the developers in my office can check the objects in and out of the database whenever they make changes. Is this something that can be done from SQ ...Show All
David_H Third-Party Charting Products that work with ReportViewer?
Hi there, Does anyone know of third-party charting products that work with ReportViewer in local processing mode I've looked at Dundas and ChartFX, and I'm waiting to hear back from their sales & support people, but from all outward appearances those two products only work with reports that are generated on a server. Thanks, Eva Pierce Monsen While the image URL approach is a valid option, there is ...Show All
Xavier Divini How to open an Infopath form from Outlook VSTO2005 add-in.
I can open my form with Process.Start("Iexplore.exe", ls_Filename), but cannot Process.Start("infopath.exe", ls_Filename) if ls_filename is a long file name with spaces in it. Infopath startst, but gives a file not found error with the name up to the first space. Any help Is there a better way to start Infopath from an Outlook VSTO2005 add-in Can I inclide the Infopath namespace somehow Are you running ...Show All
Shalafi Using NAnt RC4 to build .Net 1.1 Code
Hi I am in a conversion project of Code from .Net 1.1 -->.Net 2.0 . 1. I am going to build all my projects with NAnt RC4 version and also with VS2005 to check the affected Areas. 2. I have both the Versions of my code in my machine, 1.1 and 2.0. 3. My requirement is to use NAnt RC4 version for building both my 1.1 and 2.0 code ad RC4 supports both. 4. I am able to Build both the 1.1 and 2.0 code with NAnt RC4. Here is my problem and ...Show All
Armadillo Is anyone working on an Oracle plugin for DLinq?
I'd like to use DLinq on Oracle, but there is only support for SQL Server now. Is anyone currently working on an Oracle plugin for DLinq Thanks! When will it be available Is there any preview that I can try Thanks! Here is the issue: DLinq translates expr tree generated by C#/VB/... compilers to SQL. Unfortunately, there is really no 'ANSI-SQL' database. Each one has its own extensions and quirks. APIs like ODBC d ...Show All
MTaqi How can I call a managed code extensions function from another project?
I have a Excel Workbook project in Visual Studio with a sub like DoSomeComplexThing(parameters) as code-behind. I wan't to call this function from a windows forms project. In the windows forms project I create and reference a new excel.application, then open the workbook, but then I don't know how to call the function. I wan't to activate a function in my workbook with some parameters supplied by the windows forms app. Is this possible Is there ...Show All
fenrir Deletion & Memory Leak Word 2003
I try to delete a table from a certain range, but get an error: Insufficient Amount of Memory. Here is my code: WordInterop. Range _range = XmlNode.Range; _range.Tables[1].Tables[j + 1].Delete(); What is interesting - Table gets deleted and the second time I call that same code it doesn't fire any exceptions... Wonder what could cause that behavior and how to fix it Thanks, Dmitry ...Show All
ksvasan Other diagrams?
There are UML diagrams that are really only useful during planning, and become obsolete after that. I have found robustness diagrams to be like this, although we can argue whether or not they even count as UML. Other diagrams, sequences in particular, I find to be essential tools that I simply can't live without. I was using Borland Together with great success despite its numerous bugs, and non-existant support. What I found wa ...Show All
jpaskett Emailing a report
I have a locally hosted report in an ASP .Net application. I am rendering this report to a text stream so that I can send it via email, but I think there is probably a better way to do this. What is the best way to programatically email a locally hosted report I am not sure how they could do that or even if it makes sense. The report is being rendered to an HTML page when hosted in ASP.Net regardless, so to some extent it has ...Show All
RobertWRW Reflector Add-In Inquiry
I'll bet alot of you have used Lutz Roeder's Reflector to explore .NET assemblies. It's mentioned in this article: http://msdn.microsoft.com/msdnmag/issues/04/07/MustHaveTools/ I use it all the time because it's shows MS Intermediate Language decompilation, and alternatively C# decompilation. Even though it seems alot like cheating, I use it without any guilt whatsoever, because I'm actually a fairly inept coder. Anyway, a Reflector Add-In exist ...Show All
Dana Reed loading language package fail!
hello all. after installing vs2005 SDK. i get a message ,loading language package fail. the package guid is "{e444c1dd-7c8e-4126-81c8-392c63bfebe3}" anybody can help me! thanks. i reinstall my vs2005 ,and the problem was fixed. This GUID refers to the data analysis tools loaded into Visual Studio. Did you install or uninstall anything else other than the VS SDK Craig i really can't remember that i had insta ...Show All
Pardha Saradhi K WCF Webcast list
Hi all, I found a couple of intro webcasts for WCF, but does anyone know where can i find a whole list of WCF webcasts that dig into some more advanced topics. Something like what the WWF guys provided. Hi! Also, can visit the channel 9: http://channel9.msdn.com/Showforum.aspx forumid=14&tagid=1 . Saludos, http://windowscommunication.net/default.aspx tabindex=3&tabid=45 ...Show All
Mickey49 Question about line state stored after coloring a line
I've been working on smart indenting and autoformatting (and a more efficient way to do brace matching) and was wondering if there's any way to access the state information that is stored for every line as it's colored I've looked through the members of Colorizer, Source, IVsTextBuffer, and IVsTextLines but it seems like the actual line state's themselves are stored as private members of Source or some hidden object. I've pondered storing a Dict ...Show All
