bhav2007's Q&A profile
Visual C++ Help Required, Getting started on particular C++ App
Hi, I am a junior Developer, and require some assitance I am developing a small app in Visual C++ , which will require to parse through a XML file , display certain tags/groups on screen in H ierarchical view, with the option of editing particular aspects of tags. Just to get started on this, I am wondering which Control I should use which would be best for this, I was thinking of using Tree View, but I am not ...Show All
Visual Studio Team System Possible 32000 and 26105 error solutions
During multiple attempts to install the Team Foundation Server we encountered the 32000 and the 26105 errors repeatedly. In the end our problems were trivial and may help some of you encountering these same errors. 1) Problem : Using WinIso to extract the DVD image files : We were downloading the ISO images from MSDN and were extracting them for the install. D uring the S ...Show All
Visual Studio Team System Can't Run Unit Tests in VSTS with 3rd Party DLL
I can't unit test my data access layer in VSTS In my data access layer I use the .net oracle driver from data direct without problems. But when my unit test want to open an database connection I get an error (ORA-03113 ... Communication link failure ...)! Thanks in advance Hallo, I got an Email from Sven Cuypers [Sven.Cuypers@datadirect.com]: >It took me some time to get a valid license for VSTS ...Show All
Visual Studio MSBuild Copy Task works intermittently
For some unknown reason, the Copy Task sometimes works, and sometimes doesn't. Does this happen to anyone else I'm running from the command prompt. Thanks for the tip, I'll keep it in mind for my test assemblies. For the recursive copy of my output, I'll stick with XCopy; Its simple and easily understood by others. ...Show All
Visual Basic Passing a value from form to form
What is the best way to pass a value from form to form Do I use a global variable or is there a parameter style way to do it Is there some other way Thanks for helping a newbie. Hmm...tell a little more about your problem. Do you close the first form (the one that contains the information) or do you have two forms and just want to share information between them ...Show All
Visual Studio 2008 (Pre-release) Is MediaElement/MediaPlayer support broken in December CTP?
I have tried playing around with the MediaElement in both Independent mode and using a MediaTimeline but could not properly control the running Video. I implemented Pause/Resume as well as Stop/Play to restart the Video but both failed to work properly. Both will stop the rendering frame at the instance of Stop/Pause but will never re-render new frames once Resume/Play is called. In both cases the Video sound restarts at the beginning ...Show All
Smart Device Development Setfocus caused Unhandled exception
Hi, An exception was caused When I setfocus on a listctrl.the following is the exception code: Unhandled exception at 0x80079cec in Album.exe: 0xC0000030: I don't know to catch and solve the exception. Your suggestion is appreciated! ps,windows mobile 5.0 smartphone, c++. Para This forum is intended to deal with issues directly related to the .NET Compact Framework. It appears that thi ...Show All
SQL Server Is only "shared memory" connection with "SQL Server Management Studio Express" supported?
I have installed MS SQL Sever Express with it there is a SQL Server Configuration Manager installed. In this configuration manager there it is possible to enable and disable protocols for SQLEXPRESS. The following protocols are supported (and each protocol can be enabled/disabled individually): Shared memory, Named Pipes, TCP/IP and VIA. In the "SQL Server Management Studio Express" I connect to the SQL server and this works fine ...Show All
.NET Development URGENT :: XML DeleteNode help needed!!!!!!
Hi Guys, I have an xmlfile <data> <website name="abc" url=" www.abc.com " enable="Yes"> <website name="abc1" url=" www.abc1.com " enable="Yes"> </data> I want to write code using System .XML namespace to delete node name="abc". Please help.. I will highly appreciate your help... Thanks Here is my C# code... Although I am getting an error.. & ...Show All
Windows Forms Redefining a method within a class
Hi, I would like to override or redefine a method in a class during runtime. Consider the code;class A { public void m() { Console.WriteLine("A"); } } class Exec { public static void Main(string[] args) { A&nbs ...Show All
Visual Studio 2008 (Pre-release) next linq release
Any comment on roughly when the next Linq release is scheduled, and what kinds of changes we can expect I would love to know as well ...Show All
Windows Forms Toolbar Button Event Handling
Hi, I'm an Italian developer who loves OO programming. I like very much Java, Delphi and C++. Now, I'm trying to develop a little, simple application in c#. I put a toolbar on my main form, and create some toolbar buttons. Ok, I noticed that event&n ...Show All
Software Development for Windows Vista Problems with Persistance and ASP.NET
I'm working with the example that Tom Lake posted. I can get his example to work great, but if I change anything I get multiple errors. This is one of the errors: [0] = {error 347: Could not deserialize object. Serializer for type 'WorkflowLibrary1.BaseOrderWorkflow' threw an exception during deserialization. Exception was thrown with error message 'Can not add activity in a Composite Activity which has built in children.'.} Another error ...Show All
Visual Studio Render PDF with ReportViewer Control
I'm using ASP.NET 2.0 and Reporting Services 2005. I'm trying to use the ReportViewer control to generate a report in a PDF format server side. Here is the code to generate the report in HTML format: Dim params(1) As ReportParameter params(0) = New ReportParameter( "param1" , "param1" ) params(1) = New ReportParameter( "param2" , "param2" ) With rvDisplay .ProcessingMode = Microsoft.Repor ...Show All
Windows Forms DataGrid
There is a windows DataGrid on a form which is populated with a DataSet. When a row is selected, it can then be deleted by hitting the delete key on the keyboard. I would like to be able to give a confirmation messagebox (i.e. Are you sure to delete...Yes/No) in that event before the actual Delete takes place. Then I would like to be able to do the same thing using a Delete button on the form. Thanks I believe ...Show All
