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

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

Geeshan

Member List

cagii
Erik Edlund
monstero
BpBonnett
John D Wilson
some guy
Tony Hildingstam
Gagan Gupta
twinsun
martyc
Brad Isaac
Juan Jose Obregon
Surya Tripathi
Surfertje
devstuff
davidw
Htr
DBA2
CliftNorris
LankyNibbs
Only Title

Geeshan's Q&A profile

  • Visual Studio Team System Team Projects sharing same Source Control

    Hi All, Can two team projects share Source Control Thanks, V Brian, Did the white paper on organizing team projects and/or sharing source between team projects ever get written We're piloting Team System and this is going to be important to us due to a large legacy code base. Thanks, Carol ...Show All

  • Windows Forms Error: DataGridViewComboBoxCell Value is not Valid

    Greetings, I am using VS2005 and Sql Server 2005. My database table contains a column (mycolumn) defined as char(10), no nulls, default value blank. This table is added to my dataset with default value blank, default control type is datagrid, mycolumn default control type is ComboBox. I created a sample form and dragged the the dataset table on to the form, a datagridview was automatically created. I changed my columntype to datagridviewcomboboxcolumn (surprised I had to do this since already defined in Dataset), added "one","two","three" to the items collection. The DataPropertyName is set to mycolumn. ...Show All

  • Visual Studio 2008 (Pre-release) Updated samples for Beta 2

    I have updated some of the samples to .NET Framework 3.0 Beta 2. http://www.valil.com/winfx Great! I was just trying to demo your chess app to somebody yesterday. More people should provide XBAP or .Application versions of their apps/samples. (i'd prefer people provide XBAPs as there is less hesitancy to download and run it...even if the user doesn't know the publisher...) Thanks, Rob Rob Relyea PM, WPF Team http://spaces.msn.com/rrelyea ...Show All

  • Visual Basic Website error

    Not sure if this forum is the proper place for this question, but I have a new server, which 2.0 beta framework was just installed (2.0.40607.42).  From VS 2005, I created an ASP website on the server in VB. Other than putting "Hello World" in the body of the default page, I changed nothing, and when I brought up the page, I received the following error:   Parser Error Message: Could not load type '_Default'. After removing the Imports="_Default", I then received the error:   Parser Error Message: Error parsing attribute 'codefile': Type 'System.Web.UI.Page' does not have a public property named 'codefile'. I then changed ...Show All

  • Windows Forms Combobox problem?

    I have 2 tabpages,each of which is having a combobox,which displays same category of data.ie for eg. place. New residence place is displayed on ist combo and old one on 2nd combo.I specify different datasources(esentially of same data) to the respective combo's B'coz of Binding Context Changed event of TabCtrl, I suppose, como's are displaying the same data,instead o ...Show All

  • Visual Basic How to: Custom Implicit/Explicit conversion in VB.NET 2003

    Hai .....,          I would like to define some custom Implicit conversion function within my VB class. How can i do that. I have seen samples in C# but not in VB. Can anyone please help me on this Hemant, Jay provided you with this link as a resource: http://msdn2.microsoft.com/library/yf7b9sy7(en-us,vs.80).aspx ...Show All

  • SQL Server screenshots showing solution

    After setting up SQL2005express server with mixed authentification I got the problem 1.  I couldnt find a working ConnectionString 2.  Studio2005  didnt connect to SQL any more In the meantime I found that at least the following OLEDB-ConnectionString is working, when Im logged in as admin and can use Windows Autentication: Provider='sqloledb' Data Source='.'   - without '/SQLEXPRESS' !! Initial Catalog='MyDatabaseName' Integrated Security='SSPI' For details of SQL setup and code to test possible connetion strings please see my homepage. Martin ---------text of my question from 02 Dec 2005 I want to fe ...Show All

  • Windows Forms Visual J# redistributable package and setup program question

    I have a setup project for a J# assembly and when the setup.exe program finishes installing .NET 2.0 it then looks for VJ# redistributable package. I have set the Launch condition properties to launch the vjredist.exe properly but when this installation is finished my setup.exe program has  exited memory. Is there anyway to have my setup.exe program continue with my installation like it does for the .NET 2.0 installation after vjredist.exe is completed Are you sending any arguments to vjredist.exe Unless you aren't already, try these: /q:a /c:"install.exe /q" ...Show All

  • SQL Server Fix mistake in fact table

    Following is the business problem: - say there are invoices coming from customers - those invoices are assigned to accounts - invoices are assigned to wrong accounts and this is not discovered for months - users correct the mistakes and the way the source system is built - all invoices are reassigned to the NEW account - NO CHANGE DATE though So, say they found that the account is wrong and fix mistake that updates invoice records all the way to 8 month ago. What is the right thing to do Our DW already contains all the invoices assigned to wrong account. Create another record and time stamp it Then add "as of" parameter to report ...Show All

  • Visual C++ Link for .NET Framework 2

    Where can I find straight(!) link for .NET Framework 2 Final I need this link to give it my friends, who are not programmers and who has not VS 2005. Are there any versions of .NET Framework in national languages Thanks. Hi, just tell them to go to this page: http://www.microsoft.com/downloads/details.aspx FamilyID=0856eacb-4362-4b0d-8edd-aab15c5e04f5&DisplayLang=en and press download. ...Show All

  • .NET Development Serialization of array of objects, containing array of another objects....

    Hi all, This is my first post here , hope you know answer to this. I have a situation where webservice is returning array of object A which contains array of object B which internally contains array of object C. class A { [XmlElement] // this was added on later on and works fine B [ ] B_array } class B { //[XmlElement] // here does not work as in Class A above C[ ] C_array } class C { int i, string s } All classes and variables within classes are public. Webservice is returning array of object A. When i run this through VS i can see webservice and once clicked i can see soap request and response of that service, earlier i f ...Show All

  • Visual Studio Express Editions TextBox/Label indexing

    Hello Is there a way to display a string value in a textbox or label and then be able to overwrite that value for the next instace of the string. For example I am reading a battery voltage off of a probe and I want to display that value and then when a new value is available I want it to be overwritten where the old value was without using the TextBox.Clear(). I was thinking if there was a way to reset the testbox index back to 0 so that it thinks it is displaying the value for the first time. The only way I have got it to work is by using the clear command which makes the value flash on my application. Without using the clear comman ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. what's the difference between PointScaleA,PointScaleB and PointScaleC

    I'm doing a research on particle system, downloaded a example, but I confused about the PointScaleA,PointScaleB,PointScaleC, the dx9 document give them the same discription. Please help me, tell me the difference. Thanks! It's like the attenuation values for lights, except based on the point sprite's distance from the camera. See "DirectX Graphics / Programming Guide / Advanced Topics / Vertex Pipeline / Point Sprites" in the SDK help. ...Show All

  • .NET Development Could I use VC++ 2005 Express develop the Win32 Application without .NET ?

    Could I use VC++ 2005 Express develop the Win32 Application without .NET The Win32 Application muse run on Win98SE/ME/NT4/2000/XP/2003 with .NET. Thanks ! File  / New / Project "Project Types" => "Win32"  "Templates" =>  "Win32 Console Application" Add code : printf("Hello World!"); Compile is ok. I copy program to another PC based Windows XP with full update and run it. The error message is (Tradition Chinese) 錯誤訊息 : 無法啟動這個應用程式, 因為應用程式的設定不正確, 重新安裝應用程式應該可以修復這個問題 It means : Could not start this application, because the application's setting is not correct.&n ...Show All

  • Visual Studio Team System How do I configure access for users from another domain?

    I'm beginning to think I'm missing something basic. My users in the other domain can access the TFS but can't see Documents or Reports (without setting DNS suffixes on their machines) because those URLs include an unqualified server name. Can anyone help me fix this Thanks in advance. While this isn't tested, you could certainly open the database and add them. Go to the DT and open the following table: TFSIntegration.dbo.tbl_service_interface Where you see the links for the WSS, Reporting and Sharepoint Admin, placed fully qualified names in the URL. Let us know if that works. ...Show All

©2008 Software Development Network