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

Software Development Network >> connect2sandeep's Q&A profile

connect2sandeep

Member List

White-Tiger-Eyes
Faraz_Ahmed
Newbie Kam
Steve1999
Jawad Naeem
JCJCJC
Jean van Schalkwyk
Henny
avalancheseah
choupette
lilbluesmurf
Calvin Bell
ReyCri
ccutrer
wadnerk
Hoopla
lukeliu
wino
Kevin_H
kernel_77
Only Title

connect2sandeep's Q&A profile

  • Visual Studio VS2005 SP1

    hi to all, I've installed on my desk VS2005 Pro and the SP1 Beta. now that SP1 was finally release, i tried to install but it tell me that my VS2005 version isn't right to apply SP1. I think it's depend from SP1 beta installed, so tried to remove but SP1 beta uninstall required VS2005 DVD and I have not the DVD because I installed it from the ISO downloaded from MSDN. is there any way to uninstall SP1 beta wthout the DVD or is there any way to install SP1 over the SP1 beta thanks You can uninstall the VS2005 SP1 Beta in the Add/Remove programs utility in XP. Just make sure you've checked the "Show Updates" box. By uninstalling that and the Web Applications Project, the installation worked fine. ...Show All

  • Visual Basic Windows application framework properties vanished...

    The "Windows application framework properties" disappeared from the "Application" tab of "My Project" under VS2005. How could I make it appear on the tab page again I solved the problem myself last week. I could have the windows application framework properties enabled before. However, after some mouse clicks, the enable button of the framework properties disappeared as well as the the group box immediately below the enable button. I checked all the text-based sources and found neither project properties related to my issue. The problem was solved finally by deleting the binary file "Application.myapp" under the "My Project" folder of my VB.NET project. C ...Show All

  • Commerce Server Developer's workstation

    I'm still struggling with the notion that all of our developers must have Windows Server 2003 running on their desktops to build CS based applications. There are few references on the net about this and the bottom line is that doing it on XP is an option but not recommended ('I told you so' on one of the blogs). Being aware that some features may not work (warehousing) I still would like to have development done on XP. I've installed CS2007, already have VS2005. I've unpacked CSharpSite and when trying to access the page get this error: ' Login failed for user ''. The user is not associated with a trusted SQL Server connection'. I went to Commerce Server Mangager and for each (I hope I've covered all) connection to into Profiles, Mar ...Show All

  • Windows Forms Common Tasks

    How do I add the cool 'Common Tasks' section to my user controls Awesome! Thanks, nobugz, that'll come in handy, but it's still not what I was looking for! Do this and see what I mean: Make a new project Drag a panel onto the main form A small arrow in a box appears at the top-right of the panel, which contains 'Panel Tasks'. How can I acheive this when I make my own user control ...Show All

  • Visual Studio Team System TFS Broken after installing Service Pack 1

    I am having some rather distressing issues after updating to the newly released service packs. Symptoms: 1. after install of TFS and VS SP1 on TFS server, Cannot open TFS from Team Explorer. Error message: TF31001: Team Foundaction canot retrieve the list of team projects from Team Foundation Server XXXX. The Team Foundation Server returned the following error: The request failed with HTTP status 503: Service Unavailable. 2. Browsing to: http://localhost:8080/services/v1.0/Registration.asmx on TFS server returns "Service Unavailable" 3 . In System Event Log this message appears: A failure was encountered while launching the process serving application pool 'TFS AppPool'. The application pool has ...Show All

  • Visual Studio Team System Getting changed files after a given date programmatically

    Hi , We have requirement to develop a tool where in if we give a particular date we need to find the list of files changed after that date. Any help on this will be useful. Thanks TeamFoundationServer tfs = new TeamFoundationServer (" http://server:8080 " ); VersionControlServer vc = ( VersionControlServer )tfs.GetService( typeof ( VersionControlServer )); DateTime date = new DateTime (2007, 2, 9); vc.QueryHistory( "$/" , null , 0, RecursionType .Full, null , new DateVersionSpec (date), VersionSpec .Latest, Int32 .MaxValue, true , false ); More API examples: http://blogs.msdn.com/buckh/archive/2006/08/12/tfs_api_links.aspx ...Show All

  • Visual Studio Tools for Office Outlook Headers

    Hello, Can anyone tell me the easiest way to get the message headers from an Outlook MailItem object using VSTO2005SE I don't want to use CDO, and I need a solution that will work for Outlook 2003 & 2007 under XP and Vista (do I understand correctly Redemption raises security prompts under Vista ) Leon, w ith this being an Outlook specific question, I think you may have better luck posting your question to this newsgroup ( http://msdn.microsoft.com/newsgroups/default.aspx dg=microsoft.public.office.developer.outlook.vba&lang=en&cr=US ) or check this site ( http://www.outlookcode.com/forums.aspx ) for an answer. Mike ...Show All

  • Visual Studio 2008 (Pre-release) Two Jan 2007 Orcas Editions ?

    Hi Can anyone tell me the difference between Microsoft Pre-release Software Visual Studio Code Name "Orcas" - January Community Technology Preview (CTP) (Installable Bits) and Microsoft Pre-release Software Visual Studio Code Name "Orcas" - January 2007 Community Technology Preview (CTP) Both have different links yet similar files - the latter has one 700MB extra. Thanks I happen to have January CTP of Orcas installed and I see no traces of WCF or WPF extensions so until the next CTP or whenever these extension will show up in Orcas it seems that you'll have to stick with Express. ...Show All

  • SQL Server long running transaction blocking queue

    Hello, I seem to be misunderstanding the way transactions work with service broker queues. We have developed and deployed a service broker application that 5 queues and a windows service for each queue on multiple servers (3 currently). Due to a last minute issue, we had to not use transactions when the services executed a recieve and I am not updating the code base to use transactions and am running into blocking issues. One of the services runs for 90 seconds (spooling to the printer) and all of the servers block on the receive operation for this queue. I thought that if I was receving messages from a single conversation, other receives against this queue would not block. Thanks, Jim Stallings ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. DVD Media Access on 360

    If I burn a DVD that contains regular files, will my app be able to read the files from the media when running on the 360 I'm sure I'll be able to work around the restrictions. I'm not talking about MMORPG level data. ...Show All

  • Visual Studio Question about how to get the description of Namespace

    I want to get the description of Namespace,like MSDN,but i don't know which tags can function it,or how can do... Sandcastle allows multiple comment xml files. You can create a seperate file for root and namespace description and pass them. Sandcastle FAQ at http://blogs.msdn.com/sandcastle/archive/2006/07/30/683352.aspx [rpvodes information about how to pass multiple authored xml comments file. Anand.. ...Show All

  • Software Development for Windows Vista vista isguest doesn't appear to work

    hi. i'm struggling with discovering if a user is a guest in vista using c# and .NET 1.1. i've tried calling WindowsIdentity.GetCurrent().IsGuest but it always return false whether i'm using the vista guest account or not. i've also tried the IsAnonymous property which also always returns false. i also tried getting a WindowsIdentity object from Thread.CurrentPrinicpal like follows: AppDomain.CurrentDomain.SetPrincipalPolicy( System.Security.Principal.PrincipalPolicy.WindowsPrincipal ); WindowsPrincipal principal = (WindowsPrincipal)Thread.CurrentPrincipal; WindowsIdentity identity = (WindowsIdentity)principal.Identity; but again i get the same results. currently i'm reduced to comparing Environment.UserName with "Guest" which i ...Show All

  • Visual Studio Problem accessing a dll in VS using VB.net - Help !!

    I have a canon sdk – my VB program has the following code (which I extracted from a Canon sample program and which works in their really complex example) . . . I refuse to tell you how long it took me to get here Public Declare Function EdsGetPropertySize Lib "EDSDK" ( _ ByVal inRef As IntPtr, _ ByVal inPropertyID As Integer, _ ByVal inParam As Integer, _ ByRef outDataType As EdsDataType, _ ByRef outSize As Integer) As Integer This does not generate an error in Visual Studio = However the following set of statements (on the next line) Public Declare Function EdsGetPropertyDesc Lib "EDSDK" ( _ ByVal inRef As IntPtr, _ ByVal inPropertyID As Integer, _ ByRef outPropertyDesc As EdsPropertyDesc) As Integer Generates an error ...Show All

  • Visual Studio Express Editions Display Data

    I had a checkbox (Template Field) in a Gridview, "ChkEmail". What i want to do is when ChkEmail.Checked = True, it will search the gridview selected row and find <asp : BoundField DataField ="Email" HeaderText ="Email" SortExpression ="Email" /> cell data and return the data to a textbox. Display shd be like this (In the textbox);- " Email@email.com , Email2@email.com , Email3@email.com " How do i do that, i'm using VB language in VB.Net 2005 Thanks As you look to be talking ASP web application using the gridview control. I'd like to suggest that the forums at asp.net are probably the best place to get specific web form control information. forums.asp.net If you looking at buil ...Show All

  • Visual C++ Windows Service

    Hi How do i Start/Stop windows service thru MFC Regards Manoj Jangid In short, you can use OpenSCManager combined with CreateService for installation, and OpenService for access to an existing service. See http://msdn.microsoft.com/library/en-us/dllproc/base/openscmanager.asp frame=true for more information. Codeproject example: http://www.codeproject.com/system/windows_nt_service.asp . ...Show All

©2008 Software Development Network