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

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

GautamSA

Member List

Derek Comingore
yusufiye
plusall
s1981s
Tomasz Janczuk - MSFT
SkyBlade!
eros2
Daniel Kolman
yennisse
Richard Arnoldx
Indra Agustia
Will P
anngela
atame
Michael D. Fox
MarkGrant
udooz
Stephan Aiche
anina
Peruri Srinivasulu
Only Title

GautamSA's Q&A profile

  • Visual C# Designer.cs error

      I am getting the following error on a build: Warning 1 The name "Description" is already in use by another component. K:\fms\admin.Designer.cs 2151 0    ok, so I check around in the Designer.cs file and see the following: this .descriptionDataGridViewTextBoxColumn1.Name = "Description" ; // this is the only other line using "Description" this .descriptionDataGridViewTextBoxColumn.Nam ...Show All

  • Visual Basic Visual Basic and graphics - for the novice/beginner

    Hi there I have no training in programming, but would like to start writing my own little programmes. In my work (civil engineer), I am increasingly frustrated by the lack of simple, time saving programmes to make my life easier, and hence the urge to write my own programmes. Of course, the start will be no more than programmes for one-off formulas, but having said that, I would like to (in many year's time) be able to write more complicated ...Show All

  • .NET Development Access to path denied error - windows forms - vs2005

    Hello, We just migrated to VS 2005 and after that every time i get the latest version from the Visual Source Safe, i am unable to compile my solution and get the following error on some files and dlls. Error 14 Cannot write to the output file "obj\Debug\UI.frmCustomCriteria.resources". Access to the path 'D:\URSA\Project Root\UI\obj\Debug\UI.frmCustomCriteria.resources' is denied. Any help on this issue will be greatly appreci ...Show All

  • Visual Studio Team System VSTS 4 DB : How about OLAP?

    Hi all, Forget about other RDBMSs. Are there any plans to support SQL Server Analysis Services as well SQL Server Database Engine Generating change scripts, creating baseline schemas, cascading changes, unit testing, data compare, data generation......these are as equally relevant to SSAS as they are SSDE. I realise this won't be in v1.0....but is it in the pipeline for the future -Jamie So I assume you mean when data i ...Show All

  • Visual Studio Team System Mismatch in Installation guide for Beta3 for SQL server and set up of SQL server Sept CTP for Servers

    Hi there,      I'm trying to install TFS server using Beta3 instalation guide. In How To:Install Microsoft SQL Server 2005 for Team Foundation Server (single server setup) it says on 7th step 7. On the Components to Install page, select SQL Server Database services,Analysis Services and Reporting Services and then click next. But when I am trying to install using en_SQL2005_WKGP_Servers_Sept2005.iso file downloaded from MSDN ...Show All

  • Software Development for Windows Vista Tracking database in WWF Beta 2.2 has significant database changes?

    Tom, I have updated my tracking database with the Persistence and Tracking sql scripts. It seems that there are some problems with the WWF Beta 2.2 database objects. GetWorkflows stored procedure does not return the same columns as in WWF Beta 2.0 (i.e., TypeFullName is not returned). Are these bugs going to be resolved soon Sincerely, John Portnov There were many changes between 2.0 and 2.2. Upgrading directly to 2.2 is ...Show All

  • Microsoft ISV Community Center Forums Error after added a formule in cell with VBA

    HI all, I have a problem in a VBA project. I need to put in a cell a formle like "=RC[-2] - Janvier!AH8" (Janvier![AH8] must be dynamic with different sheet name and cell) Here the part of my code I used : absence = MthNamebefore & "!" & Cdecol & J rag2 = col & i & ":" & col & i Range(rag2).Select formul = "=RC[-2]-" & absence ...Show All

  • Windows Forms TreeView Help

    Hello Folks: I am building a Front end Jukebox Client for work I am need some guidence on using TreeView.  I am going to pull data from a SQL Server and I want to display this information in a TreeView in a section of the App. ---- Dynamic Table in SQL ----- pnode cnode  Description 2 0 Country 3 0 Rock 4 2 Garth Brooks 9 2 Brooks and Dunn ...Show All

  • Smart Device Development Release issue

    I have two issues when I tried to create CAB file for my product. I created a shortcut inside the "Start Menu" folder, but it changed to "Start Menu\Programs" folder automatically after I run the CAB file. Is this the issue of the CAB file or the issue of the Pocket PC (My Pocket PC is ASUS A620 Series, OS is MS Pocket PC Ver 4.20.0 (Build 13252) After I uninstalled my product through ActiveSync (Ver 4.1), the shortc ...Show All

  • Windows Forms Need help with VB.net involving Totals

    Okay guys, here I am again. I need help on adding totals together. What I want is to have a bsic commission calculator that totals different things and will display them later on. Here's what I have so far, some works, some doesn't. Public Class VBACComCalc Inherits System.Windows.Forms.Form [Windows Form Designer generated code] Const Quota As Integer = 1000D Const CommissionRate As Integer = 0.15 ...Show All

  • Visual Studio 2008 (Pre-release) Using Certificate based authentication with WCF

    I'm using Jan CTP, and I created a simple Hello World Service with the config as below and hosted in IIS. ---------- Web.Config ------------ <system.serviceModel>   <services>    <service type="WinFXServiceLibrary1.WCFHelloService,WinFXServiceLibrary1">     <endpoint      address=" https://localhost:9500/WCFHello/HelloService.svc "    &nb ...Show All

  • Windows Forms Reference a DataGridView cell from code

    Hello All, How do I programmatically reference the exact column and row of a particular cell in a DataGridView on a form Cheers, sfx1 Try this: MyDataGridView.Rows(RowIndex).Cells(ColumnIndex) Tony ...Show All

  • SQL Server Error using Datareader Destination

    Hi guys, I'm in dire straits here - really hoping someone can help me. I'm using a datareader destination and consuming it in a C# app. When I fire ExecuteReader on my DTSCommand object to return some data I get the error: "Could not obtain a datareader object from the specified data flow component" So we don't have a clue why this isn't working. Although...I'm intrigued by the line about "specified data-flow component". In the C# app you d ...Show All

  • Visual Basic Form Switching

    Hello all, I know this is a real n00b question, but I was wondering if someone could advise me as to a better way of doing my form switching without creating a new instance of a form each time. I know usually you can just go Dim F as new Form2 F.Show But that creates a new instance of Form2. What I'm trying to do is to have a permanently open version of Form2 that I can access at any time. The reason I want to do this is so that I can k ...Show All

  • .NET Development HTML Form to XML Document

    I am lost, I have been trying to figure out how to add a regular old html form to generate data onto a page saved into an xml document then transformed it through  a xslt to generate a news page.  I read an article on how "easy it was" to do however I know nothing about an XML DOM creation which seems to be like a brick wall to my progress. In the process I've managed to @#$ up my Default.aspx so it is not recognizing or loca ...Show All

©2008 Software Development Network

powered by phorum