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

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

Plepo

Member List

reelbigfish37
KKaps
Nguyen Dai Duong
PhilMan99
directSH
kiln
mrb280
cmn
sowjanya V
tosun
jbourne
Kelly Craven
Alain B-H
zotje
AussieBear
Gramm
CChrisBel
Hussain Noordin
BSohante
NT
Only Title

Plepo's Q&A profile

  • .NET Development System.Net.Mail Question Regarding FormatException with MailMessage.To.Add

    Hi, I am migrating to using System.Net.Mail for sending SMTP e-mail instead of using the "obsolete" classes of the System.Web.Mail namespace. I find that when adding an e-mail address to a MailAddressCollection, such as MailMessage.To, that a FormatException with the message " The specified string is not in the form required for an e-mail address. " is returned when trying to add an e-mail address with the format " ...Show All

  • Windows Forms ComboBox issue

    Hi all, I'm having serious trouble with an thing that is supposed work without troubles. I'm using VS 1.1 with XP pro for an Win32 app. Thing is: Have an form with an ComboBox, that is filled from an Business Object, to have the name displayed,  ...Show All

  • Visual Studio 2008 (Pre-release) Path Segment & Mouse

    How do I determine, which segment of the path is currently hovered by the mouse Thanks. You can get the set of points for a path and just itterate on each segment. From there it is just math. There is no API to my knowledge that will do hit testing within a shape. ...Show All

  • SQL Server Does SSIS have these features????

    1> Support for rules based and change-data-capture extracts 2> Push and Pull methods supported 3> Convert between ASCII and EBCDIC 4> Ability to extract from packages like SAP and Peoplesoft natively 5> Extract from multiple sources simultaneously 6> Support for native database features like database bulk loaders 1. Can you elab ...Show All

  • .NET Development Change address

    Hello, I make Web base for LAN (Local area network), Every user access, theirs type address like this " httP://Servername/Home.aspx ". how, the change address to become " www.mynameprogram.com Thank's Jebat Boedax's Malay Unfortunately you haven't really described you problem well enough for us to answer your question. I am not sure if you are trying to redirect a request to a different ...Show All

  • Visual Basic Hi iv ben programing in vb5.0 and i would like to get vb6.0 can i?

    Iv ben programing in vb5.0 for about 2 years and i would like to get vb6.0 but i cant find it. And i dont like .net because: 1 it's not as ez to use. 2 it will not work on windows 98se Dose any know ware or how i can get vb6.0 Thanks Hi I don't believe you can buy VB6 anymore (retail at least). Your best bet would be something like e-bay. However, I personally would recommend that you look into .NET. It ...Show All

  • Software Development for Windows Vista Serializing generic collection properties causes illegal XML

    Hello I have an activity (InputActivity) that has a property of type List<Descriptor>. Each descriptor has a name and a prompt property. When I serialize the workflow, I get the XML given below, which is clearly illegal because of the ' character (mappings omitted for clarity). The point is, the WorkflowMarkupSerializer has not entered the information about the generic parameter in the XML stream but has provided a mangled name of som ...Show All

  • Visual Studio 2008 (Pre-release) Undefined data binding behavior?

    I was playing with a very very simple example from this MSDN article: http://msdn.microsoft.com/windowsvista/default.aspx pull=/library/en-us/dnlong/html/WPFDataBinding_Pt1.asp Here is the example from above article: <Window xmlns="http://schemas.microsoft.com/winfx/avalon/2005"> <Canvas> <TextBox Name="theTextBox" Text="Hello" /> <TextBlock Canvas.Top="25" Text="{ ...Show All

  • SQL Server Connect to remote RS in SSMS

    Got following error when try to connect to remote reporting service in SSMS: TITLE: Microsoft SQL Server Management Studio ------------------------------ The request failed with HTTP status 401: Unauthorized. (Microsoft.SqlServer.Management.UI.RSClient) ------------------------------ BUTTONS: OK ------------------------------ No problem to connect to reporting service in SSMS on RS box locally. Use windows authentication with same ...Show All

  • Visual C++ What's wrong here with _wfopen

    I have this code line with very strange behaviour: FILE* fp = _wfopen(( const wchar_t *)_T("c:\\Hello.txt"), ( const wchar_t *)_T("r")); Here fp pointer is always equal to null. When I debuged i found that filename was with strange symbols, not normal letters. I'm on Windows XP SP1. Please somebody help me. Any help will be greatly appreciated. Why are using the _T macro If your are using an unicode function version you ...Show All

  • Visual Studio Team System Team Explorer : External component has thrown an exception: Beta 3 Refresh on TFS with RTM on Visual Studio

    When connecting to TE (Tools|Connect to Team Explorer) we get the following errors: 1. Event Viewer: .NET Runtime version 2.0.50727.42 - Fatal Execution Engine Error (7A05E2B3) (80131506) 2. Dialog Box: --------------------------- Microsoft Visual Studio --------------------------- External component has thrown an exception. --------------------------- OK   --------------------------- Win XP, No legacy versions have been installed ...Show All

  • SQL Server sql DB on Server1 and SSIS server on Server 2 problem

    I want to deploy my packages to the MSDB on Server1 and I want to use the SSIS server on Server2 to execute those packages. so: Server1 = SQL Server, Server Agent Server2 = SSIS server, SSRS server, SSAS server Question1: I'm using this setup because then the CPU on Server2 is used for processing the package, right So ... I want to execute a Job on Server Agent on Server1 to run packages stored also on Server1 but the SSIS ser ...Show All

  • SQL Server Can't update table using mysql

    Hello. I use VS2005 and I was trying to make a little program able to connect to a MySQL 5.0.18 database through MyODBC 3.51.12. I can connect to the database and I can load a table in the Datagridview control, but I can't update the table: the wizard didn't generate the Update method. Even if I configure again the tableAdapter, the wizard generates only: SELECT statement table mappings Fill method Get method The table is a very simple table: it ...Show All

  • Visual Studio Team System Error 32000 widbloc.exe - <servername> -d CurritukDB Returned a non-zero value:1

    Fails at end of setup. WInPopUp: Error 32000 widbloc.exe - <servername> -d CurritukDB Returned a non-zero value:1 I have looked at most of the setup issues - cannot determine where this is a problem. SQL 2005 probably. I think I used the June CTP originally on this test setup. Dual Server Deployment It goes without saying that this could be a wonderful product - particularly with PS v.12 and SPS v.3 - BUT: if there are so many glaring issu ...Show All

  • Windows Forms Best practice? Use panels or other method?

    Hi, I'm designing a Windows form that is divided vertically by a vertical splitter. On the left hand side is a TreeView. On the right hand side I want to (ideally) display one of two forms and have the form completely fills the remaining a ...Show All

©2008 Software Development Network

powered by phorum