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

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

Yolip

Member List

KenMcCormack
Bernhard Kirchner
WhyNadeem
Larry Baker
Udi Azulay
sarvesh m
Silo4
GPinNY
tomwindcloud
Narendra43180
lafleurjp
WBR
Rick B USA
Sujata
Traveler2
vc++new_user
Linda K
Erik Miller
Netasia
Lo, Kuei-yang
Only Title

Yolip's Q&A profile

  • Software Development for Windows Vista UnloadOnIdle no longer works in Web.Config.

    How has this parameter changed Joe, This parameter can be configured through persistenceservice. You can set it in config file or through code in the workflow host C# Code Sample WorkflowRuntime container = new WorkflowRuntime (); string connectionString = "Initial Catalog=WorkflowStore;Data Source=localhost;Integrated Security=SSPI;" ; NameValueCollection persistenceParams = new ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Installation Problems

    I've just installed the DirectX SDK and am getting results not listed by other forums and people.  Previously, I used to program with DX8 and had no problems in setting up dependencies and references.  However, with the DX9 installation, it doesn't recognize any dependencies or references.  I've downloaded the latest update (June 2005 ed. of DX9SDK), and still have problems.  I'm running the .NET framework 1.1 and using C#, C ...Show All

  • Visual Studio ANN:2nd Blog Entry on the VS SDK Community Documents and Download trends

    Hi, this post is to announce I just made my 2nd blog entry to discuss what sorts of community documents are available on the SDK download site and to publish the download numbers. I hope you find it interesting and I will try to find time to make more blog entries.Phil Phil PS. My Blog is at http://blogs.msdn.com/ptaylor/default.aspx ...Show All

  • Visual Studio Express Editions Null for Rows?

    Hello, I have made this dataGridView, and a button... the button will build a XML file into a form that I have set. But if I leave the Data in DataGridView to nothing, then it wouldn't build the XML with nothing... It simply would say that there is the NullException Error... I am wondering (both ways are fine to me) that if there is a way to validate (if it is Null) before it process it to XML or just force it to XML form and save it which in XM ...Show All

  • Visual Studio Package 'Visual Studio Source Control Integration Package' failed to load

    When I build our source code using DevEnv I get an error message saying "Package 'Visual Studio Source Control Integration Package' failed to load" in the log file. I am just test-building a copy of our source code with VS2005 so no source control should be involved. How can I get rid of this message When I build the very same solutions interactively I do not get any messages concerning source control. Dan ...Show All

  • Visual Studio Express Editions runtime redistributable?

    Hi, anybody know where I can find the runtime distributables described in "redist.txt" which is in the folder "c:\Program Files\Microsoft Visual Studio 8" Thanks,     Andres Yes you are right! I just revied the SDK docs about private assemblies: http://msdn.microsoft.com/library/default.asp url=/library/en-us/sbscs/setup/private_assemblies.asp There are more locations but the solution you are sear ...Show All

  • Visual Studio Team System Developer Edition and Builds

    Hello ! When I read the posts, it seems that we can run tests in a build only with Tester Edition. However, when I ran by build on the server, here is the mesage I got : "MSBUILD : warning : Visual Studio Team System for Software Testers or Visual Studio Team System for Software Developers is required to run tests as part of a Team Build." So I installed Developers Edition and no more complain. However, no test is executed and th ...Show All

  • .NET Development Problem with localization and images

    I'm just diving into localization and I'm having a problem with images.  I have multiple versions of a PNG image (say en-US and fr-CA versions). I haven't been able to figure out how to have separate images in both the default .resx and the fr-CA.resx and have the same resource name.  Is this possible in VS2005, or do I need to take a different approach   I would prefer (if possible) to have the same name because then I don't ha ...Show All

  • Windows Forms Updating Listbox Items

    Short and Simple: How do I do this   ;)  Nope. my own stupid fault. No problem. Works fine. It's not that. That text works fine. Here's my form. Listbox looks like this:     Me.ListBox1.Items.AddRange(New Object() {"Mike",&nbs ...Show All

  • .NET Development Data Source???????

    Hello Experts, I am new to this techology. I am developing an application-in which i am uisng vb.net as the front end and ms-access at the back end. My database name is: db1.mdb and table name is: student When i tried to connect with the ms-access database in one-oledbdatadapter- wizard - it asks to enter value for "Data Source"- i don't know what it wants. i gave my db name then the table-but it replied -something ...Show All

  • Visual Studio 2008 (Pre-release) Binding error messages on LayoutTransform

    I'm receiving binding error messages for ListBoxItems whose ControlTemplate contains a LayoutTransform that uses a Binding. Here's the XAML: < Window x:Class = " WinFXApp.Window1 " xmlns = " http://schemas.microsoft.com/winfx/2006/xaml/presentation " xmlns:x = " http://schemas.microsoft.com/winfx/2006/xaml " > < Window.Resources > < Style x:Key = " MyListBoxItemStyle " ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. October 2005 DirectX SDK is available!

    The DirectXR Team is pleased to announce the release of the DirectX 9.0 SDK October 2005 Update! The October Update includes the first public release of the XInput SDK.  This SDK will allow game developers to fully support Xbox 360 Controller for Windows.  To download or learn more about this release please visit http://msdn.com/directx/sdk .   Features added in the October 2005 DirectX SDK update - XInput XInput is an API that ...Show All

  • Smart Device Development FindWindow

    Hi all, I'm trying to use an application with 2 buttons that will allow me to which between two windows. But there's some problem with my codes: Imports System.Diagnostics Imports System.Runtime.InteropServices Public Class Form1 Inherits System.Windows.Forms.Form Friend WithEvents MainMenu1 As System.Windows.Forms.MainMenu Public hWndTmp As Integer Public hWndChild As Integer <DllImport("user32.dll", ...Show All

  • Visual Basic RC1: "Compiler has encountered a problem..... NEED HELP from MICROSOFT

    I do have a rather big VB Windows Project and I get all the time interrupted by a compiler error &Hc0000005&. Have to restart. It happens while I edit the code, two three keys pressed and I get the compiler error. Don't think there is any error in the code itself. It is close to impossible to work with VS anymore. Thanks very much for your help - Thomas I'm having the a similiar problem, some solutions ...Show All

  • SQL Server New to SSIS

    Hi All, I am attempting to create an Intergration Services package. I need to insert data into several from one table. Is it possible to accomplish this in one task Are there any examples anywhere Thanks for your help, Roy Have a look at the multicast transform. This allows you to create n copies of the same upstream data to do with as you please. Allan Wiki.sqlis.com "RoyAF@discussions.microsoft. ...Show All

©2008 Software Development Network

powered by phorum