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

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

Keyser

Member List

deepti s
bikeman123
L_O_L
Daniel Puzey
edgar-caballero
tfladen
Ferry Mulyono
John Perks
Mandy_uy
JerryP
John C MCSD
Chris60451
Asheesh
Eric Carter - MSFT
Dunderwood
Darren Mombourquette
wowpeter
skop
ErikF
sajid1jama
Only Title

Keyser's Q&A profile

  • Visual Basic Implements Interface problem

    Implements Interface problem I have an Interface named Interfaces: Imports System.Drawing Public Interface IShared Function CalculateDistance(ByVal x As Single, ByVal y As Single) As Single End Interface Public Interface IPrintableObject Sub Print() Sub PrintPreview() Sub RenderPage(ByVal sender As Object, ByVal ev As System.Drawing.Printing.PrintPageEventArgs) End Interface I tried to apply it to a Customer Class in a different project, ...Show All

  • .NET Development Error connecting to yukon

    I have setup the data connection using the new namespaces and am following everything that I can find on the issue but I continually get the following error when connecting to a new install of yukon:  A connection was successfully established with the server, but then an error occurred during the login process. (provider: TCP Provider, error: 0 - An existing connection was forcibly closed by the remote host.) Any thoughts ...Show All

  • Visual C++ ReadFile()?

    Hi! I'm programming an aplication to connect with a machine by Serial Port. I would like to show the answer that this machine give me (I read it with ReadFile() ). For example, If I read: HANDLE Comm; CString COM = "COM1"; BOOL Read; DWORD iBytesRead; char sBuffer[128]; char msg[255]; Read = ReadFile(Comm, &sBuffer, 1, &iBytesRead, NULL); sprintf(msg , "Response:%s", sBuffer); m_ctlRecvd.AddStri ...Show All

  • Visual C# How to make C# & PHP interact with each other

    Hello everybody, I am working on an C# application which would use the remote MySQL database located in my website hosted on a Linux server with PHP & MySQL support . I tried to connect directly to the MySQL database using ODBC drivers, but was not able to connect due to restrictions  at my hoster side. So the only option was to make C# send a request to PHP scripts running at the webserver and make  PHP return data to C# ...Show All

  • Windows Forms Stored Procedure returning multiple DataTables

    Hi guys, I am using ADO.NET and MSSQL 2000. In a SP if you issue multiple "Select" statements, it will return multiple datatables. But now I just want the last result set. How can I tell MSSQL to only give me the last one  I don' ...Show All

  • Visual C++ Calling C++ dll from C#

    I am trying to use a C++ dll in my C# application but unsuccessul. Here is what I have done: 1. The C++ code was developed using open BSD. 2. I made a C++ CLR dll using visual studio 2005 - "tc.dll" 3. In my C# application, I add the "tc.dll" as a reference from the solution explorer 4. I tried to instantiate the class of tc.dll using myClass mc = new myClass(); The C# program can not find the class at all. ...Show All

  • SQL Server Import from INFORMIX (Cannot get the supported data types)

    Hi! I'm trying to import data from an Informix Database to my SQL Server 2005 database with the import/export wizard. I have an ODBC-connection that works, Access fetches data with no errors.  From the wizard I can only choose to use the IBM Informix OLE DB Provider as datasource. As fare as I know the OLE DB Provider is using settings from the ODBC-driver In SQL Server 2000 there is a posibillity to choose Other(ODBC provider) as dat ...Show All

  • Visual Studio Tools for Office InfoPath 2003 Tools for Visual Studio 2003

    I am a regestered partner, Action Pack subscriber, and part-time developer. I own a copy of Visual Studio Professional 2005 but I do not have a MSDN subscription. I need to create a Visual Studio project to add an enhancement to an InfoPath 2003 form. As I understand it, I need to install the InfoPath 2003 Tools for Visual Studio 2003. How can get the needed tool. The InfoPath tools for the previous version of Visual Studio were available ...Show All

  • SQL Server Need Reporing Server Options in VS 2005

    I installed VS 2005 for one of our better users so he can start using VS 2005 for Report Designer. Because I'm a programmer, I installed Reporting Services with SQL 2005 so I automatically see the option in my VS 2005 to create a new Reporting Services project but he doesn't. What do I need to install to give him the Reporting Services Project options in VS 2005 You need to install the client tools of SQL Server 2005, particularly the Busi ...Show All

  • SQL Server Import an mdb file

    Hi everyone, I have an mdb file that I want to import using sql server 2005 express edition. I am using the Management Studio Express and have had no success. Thanks in advance Management Studio Express does not include Import/Export functionality, but Access does. See my answer elsewhere in this forum: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=295865&SiteID=1 . Regards, Mike Wachal SQL E ...Show All

  • SQL Server SQL Server 2005/ ADO.NET 2.0 Begin Transaction Issue

    I have an application that was originally built in VS 2003 and was successfully running against SQL Server 2000 and SQL Server 2005 (June CTP).  Recently, we migrated to VS 2005 Beta 2 and are running on SQL Server 2005 (June CTP) exclusively.  Since the migration, we have some situations where we receive the following exception when attempting to begin a SQLTransaction: Exception Type: System.Data.SqlClient.SqlException Number: 3988 M ...Show All

  • Smart Device Development This thing just broke my VS2005 emulator

    I an running VS2005 Team Edition for Developers. All my emulators were working fine until I installed this thing. Now when I click on Tools > Device Emulator manager, I get a message saying "The system cannot find the file specified. I have tried uninstalling and reinstalling everything, and deleting all the files and folders that this NG suggests I should, but all to no avail. What can I do Can you ...Show All

  • Windows Forms Configuration Manager - possible bug?

    In trying to learn the new architecture for application settings in .Net 2.0 I have come across the following and am wondering if it is a documentented error. I cannot access AppSettings or ConnectionStrings using the string indexer, but can only use the integer indexer. For example:  System.Configuration.ConfigurationManager.ConnectionStrings["MyConnString"].ConnectionString This throws an error - generally that it is null. However ...Show All

  • Visual C++ Project creation failed?!

    I just Visual Studio 2005 Standard edition and I'm trying to learn C++.. when I try to create an MFC application, I try to set the Base Class under Generated Classes so I can visually design the form... however the second I click on the dropdown menu, the dialog immediately closes (the list of items in the dropdown doesn't even appear) and the status bar says "Creating project 'MFCTest'... project creation failed." No error message, no ...Show All

  • Windows Forms how to implement Licensing in your application

    i want to implement licensing in my application....guidance required how to do that The software use WSE 3.0 . So you must install WSE 3.0 from Microsoft Corp products. ...Show All

©2008 Software Development Network

powered by phorum