gendis's Q&A profile
Visual C++ Unexplained stack\heap overflow
Hi everyone I'm having a little trouble with an MFC application, SDI, pretty simple stuff. However, the running of the app is absolutely crippled by stack\heap overflows. They appeared one day - I have no idea what has caused them - but most strangely there seems to be no real pattern to when they occur in the program execution. It's usually upon closing a dialog box which is used to alter strings in a CTypedPtrArray. A breakpoint is triggere ...Show All
Visual Studio Team System Failed instead of warnings. How to fix.
When I run a team foundation build 2 warnings are generated because two database projects can't be build. However, it marks everything as failed (all of the tests). The tests all passed and the code coverage ran successfully. Is there a way to mark the build as having succeeded but with warnings instead of a failure The build really didn't fail and it seems like this might "panic" an end user monitoring the builds (or a PM for that matter). J ...Show All
Windows Forms WebBrowser control capture DHTML events disables browser
Symptom: How to handle inner level frame document events using MSHTML Reference Environment: Visual Basic.NET, Web Browser Control and MSHTML Reference. Here my Example scenario: I'm trying to capture the document (both top level or frame level) events in the&n ...Show All
SQL Server Save Report .rdl including Data
Where is the option in SSRS 2005 to save a report .rdl with data so I can send it to others for troubleshooting It appears to work for me with SRS 2005. I ran a report the first time and it took about 20 seconds, the second time using the same parameter with a change to a label it took about 2 seconds. ...Show All
Windows Forms Select one row from a xml file
Hi, I have a xml file which is created by myDataSet.WriteXml(). myDataSet contains one datatable which in turn contains several thousand rows. Now I want to select one row (that can be done by a simple select in sql) from the xml file. Do I&nbs ...Show All
Windows Forms CD Autorun - Want to create a button browser on my cd
Is there a way that i can create a option like we usualy see on a cd autorun to browse the current cd we just put in.. im not talking about the autorun.inf... file i want a button on my autorun.exe that will allow me&nb ...Show All
Visual Basic Copy Local
I noticed that one can copy referenced dlls to the output directory of one's project. If one were to do this then pack those dll files and distribute them with one's program, could one's target user use the program without having the .net framework installed I tried installing .NET 2.0 onto BartPE but it didn't work. It said the package was corrupted (why is it always my computer that has problems!) ...Show All
.NET Development Trying to get a string from a serialized object result in an empty string
Hi, I need to get a string out of a serialized object into a MemoryStream I serialized an item into a MemoryStream which seemed to have worked when I watch it. I then used a StreamReader on the MemoryStream and the ReadToEnd() method to get the serialized object as a string. The result is an empty string. Any idea why it does that When I get the Byte() from the MemoryStream, it's not empty but I want a string because it's easie ...Show All
Visual Studio Problems opening an MSBuild Project file in VS Beta 2
Hello I am finding that the beta 2 is unable to open an existing msbuild project file in the editor. Previously it would just open and be recognised as a form of XML file in the text editor. Now when I double click on the file in the solution list it draws the tab on the editing pane, with the correct name on it, but does not display the file. The redraw process for the screen area for the file stops. I can still switch to oth ...Show All
Software Development for Windows Vista Invoking a HandleExternalEventActivity from an Asp.Net Host
Trying to get a HandleExternalEventActivity invoked from an Asp.Net Host. To make things simple I reused the sample SDK Sample Application “OrderingStateMachine” we all know so well. Problem Microsoft.Samples.Workflow.OrderApplication . OrderService . RaiseOrderCreatedEvent is Fired ok BUT Microsoft.Samples.Workflow.OrderApplication . Workflow1 . ProcessOrder method is ne ...Show All
Visual Studio Express Editions MSDN Express
can i download the msdn express library as a seperate download so that i can install them on my network or for later use. Yes, it is possible. Check out http://msdn.microsoft.com/vstudio/express/support/install/ Mark the best replies as answer. That will help build a FAQ. ...Show All
Visual Studio Express Editions debugging not working
i'm using VC++ express edition. I was trying to debug one of the examples that come with the help system. but even after setting breakpoints the program doesn't break at the particular break points. it was working fine a couple of hours ago. i tried debugging the same program that i debugged a couple of hours ago. even tht wouldn't work. i don't know if this is a bug in the vc++ .. but its really bugging me. i've been trying for the la ...Show All
Visual Studio 2008 (Pre-release) Modify a control from a different class in the same project *urgent*
I have a DummieApplication with the following classes: MainWindow, MessageWindow, Provider, Notifier. Now I want to acces the text in a textbox, from Mainwindow, in the class provider. I want to change the text of the Mainwindow.txtBla from the class provider. How can I do this "MainWindow.txtBla" isn't the answer. Thanks in advance Could you ...Show All
Windows Forms How do I skip a column using tab key in a datagridview
I have a entry system. If a user enter a itemcode in column1, then the description for that item is displayed in column2. So my next entry is in column3, but I have to press tab twice to get to column3, from column1. How can I move directly to column3 using the tab key Hi, Desperate, You can set the column for “read only” to keep people from typing into it (do this from the “columns” property on the datagridvie ...Show All
.NET Development What type of security should I use on web app(asp.net)
Hi, Hopefully I've posted in the correct forum. I have a relatively simple C# asp.net web app that a user enters personal data it POST's back to the server and an email is sent to a specific user with that data. I have all the code and everything working, my problem now is security. I want to implement some on the POST and on the email, but hopefully with no cost$(third party) involved and conceptually easy to develop. I've looked at the ...Show All
