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

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

vetlinda

Member List

Wilson Thampi John
fahad11
cosmo0
Kris K
tri_phani
Sazid Khan
Coot
ForHeFirstLovedMe
Alan Singfield
TimGlenn
Randy Kreitzman
curiousEngine
Miguel Angel Herrera Escobar
Scotty_C
arafathm
kasmatt2000
Frank Ran
Lazer
Sergio Gama
Richard3
Only Title

vetlinda's Q&A profile

  • Windows Forms string problem

    Hi can anyone help me with this prob  Dim s As String s = "yes" strFile.Write("<answer correct=" & "s" & ">" & strAnswers & "</answer>") Basically i want the value of correct to be a variable, so in  ...Show All

  • Visual C++ Migrating legacy code from BC5

    Hi, My work is currently in the process of migrating a lot of code written in BC5 to VS 2005. We have hit one stumbling block. What I need is a way to concatenate strings in my resource editor. BC5 supported this and our resource files contain a lot of code which do things like: MENUITEM "About " BASEAPPNAME //BASEAPPNAME is #defined elsewhere In BC5 this creates a menu item with the text "About MyApp". In VC2005 ...Show All

  • Visual Studio Team System Error TF42052

    I'm getting the following error when attempting a build via TFS Dec CTP: "TF42052: The file system on the build machine does not support access control lists. Please specify build directory on a file system that supports access control lists like NTFS." The drive in question absolutely has NTFS. Ideas Strange, the only thing comes to my mind, has the user which the TFS build service is using, full ac ...Show All

  • Visual Studio 2008 (Pre-release) Sync and Async Support in Proxy

    Is there a way to implement a proxy that supports both synchronous and asynchronous invocation patterns of a service Yes. Please see this: http://windowssdk.msdn.microsoft.com/library/default.asp url=/library/en-us/cpref19/html/P_System_ServiceModel_OperationContractAttribute_AsyncPattern.asp In addition, you can use a duplex messaging pattern to make this work. Thanks, Scott ...Show All

  • Visual Studio Team System Agent Controller Supported configurations

    I am preparing to set up a rig. I cannot exactly match any of the recommended configurations, but I can come close to " Alternative Configuration 2 " as shown below. Will this work (It will be nice to find out before I install everything.) ·          Computer 1: Visual Studio plus web server against which load tests are conducted. ·          Computer 2 ( ...Show All

  • Visual Studio Team System How do I install Team Explorer?

    I've successfully installed VS 2005 Suite (Trial) and SQL Server 2005 standard edition, tried it both on Win 2000 SP4 and Win XP. Then I'm trying to install Team Explorer, an error dialog is displayed: """ Thank you for participating in the Beta program. You must uninstall all pre release products in a specific order before you can continue with the setup. .... these pre-installed products include, but are not limitied to the following ...Show All

  • Visual C++ Get the list of current processes and its information

    I'm getting the list with the current processes running and looking at its information using the Process class on System::Diagnostics namespace. But with ProcessName, I only get the name of the process running. How can I get more information about it, like extension, path, the name of the application (instead of the executable name), the name of the manufacturer Are there any way to get the related process to a specific one Ex: In Photo ...Show All

  • SQL Server View with SELECT * doesn't pickup new columns in table

    Hi I have noticed that when adding a new column to a table that is used in a view with the following tsql: CREATE VIEW [dbo] . [vwPersons] AS SELECT tb1 .* FROM tb1 LEFT OUTER JOIN tb2 ON tb2 . PersonID = tb1 . PersonID the new column is not shown in the following tsql: SELECT * FROM vwPersons In addition to this, when modifying a view in Management Studio, all columns will be returned when the view is ope ...Show All

  • SQL Server Data connection error - Please help

    Thanks in advance to anyone that can help me with this. We have software in a production environment that uses a DSN-Less connection to access an Access Database. The software was written in VB6 and uses MDAC 2.8 99% of customers have no issues with the software connecting the the database however once in while we encounter a customer that get's the following error: [Microsoft][ODBC Driver Manager] Data source name not found and no defa ...Show All

  • Visual Studio Gibberish on "Activation Key" Email

    Hi, I'm trying to register Visual Web Developer 2005 Express Edition Beta and the Activation Key email comes to me as gibberish. My email client is Outlook 2002. I also tried pasting it into MS Word (as suggested by FAQ #16 at http://lab.msdn.microsoft.com/express/register/faq/default.aspx ) but the same problem occurs. I tried to request the email again but even the second email comes as gibberish. What do I do now Thanks f ...Show All

  • Windows Forms Launching a Window in the Designer from a Custom Server Control

    Hi, I have developed a custom server control and need to provide a simple way for the user to activate its license. I could easily do this in the installer but for various reasons, do not wish to use this approach. I would rather check the status of the license in the constructor code of the server control and based on the results of that check, launch a Windows form for the activation process. One of the fields on the form is the license co ...Show All

  • SQL Server Getting error in SQL Server Destination

    Hi    I have two different database say, DB1 and DB2 one in server A and another one in Server B. Simply select all rows from DB1.Table1 in OLEDB Source and map it to another table in DB2.Table2 using OLEDB Destination.  Works fine. But if I select destination as SQL Server Destination, I am getting the following error: [Insert contact information for facility into ARBilling database [202]] Error: An OLE DB er ...Show All

  • SQL Server Problems with remote SQL 2005 server and excel as an input source

    Hello, I am trying to write my first couple Integration Services packages using SQL 2005.  My configuration is a workstation running windows xp professional, and a windows 2003 server that is running the SQL server. Anytime I run a package that accesses the remote server from my workstation, the job fails with an error code.  The workstation cannot seem to run a package to load data to the remote sql server.  Why is thi ...Show All

  • .NET Development EventLogPermission

    I am getting an EventLogPermission exception when calling my assembly from an ASP.NET 2.0 app. I tried setting the assembly to FullTrust via caspol.exe, but I still get this exception. Firstly, I am not attempting to log from ASP.NET directly, but from a dependent assembly (albeit in the same process space - effectively the same thing, I assume).  I am loading the web app and assemblies over UNC. I am also impersonating a Domain Admin acco ...Show All

  • Software Development for Windows Vista How to creat a filter with multiple inputs?

    Hi, I am trying to create a directshow filter which has 2 input pins and 1 output pin . I have added the pin details to the array of AMOVIESETUP_PIN's, and I have changed the umber of pins in the AMOVIESETUP_FILTER structure. Override the GetPinCount,GetPin.  class CAudioSwichInPlaceFilter : public CTransInPlaceFilter         ,public ISpecifyPropertyPages     &nbs ...Show All

©2008 Software Development Network

powered by phorum