Software Development Network Logo
  • Visual Studio
  • Visual FoxPro
  • Windows Live
  • Visual C++
  • VS Team System
  • SQL Server
  • Visual Basic
  • Architecture
  • Windows Vista
  • Visual C#
  • VS Express Editions
  • Visual J#
  • Windows Forms
  • Microsoft ISV
  • .NET Development

Software Development Network >> Adam Friedman's Q&A profile

Adam Friedman

Member List

Balu Chaturvedula
n.somu
DiegoV
Xancholy
Chris Langsenkamp
OAF-NOR
ZuesBigglo
Adam Prout
rfmfix
MichaelHale
ozy
flwright
folsomfisher
BodeColander
MarketFare
Douglas H. Troy
scroll
Ajit Porlekar
Manu30
rellis32
Only Title

Adam Friedman's Q&A profile

  • Windows Forms Slider???

    I don't seem to have a slider control in the designer to choose. Have they stopped implementing sliders I'm using VSE2005 Thanks in advance, Devin Devin, Surely the .Net Framework supports the "slider", it's called TrackBar. is it what you want It should have nothing to do with which IDE version you're using. Alan ...Show All

  • Visual Studio Is GAT dead?

    ... or is there some other reason MS P&P seem reluctant to give any information about a possible RTM version We'll still be branding the December release as a CTP, as it's still an unsupported add-on for Visual Studio and we haven't yet finalized how and when this functionality will become a core component of Visual Studio. However, this release will meet the same quality bars as any other patterns & practices deliverable, and we aren't planning on any more updates in the short term. GAT will not depend on DSL - but both releases will include the same T4 bits. Tom ...Show All

  • Visual Studio Team System Deployment items in runconfig file

    Hi Is there any way I can dynamically alter the associated deployment files with my test project so that in the case of a 'debug' build, I can copy files from a debug folder and on a release build, deploy files from a release folder Thanks Great!....I've opted for the post-build step idea. Works a treat. Thanks ...Show All

  • Visual Studio Express Editions Installing Visual Studio 2005 Express Edition

    Wow! I am impressed. It’s a work-around but well worth the learning experience. After working 7 days on my 2 year old note book with no success installing the SQL express component; I discovered            Microsoft’s Virtual PC , a developers dream. My Dell system: 1.6 Pentium M processor, 1GB of memory, 60GB disk    1. WinXP as host with lots of stuff loaded. And with Microsoft’s Virtual PC, I can simultaneously run all three:    2. Visual Studio Express on WinXP    3. WinXP Media Center Edition  Response time is excellent, can mouse, cu ...Show All

  • Windows Forms Writing HtmlGage data into windows forms DataGrid

    I have HtmlTage stored in myResult.text that contain data like this ============================================ myResult.text = <Products>Pro1            |655.00|0.50|19,142|655.00|10|655.00|150|652.00|658.00|651.00|1|1010<>Pro2            |632.25|-0.50|31,539|632.50|7|635.00|1,417|630.00|635.00|630.00|1|1020<>Pro3 |799.00|6.00|700|793.25|50|798.50|200|796.00|799.00|796.00|1|1040<>Pro4 |1,085.00|3.00|6,836|1,085.00|1,698|1,089.50|600|1 ...Show All

  • SQL Server Visual Studio 2005 and NS 2.0

    Does anyone have experience using the new VS 2005 (.NET 2.0) with Notification Services 2.0 and SQL 2000, does it work We're far away from upgrading to SQL 2005, but I'd like to use the new developer tools (ASP and C#) to upgrade my subscription management interface. Thanks, Marcus We went with a complete upgrade, but I cannot expect you would have problems, unless you are wanting to develop custom delivery protocols or anything NS needs to interact with. To build a management interface you use reference the NS assembly in your own and I would presume you are good to go. Have you seen issues so fa ...Show All

  • SQL Server XACT_ABORT

    What is the default value of XACT_ABORT  Assume I set it ON in a stored procedure named A, and other stored procedures has no explicit setting on it, what will happen on a client program that calls A and other stored procedures Any SET option within a SP/trigger is valid only for the duration of execution of the SP/execution. They are automatically restored after control is transferred to the calling block. Some of the SET options like QUOTED_IDENTIFIER/ANSI_NULLS are persisted at the time of creation of the SP. So they do not have any effect at run-time. See ms-help://MS.SQLCC.v9/MS.SQLSVR.v9.en/t ...Show All

  • Visual Studio Where to start??

    Hey everyone! I need to find out where to start with CR and .net. I have read about 5 or 6 books on .net and visaul studio. Not one of these books ever mentioned CR. At the moment I am working on a project that I need to report some info from some tables, calculate some values @ report time, and take totals at the end. Programmaticly doing this is not a problem, but printing all this formated is a problem. Anyhow, where should I start to find out how to use cr Good books or tutorials I have googled and searched the message boards, and nothing tells you how to get from point a to point z. Thanx in Advance! ...Show All

  • Visual Studio Team System Recreating the Contributor Default Group for a Project

    I accidentally deleted the Contributor default group from a project. I recreated a group named Contributor, but I am not able to duplicate it's functionality prior to the deletion. Is there a way to recreate a default project group with the proper permissions The error a team member receives when trying to create a work item: TF24042: You do not have permission to create work items in project ''. Thanks for your help! Hi, By default the Contributor role in a project has the following rights Publish Test Results Start a Build View Project Level Information The Contributor group is a member of t ...Show All

  • Windows Forms Assembly has not been installed in the GAC

    I have strong-named my winforms app, as per MS recommendations - one exe and 9 dlls all signed with the same key. I published the application to an internet location and it installed OK on the client, but when I published an update, with several assemblies changed, I get an error when installing the update saying that one of my assemblies was expected to be installed in the GAC first. None of my assemblies lives in the GAC. Is this a bug, or is there something else about signing that I've missed brian smith ...Show All

  • Smart Device Development Can not find "Build Cab File" - How to make my program icon appear on Start menu?

    Hi, I am compiling a program with Visual Studio 2005 Developer Edition and VB.net and Windows CE 2003 SE on a Pocket PC. Now, after I deploy my program to Pocket PC, I have to look for my program in "program files" directory. How can I do to make my program icon appear on Start menu Thanks a lot. You need to add a deployment project - a SmartCab project type. In it you will be able to create a shortcut and place it in Start Menu folder ...Show All

  • Visual Studio Tools for Office Outlook Event (Flagicon changed)

    Using VSTO I want to create a sub procedure when Flagicon of the email in the inbox has been changed How to capture flagicon changed event, I mean what event will be fired when you change flagicon of your email Privage Sub 'NeedEventNamethatwillbefired End Sub While Outlook does not fire a specific event for the flagicon change you can use the PropertyChange event on the MailItem object to grab the change. You can also use this event to grab changes on other properties as well. Private Sub myItem_PropertyChange(ByVal Property_Name As String) Select Case Property_Name ...Show All

  • SQL Server Installation Error

    hi I am getting the following error when installing SRS 2000 on Windows Server 2003 Standard Edition. Microsoft SQl Server Reporting Services Support Files Error! Anybody know why this is happening. ...Show All

  • Visual Studio Merging Source Safe Databases

    In our enviroment we have 4 seperate source safe databases.  We would like to merge these databases into one for ease of maintance.  Each of the seperate database would become a project under the one master database. What is the best way to do this The KB article below explains how to move content between databases: http://support.microsoft.com/kb/q176909/ Make sure you have run analyze.exe in all databases before doing the move. -Alfredo ...Show All

  • Software Development for Windows Vista Error: EventDeliveryFailedException ?

    I have got a dual WinForms/ASP.NET workflow application working, except for raising events to workflow from ASP.NET. The events work ok if raised under WinForms app, with DefaultWorkflowScheduler. Under ASP.NET I raise the same event (same code in same DLL) I get the error below. The ASP.NET code raising the event is this: ASP.NET Code: '...Get the GUID of the task Dim ID As String = Me.GridView1.SelectedRow.Cells(4).Text Dim instanceID As New Guid(ID.Trim) 'get WF runtime and service Dim wfr As WorkflowRuntime = Global.ASP.global_asax.workflowRuntime Dim ccwf As CreditControlService = Global.ASP.global_asax.c ...Show All

©2008 Software Development Network