prabashmi's Q&A profile
Visual Studio Team System Modify CMMI process description
If I would like to modify the described CMMI processes in the Process Guidance Template (MSFforCMMIProcessImpPG), which (xml) files should I modify For instance, if I would like to modify CMMI Manage Requirements process guidance, so it shows another Step by step and Work Products examples, where do I customize these sections in the RequirementsManagement_ManageRequirements.htm file I have found the overall Requirement Management descrip ...Show All
Visual C# convert number to char
How can i convert numeric value of char to char Hi, You could also use the Convert class. char c = Convert.ToChar(128); Regards, Vikram ...Show All
Visual C++ Exposing the Methods from a dll to be used in other applications....
Hello Everyone, I have a code which is made using .NET clr library.....I need to expose some functions from there to use in some other project, according to me I'm exposing in the .dll but when I use it as a refrence I dont see anything in the other project... Thats what exactly I'm doing....there are two scenarios related with this: If I do .... public ref class Z : public something { public : void TestMethod() } And ...Show All
SQL Server OLE DB or ADO?? plz give me a suggestion!
i am learn database access with native vc++, so ADO.NET is not electable for me. i wonder whether i should study OLE DB first or ADO. i've been working with ADO under VB for some time, it's very simple to use. but i dont think it's the best choice for vc++, i think it's OLE DB. but OLE DB is really difficult, too many interfaces, and properties!!! could u give a suggestion should i learn ADO with vc++ first and then OLE DB, or sould i  ...Show All
SQL Server Source and Destination table equality
I have searched the SSIS forum for an answer to my question, and I think I have found my answer but what i have read does not come out directly and answer my question. I am attempting to create an SSIS package that imports data from a Visual Foxpro table into a SQL Server table. From what I have read, the source and destination tables must match column for column. Is this correct My SQL Server table has a few more columns in it. However, i c ...Show All
.NET Development Saving my data to file?
I have a whole bunch of different objects that I want to save to file. Is there an easy way to do it And if so, can I have a nudge in the right direction Thanks, Devin A sample is here (using XML serialization): http://www.codeproject.com/csharp/xml_serializationasp.asp ...Show All
SQL Server Group headers are randomly disappearing on rpts
Hello, Although I have the "Repeat group header" option selected, the group headers are randomly disappearing from a select few of the new pages of my report. Please help. Thank you. ...Show All
.NET Development WSE 3.0 Hands on Lab Security
Hi All, I was trying to implement the hands on lab security (WSE 3.0 ) on my system (Win XP SP2, VS2005 + .NET 2.0). I installed all the necessary certificates. At first run, it worked fine. But 10 min later it starts giving this error: "System.Net.Exception: The request Failed with HTTP status 401: Unauthorised access". I removed WSE 3.0 and and the lab and re-installed it again and still had the same problem. I looked on msdn and they re ...Show All
Smart Device Development Compact Framework Design TimeUser Controls
Hi, I am trying to develop User Controls that are visible at design time in Visual Studio 2005 for Pocket PC 2003. I have managed to create these on a basic level easily enough but I am now trying to add functionality from a 3rd party assembly called "GeoFramework" but when ever I do that, instead of showing the controls on the applicaiton that I am using to test them, the designer just shows a box with the name of the control in. Does anyone kn ...Show All
Windows Forms Databind Listbox
I have a listbox that I've bound to a datatable and I also have three buttons below that (Add, Edit and Delete). When the users peforms one of these functions what is the best way to update the contents of the listbox to reflect  ...Show All
SQL Server SQL Express to SQl Server 2005 Data Copy
Hello, I have started the wizard, but now I am getting the errors and the wizard stops! TITLE: Microsoft.SqlServer.DtsTransferProvider ------------------------------ ERROR : errorCode=-1073548784 description=Executing the query "CREATE TABLE [ SQL2005_194896_jiptravelco].[dbo].[aspnet_Applications] ( [ApplicationName] nvarchar(256) NOT NULL, [LoweredApplicationName] nvarchar(256) NOT NULL, [ApplicationId] uniqueidentifier NOT NULL, [Descriptio ...Show All
Windows Forms pass values from form3 to form1
how can i pass data from an already opened form to one that it will open after some actions i know how to do it from form1 to form2 but i can't figure a way how to do it from form3 to form2 thanks in advance Use global varialbles or write your own class by including any collection object. Declare that object as static or create only the instance of the of the form without calling show method.So that you can ...Show All
Windows Forms DataGrid
When a row in a datagrid is selected, you change the value of a cell and based on that value, the value of another cell in the same row changes. How is this done in the code please Is there something like MyDatagrid(colNum, rowNum) i.e. if (MyDatagrid(2, 3) = "some value") { MyDatagrid(6, 3) = "new value" } Thanks Hi, Ok, i kinda got it (I really hope so). Try this on your datagrid's Current ...Show All
SQL Server Cannot load the DLL xpweb70.dll
when i make queries it's giving this error Cannot load the DLL xpweb70.dll, or one of the DLLs it references. Reason: 126(The specified module could not be found.). pls help me out thanx in advance ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Visual Basic vs Visual C++
This is a question that has long lingered about my mind - Which language is better for DirectX, Visual Basic or Visual C++ I have been using Visual Basic for a long time now so that is the language that I am used to. I have dabbled some in Visual C++, but it was Version 3.1, so in all fairness, I haven't really learned Visual C++. As far as Visual Basic is concerned, I'm running version 6.0 Professional. The problem is that there aren't ma ...Show All
