Software Development Network Logo
  • Visual FoxPro
  • Visual C++
  • SharePoint Products
  • IE Development
  • Visual Basic
  • .NET Development
  • Game Technologies
  • VS Team System
  • Windows Vista
  • Visual Studio
  • Windows Forms
  • Visual C#
  • Audio and Video
  • Microsoft ISV
  • SQL Server

Software Development Network >> sumit kr's Q&A profile

sumit kr

Member List

mcrisf
GroZZleR
Dave Orkis
The Markus
ar_pad
mikebk
C#Geek
silentC
hrubesh
Yoramkr
Loadstone
HerbD
Trevor E Hilder
SerratedSoftware
pbairoleto
OmegaMan
ryan101
SQL Tech
Mehdi Mahdloo
Kamii47
Only Title

sumit kr's Q&A profile

  • Game Technologies: DirectX, XNA, XACT, etc. Is it required only VS Express version?

    I use the VSTS. I can't install XNA Game Studio Express. As already stated you need to have C# Express to run the Framework. And you will find that all of the express products will run side by side with the team system (I have them running now). You will also find that you can install the vs 2002 and 2003 systems as well. ...Show All

  • Visual Studio Team System CTP6 - Cannot create project

    I've just installed CTP6 and cannot create a 2005 project. I am getting the following error: "An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections". I have specificed a local instance of SQL Server 2005 ('localhost\SQLServer2005' is the value I put in the Tools | Options | Data Connections page and Tools | Options | Design-time Validation database page). My local instance does allow remote connections and I can connect to it without any problem from Management Studio. Thanks for your help - Amos. I have SQL Server 2005 ...Show All

  • .NET Development Is it possible to serialize data in XML from a class containing a generic collection?

    Hello, I am trying to produce a serialized output of a class that contains some generic dictionary collections and I'm coming up against an exception. Is it possible to do this The exception is " There was an error reflecting type 'ConsoleApplication2.Container'. " I have created a small console application that gives the same error below. If anybody could help me that would be great. using System; using System.Collections.Generic; using System.Text; using System.Xml.Serialization; using System.IO; namespace ConsoleApplication2 { public class Container { public Dictionary<int, InputInfo> Data = new Dictionary<int, InputInfo>(); } public class InputInfo { public string Info = &qu ...Show All

  • Architecture UI layout and UI ASP.NET Reusable Controls

    Hi all, Currently I am in process of selecting best UI controls that will be used for our customer website. I understand that a) Infragistics http://www.infragistics.com/ b) Telerik ASP.NET UI controls http://www.telerik.com/products/aspnet/browser-support.aspx are good and gives a proffessional and consitence look to the site. They are browser compatible atleast for Firefox and IE6+. They happen to be AJAX enabled. They have a declarative support and advance UI - Rich UI capabilities brought to your browser end. So, does anyone have experience with these controls, recommend controls better than these pls. post the URL Thanks, Paresh. ...Show All

  • Software Development for Windows Vista Transactional persistence of multiple workflow instances: pooled connections maxed out

    I’m trying to poke WF in various ways to make sure we can use it in a large project. The system will largely create the workflows in batches. For example every night we may create 4000 or so workflows. If I’m dealing with a batch of 4000 I don’t think I’ll be creating the workflows and starting them right away like this: WorkflowInstance instance2 = workflowRuntime.CreateWorkflow(typeof(Workflow1)); instance2.Start(); I’m more thinking I’ll be creating all the workflows, getting the WorkflowInstanceID, recording this against an item in the database which the workflow is tied to. This needs to be in a transaction as I need to ensure the workflow is persisted and the WorkflowInstanceID is also recorded against the relative item in the datab ...Show All

  • Visual Studio Express Editions C# Backgroundworker Filecopy with progressbar feedback

    With reference to Tall Dude & ahmedilyas VB.NEt code to run a filecopy operation off a backgroundworker with progressbar feedback http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=833596&SiteID=1 Here is the C# code I converted from VB.net. The conversion hasn't worked and I'm not able to figure out where the error is. I did try, so please don't flame me for this... appreciate any debugging help. Add ref to MS Visual Basic using System.IO; using System; using System.Drawing; using System.Collections; using System.ComponentModel; using System.Windows.Forms; using Microsoft.VisualBasic.Devices; using Microsoft.VisualBasic.FileIO; // not strictly necessary, but shortens the access to some o ...Show All

  • Windows Forms save plain text in richtextbox...

    I wanto save a plain text in the richtextbox, but I failed when did this as: FileStream saveFile = new FileStream(filename, FileMode.OpenOrCreate);                 StreamWriter fileWrite = new StreamWriter(saveFile,Encoding.UTF8);                 fileWrite.Write(this.richTextBox1.Text);                 fileWrite.Close(); after I save it and reopen it ,found something was added besides the plain text sometimes( and other times its just the plain text). so why the this happened, and what's the efficient proper ...Show All

  • SQL Server NewID

    Hello, I use VB.Net and SQL CE 2.0. I'd like to start using UniqueIdentifier fields as my primary keys. I saw that this would return a NewID value System.Guid.NewGuid().ToString() however, it is not supported in Compact Framework. So how can one obtain the next NewId() Thank you. NewGuid() is supported in .NET CF 2.0. You can also have a look at this article: http://msdn2.microsoft.com/en-us/library/aa446557.aspx - Generating GUIDs on the Pocket PC ...Show All

  • Visual Studio 2008 (Pre-release) When is WCF going to get out of CTP cycle and released integrated with visual studio

    Hello Does anybody know when WCF/WPF will be out of CTP and finally released integrated with visual studio. it is already Live now ..you can download WCF by clicking here you also need Visual studio extensions for WCF to work in Visual Studio regards Nishith Pathak MVP-Connected System Developer Http://DotNetPathak.Blogspot.com       ...Show All

  • Visual FoxPro application and webdata interacting.

    ok first off here is some info about my webserver: i dont no if you needed the information but maybe you do General server information: Operating system Linux Kernel version 2.6.17.11-grsechg Machine Type i686 Apache version 1.3.37 (Unix) PERL version 5.8.7 Path to PERL /usr/bin/perl Path to sendmail /usr/sbin/sendmail PHP version 4.4.4 MySQL version 4.1.21-standard cPanel Build 10.9.0-CURRENT 117 Theme cPanel X v2.6 ...Show All

  • .NET Development UI Language and system literals

    I'm trying to find a way to access the dictionary of the system's current UI language phrases, but I've had no luck so far (e.g. how do I know what text the system will display on "Cancel" buttons). The suggestions I've seen are all based on custom dictionaries, but of course there must be a way to directly tap into whatever Windows itself is using. Any ideas Send Michael Kaplan an email, he's the MSFT localization expert. ...Show All

  • Visual Studio Express Editions how do i hex edit a file.....?

    hi, what i want my program to do is open a file, find a group of letters e.g. "hello" and replace then with somthing else e.g. "food". i then want it to save the file. how would i do this i am new to visualbasic and dont know what i am doing. Adam13579, Your question can be divided into two parts: 1. Open file and fine the letters. However, you never mention what format of the file is. Suppose you create a text file and append the letters in the file, then open it. Try the following code; ' Overwrite the file. Private Sub btnCreateFile_Click( ByVal sender As _ System.Object, ByVal e As System.EventArgs) Handles _ btnCreateFile.Click Dim stream_writer A ...Show All

  • Visual Basic using windows service... urgent help

    hello, This is my first time in Window service... I've written my Window service... well my windows service is running already, i assume... coz my windows service can be seen already in server explorer... however... I want to use my window service in another application... I 've declared one protected event in the window service... is there any way i can raise that event in my external application well here is my code... of the window service... Public Class MyService Protected Overrides Sub OnStart( ByVal args() As String ) Timer1.Enabled = True End Sub Protected Overrides Sub OnStop() Timer1.Enabled = False End Sub Protected Event ReturnTime( ByVal TimerReturn ...Show All

  • SQL Server Newbie report problem

    Hi, I've created a report which contains a Datetime field. When this is displayed on the report, there is a problem because if it is empty, I want to display "null". So in the expression for the value, I have: =iif(fields!TimeEntered.Value = "" , "null" , fields!TimeEntered.Value) This shows #error if the time is filled. I have also tried putting .ToString() on the end of .Value="", but no luck. Can anybody help please Thanks =IIF(Fields!TimeEntered.Value IS Nothing , "NULL" ,Fields!TimeEntered.Value) ...Show All

  • SQL Server SQL Server 2005 Common Table Expression(CTE) Implement Reg.

    Hi, We are developing the web application using ASP.NET 2.0 using C# with Backend of SQL Server 2005. Now we have one requirement with my client, Already our application live in ASP using MS Access Database. In Access Database our client already wrote the query, those query call the another query from same database. So I want to over take this functionality in SQL Server 2005. In ASP Application, We call this query “081Stats” from Record set. This ‘081Stats’ query call below sub query itself Master Query: 081Stats SELECT DISTINCTROW [08Applicants].school, [08Applicants].Applicants, [08Interviewed].Interviewed, [Interviewed]/[Applicants] AS [interviewed%], [08Accepted].Accepted, [Accepted]/[ ...Show All

©2008 Software Development Network