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

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

Conversion

Member List

dimkaz
Simon Tindall
Ajit_C#1
Yep it worked
Cyonix
Selva.Ram
Clickmaster
sharnish
FWen
Steve Penfold
damuser
stevantosic
Mike Houglum
.NETicated!
DennisG
Hossein Riazi
Christopherhk
Jeffry Dwight
# broxi #
Dave_B
Only Title

Conversion's Q&A profile

  • .NET Development Web service on my localhost

    Hi all, I want to give others to call a webservice on my localhost. I mean, I want my PC active like internet server to internet clients. Is it possible. Please help...  It should be possible but is also depending on what operating system you have installed. I am using Windows XP Professional SP2 and can run local webservices for remote usage. The firewall needs to be opened and IIS with .NET set up must be ...Show All

  • Visual Studio Team System Source control for non.NET environment

    We have several COBOL programmers that store their source code in a home-grown source control system. Their filenames are a max of 8 characters; no file extensions are recognized, and it's not COBOL.NET so many of the features in TFS would be wasted on this code. Still, I'm trying to integrate their code with TFS so we have a company-wide source code control system Here's how I integrated their source code: 1. I created a .NET project ...Show All

  • .NET Development Connection to Sybase

    Hi, I'm having problems creating a connection string to connect to a Sybase db. I have tried both of these methods... ODBC: CONN_STRING = "driver=Adaptive Server Anywhere 9.0;server=XXX;Database=XXX;uid=xxx;pwd=xxx" Dim xConn As New odbcConnection(CONN_STRING) xConn.Open() and the error I get is "ERROR [08001] [Sybase][ODBC Driver][Adaptive Server Anywhere]Database server not found" OLEDB CONN_STRING = "driver=Adaptive Server Anywhere 9.0; ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. colorvalue in progressive mesh sample

    Hi, new to DirectX in C#, not in C++. In the August 2005 DirectX sdk update, there is a sample in C# called "Progressive Mesh".  When I compile this sample, I get 36 errors, all of which are type or namespace missing errors.  Here's an example.  'ColorValue', which is supposed to be of the Microsoft.DirectX.Direct3D namespace simple does not appear to be there.  MSDN says it's part of the namespace, auto-complete does not.&nb ...Show All

  • Visual Basic Unterminating strings returned from DPAPI decryption

    I've just copied an implementation of the DPAPI based on MSDN article http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnnetsec/html/SecNetHT07.asp However, when I run DataProtector.Decrypt, the byte array comes back with an extra byte with the value of 0 (the null memory value). For example, if I encrypt a connection string (96 characters): User Id=testid;Password=passwd;Data Source=dbase;Connection Timeout=30;validat ...Show All

  • Visual Studio Express Editions You are not alone

    I would like to install .net beta 2. However I had previously installed beta 1, and worse, vbexpress beta 1. Then I must have really messed up and uninstalled those products in the wrong order. So now I cannot install beta 2.  I found and ran the Beta 2 Cleanup Tool, and it successfully cleaned MSDN for me. I had already hand-cleaned the registry as best I could.  However, the tool errors out when trying to clean vbexpress - the error ...Show All

  • Windows Forms Webbrowser Control Memory Management Question

    I have a C# application that uses the webbrowser control. I've noticed that as I load more web pages through the webbrowser control my program continues to consume more and more memory. (It starts at 9MB and quickly climbs to 40MB by simply loading web pages.) My question is really two part: Q1: What is the reason for this compounding memory comsumption Web cache, memory leak, ... Q2: Is there some sort of garbage collection I should be ma ...Show All

  • Visual C++ binaries compiled using VC8 not running on IA64

    As VS 2005 is not supported on IA64 platform i had to use cross-compilation on 32bit machine. i did vcvarsall.bat x86_ia64 for setting the build environment. after building the application i tried running it on  IA64 machine but it is not running. D:\samples>exercise.exe The system cannot execute the specified program. manifest info is embeded in the application and in its dependency dlls. on checking C:\Windows\WinS ...Show All

  • Visual Studio Team System Installation error - Error 28927. TFServerStatusValidator: Invalid Arguements (sic)

    Trying to install the services tier of Team Foundation Beta 3 Refresh in a dual server environment but keep getting the above error which results in a failed installation and the message:- Error occured during setup The following failed to install: Microsft Visual Studio 2005 Team Foundation Server (services) - ENU Any help/suggestions appreciated.   I'm afraid I don't have that anymore. bu ...Show All

  • Visual Studio Team System Two different ID's seems to see the same set of workspaces

    I have 2 different ID's (one is my TFS admin account, say id1, another is my regular user ID, say id2). For some reasons, I got the following: (1) Under id2, all the workspaces show up in vs.net are those in id1. Why (2) Under id2, when I try to add a new workspace, the "add workspace" panel defaults the owner to id1, but the account I currently log in is id2. What happens (3) I override the owner with id2 in the "add wor ...Show All

  • Windows Forms How to detect tab selection changed event in TabControl

    I tried adding handler to handle the click event in the TabControl, it works but only when you use the mouse to select the tab.  Since there are other means to select a tab in a tab control liked using the arrow keys or mouse.&nb ...Show All

  • Visual C# typedef in C#: Visible in separate projects

    I saw that you could get around the absens of the C++ typedef feature by using: namespace NameSpaceCS {   using Handle = System. Int64 ; or using Handle = System. Int64 ;   namespace NameSpace CS {   But this is only visible in one file. How do you make it visible in other projects. I have added the reference and the  using NameSpace CS ; in my other project but it still seems to ...Show All

  • Visual Studio Team System Help about incrementation and iteration

    I don't understand if once i have all the use cases i should split them and in each iteration i add more use cases, or i should consider all the use cases on each iteration. The msf talks about versionning but i can`t clearly see how to make this versionning. Versionning means splitting the use cases There are a few strategies - hence your confusion. The goal is to deliver value incrementally. As such, you typically first address the ...Show All

  • Visual Studio Team System Sharing issue in VSTS Source control

    Hello guys, I'm trying to migrate our VSS database to VSTS Source Control and I don't really understend how can I make "sharing" happen at VSTS For example we have next VSS source tree: $root |-DummyProject |-Includes |-ProjectA |-ProjectB Both of them have shared files from <Include>. My question is: What is an alternative for us in VSTS in terms of do not re-organize our current code Thanks a l ...Show All

  • Windows Forms wat is the actual way to open & close window form?

    wat is the actual way to open & close window form i doing the login form which will show the main page after user login.. so i put this code at login button frmmain main= new frmmain(); main.ShowDialog(this); then it will load the form main, but how to close it i try to use main.close(); main.dispose(); still cant'.... is it anything wrong how to close the first form (login form) after the second form load ...Show All

©2008 Software Development Network

powered by phorum