Software Development Network Logo
  • Visual C++
  • Game Technologies
  • Smart Device
  • Windows Vista
  • Microsoft ISV
  • VS Team System
  • Architecture
  • Visual FoxPro
  • .NET Development
  • Visual Studio
  • Visual Basic
  • Visual J#
  • Windows Forms
  • Windows Live
  • Visual C#

Software Development Network >> Rajesh R's Q&A profile

Rajesh R

Member List

John V
iSUBBU
SvetlanaCT
Charity
brainoz
staceyw
Dr. Ning
Mateus Stock
GreggM
Kunal Sharma
arun gaikwad
AllanJ
osama.jasser
Alex_UTL
stongej2007
Matt Wyckhouse
MattPorter
dknapp
jirikraus
Richard Weir
Only Title

Rajesh R's Q&A profile

  • Visual Studio Team System Get Custom Check-in Policy in the Add List

    Hello, I have a custom check-in policy that requires that the comment is filled in.  I added the assembly to the HKLM\Software\Microsoft\VisualStudio\8.0\TeamFoundation\SourceControl\Checkin Policies registry key.  The key is the assembly name, the value is the full path to the assembly. But the policy does not show up in the list   How can you get your custom check-in policies to show up in the list For reference, I used the folllowing post for guidance.  I derived from PolicyBase to create the custom code policy class. http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=139563&SiteID=1   Thanks! Cindy ...Show All

  • Visual Studio Team System Testing generics

    Apologies if this is posted in the wrong place - please let me know where would be more appropriate. I am still trying to come to terms with the way the unit testing in VS2005 Beta 2 works - it's a slghtly tortuous process, but that probably says more about me than anything! I am stuck with generics. I have a class as follows: public class Example {     public Example() {       mList = new System.Collections.Generic. List < Example >();    }     public System.Collections.Generic. List < Example > mList;     public System. ...Show All

  • SQL Server Date problem

    Hi, I enter a date in my parameter in the browser like '30/01/2001'. When I press on 'view report' then I get an error. 'An error occurred during local report processing. The value provided for the report parameter 'datum' is not valid for its type. I think he sees the '30' as a month, so it gives an error. BUT in my SQL-statement i write this : CONVERT(DateTime, @datum, 103). What's the problem Thx We do validation on parameter values. If you specify the type of this parameter is datetime, it needs to be valid datetime value based on the current culture. You can try changing the parameter type to b ...Show All

  • Visual Studio Express Editions VB 2005 Express and game programming

    Is VB 2005 a capable language for use in game programming I'm a complete novice at programming at this time, and would eventually like to try to program some simple games for foreign language review and acquisition, and maybe even some 2D or 3D action games. Would the action games be beyond what VB 2005 could easily handle I've heard that most game developers learn C++ or C# instead of VB, but isn't VB a capable language for game development as well Would appreciate any comments or opinions on this. Thanks in advance. David F. Yea VB .NET is as capable as C# on doing game development with .NET, I ...Show All

  • SQL Server Financial Accounting Cube

    Hi, I'm designing a cube for analyzing financial data from an accounting application. Basically, the facts table looks like: (idAccount, idTime, nValue) that shows every financial operation for any account, and it's very easy to build a cube for analysing the accounting movements. But there is another important measure, that's the balance of every account in any time. A tipical report would be, for a whole year, the sum of movements of any account and the balance at the end of the period. I think adding a new column to the facts table like: (idAccount, idTime, nValue, nBalance) wouldn't work, because any account ha ...Show All

  • Windows Forms How to add a new line inside a textfield...

    Ok i'm trying to add a file list into a text field so i can cut and paste... I don't want the file list to be in one continues line, so I'm appending "\n" to the end...   This works BUT I get the new line character displayed on my screen as well... this is my code foreach(object i in this.checkedListBox1.CheckedItems) {      Ez ...Show All

  • Software Development for Windows Vista WorkflowCompleted event fires twice.

    Tom, When I use your ASP.NET XOML only State Workflow example, the WorkflowCompleted event executes twice (WWF Beta 2.2). Why does that happen Sincerely, John Portnov It will fire the number of times that you have run the sample. To resolve that problem you need to remove the handler before redirecting to the OrderCompleted page, something like the following: void WorkflowRuntime_WorkflowCompleted( object sender, WorkflowCompletedEventArgs e) { if (e.WorkflowInstance.InstanceId.ToString().Equals(lblWorkflowInstanceId.Text)) { (sender as WorkflowRuntime ).WorkflowCompleted -= new EventHan ...Show All

  • Windows Forms How to Implement multiple Selection in a List Box

    I want to Implement a Multiple selection on a Listbox which should support drag drop! Any Input is appreciated Set the ListBox . SelectionMode property to SelectionMode.MultiExtended or SelectionMode.MultiSimple . ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Two backbuffers

    If i have a device with two backbuffers, then which buffers is rendered into As I understand it, but am unsure about, buffer1 is rendered into. A call to Present will copy from buffer0 to frontbuffer and from buffer1 to buffer0. If the present method is copy, then the front buffer is copied into buffer1. Else it might be discarded. Is this correct Does two backbuffers demand two calls to Present before displaying the first frame Will graphics always be rendered into backbuffer 1 and always be copied from backbuffer1 to backbuffer0, and from backbuffer0 to frontbuffer You can’t have more than one ba ...Show All

  • SQL Server ActiveX Script Task] Error:

    Hi,  I'm trying to reset the below  Global varialbe in SSIS - Activex script. Function Main() DTSGlobalVariables("GxvFilename").value =null Main = DTSTaskExecResult_Success End Function Getting the below  Error when executing the package. [ActiveX Script Task] Error: Retrieving the file name for a component failed with error code 0x060339E4 Please provide me solution for this. Thanks,     You can read and write global variables from ActiveX Script, but I have to ask why bother when you have the much more powerfull VB.net in the Script Task. I don't belive nu ...Show All

  • Visual Studio 2008 (Pre-release) FrameworkElement.Parent is null for Pages shown in Frame

    I have been creating an application where a Frame is hosted in a Window, and then Pages are navigate to in the Frame. The problem was that inheritable DependencyProperties set on the Parent Window weren't being inherited by Pages shown in the Frame; and when I looked at Page.Parent property that was null. Is this behaviour by design, or is it a bug I have got around this for now by hosting my pages in a a NavigationWindow. ...Show All

  • SQL Server Chart combination

    Hello, I would like to combine an area- and line graph (something like this: http://www.graphicsserver.net/images/thumb%20area%20bar%20line%20graph.png , without the bars), can this be done Thanks, IIMA  Actually, you can do this in both RS2000 and RS2005. In the chart properties dialog, edit the data point and select 'Plot data as line'. You can only do this with line combinations (e.g. not bar / area). ...Show All

  • SQL Server "Repair statement not processed. Database needs to be in single user mode."

    I keep getting this error while trying to run the following query: "DBCC CHECKDB (6, repair_allow_data_loss )" I followed the instruction in the online document to start the SQL server in single-usre mode by command line: sqlservr.exe -m. Could anyone offer some hint Thanks, hz If it is just a user database, you the following command to forces all connections to close and then set the database in single user mode. ALTER DATABASE NameHere SET SINGLE_USER WITH ROLLBACK IMMEDIATE HTH, Jens Suessmeyer. --- http://www.sqlserver2005.de --- ...Show All

  • Windows Live Developer Forums General Activity API development questions

    Hi, I have some general activity API development questions. 1. Can I have multiple web pages in an activity For instance, the default page would be index.aspx. On index.aspx wouuld be a link to load another page - page2.aspx. 2. What are the "web site" type limitions for an activity Can I essentially run an ASP.NET 2.0 app with database connectivity and Ajax as an activity. In this example, I'm not using any of the MSN messenger features like sending/receiving data, basically I'm treating the activity like it's an IE browser... nothing more. 3. Can an activity be both single-user and multiuser So a User can use an activ ...Show All

  • Visual Studio Team System So what happens when Orcas comes out?

    Will the people buying TFS and TS right now need to pay for an upgrade I would bet on it. Microsoft is shelling out the bucks to build it, so I would assume they would want to have a return on that investment. ...Show All

©2008 Software Development Network