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

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

whitesnipe

Member List

Alec Yu
Viviana Gutierrez
BillSai
chadr - msft
lemmi
Juxos64
Shawnh
Philip Alexander Hassialis
George Gombo?
Prish
sushila
Gio
maleshkov2006
er824
hypershot
AtomZ .be
mu2
JackS
ddaSedN
CodeMission
Only Title

whitesnipe's Q&A profile

  • Visual Basic VB 2005 / VS 2005 Question

    Will the Visual Basic.net or Visual Studio.net 2005 versions require developers to have their application users download any framework versions in order to use the developers applications If I am not mistaken, VB.net and VS.net 2003 required application users to have the 1.1 framework installed on their local machine in order to use the application. This was a discouraging requirement as some users still have a dial-up connection and were faced ...Show All

  • Smart Device Development MFC Dropped Classes

    Hello, I am trying to compile my MFC application (created in eVC3) with Visual Studio 2005 (Beta 2) for Pocket PC 2003. But in MFC 8.0 some classes I have used are dropped (like CCeDBDatabase or CRecentFileList) and some classes have different methods available for the Pocket PC development. How I am supposed to replace methods like CWinApp::LoadStdProfileSettings or CWinApp::WriteProfileString How should I handle context sensitive hel ...Show All

  • Software Development for Windows Vista Replicating State Machine Workflows

    I am wondering if it is possible to replicate n number of state machine workflows from within the state initialization activity.  Thanks I don't think that solution would work, as the activity would be an InvokeWorkflow, not the child state machine workflow.  From within the workflow, you can use 'this.WorkflowInstanceId' or from an InvokedWorkflow, you can use 'invokedWorkflowActivity.InstanceId'. Ar ...Show All

  • .NET Development CreateObject in C#

    Hi, does anybody know how to create object in C#. In vb.net I know its simply: myObj = CreateObject("Object") but how do you do the same in c#. I know there is Server.CreateObject but I am not writing an ASP.NET app, it is a windows application. I have to late bind unfortunately because I dont know what dll to reference to create the object that I need. Some help would be much appreciated. Thanks Wh ...Show All

  • .NET Development Remoting Call on Windows forms server

    Hi, I'm new in remoting and I need someone to clarify something for me. I have an windows forms app that serves as a socket server in VS 2003 accepting connections from clients via the internet. I want to build a class library that will be the business rules component. When a client sends a request via the socket, the socket server will have to call a function on the business rules component asynchroniously and when the processing is do ...Show All

  • Smart Device Development Project conversion: Smart device -> Windows XP

    Hi All. I've got an unusual problem, and I hope someone could suggest me a solution. Some times ago I created a WindowsForms PocketPC application with 87 businness-logic assembly references (C# class-library projects). All the forms are in the main application project, and all the business logic are in the referenced assemblies. All these projects are in the same solution, and I'm able to run the compiled application both on my PPC and on ...Show All

  • Visual Studio How to scale down Visual Studio 2005.

    Hello, I would like to launch a scaled down version of Visual Studio. I am looking to launch the Editor, with my own tool bar and menu bar. What is the best approach to do this Should I write my own editor using the VSIP APIs OR is there a way to remove the extension points from Visual Studio 2005 to get down to its bare bones and then add my functionality on top of it Thanks, Laadlaa. C ...Show All

  • Visual Studio Really Frustrated With VS 2005

    I posted earlier about the fact you cannot get a copy of VS 2005 Pro even though the "launch" was 11/7. I have a Windows app I built using the VS 2005 Beta 2 that I need to update but since I downloaded the new Express editions (thinking they would work - wrong!) all the Beta 2 stuff is gone. OK, I went to my other system (Win XP SP2) and figured I'd install the VS 2005 Beta 2 there and use that until someone decides to "really" relea ...Show All

  • Visual Studio ASPNETCompiler Error - System.Web.AspNetHostingPermission, System

    We are getting the following error in our automated build process. AspNetCompiler: C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_compiler.exe -v /PreCompiledWeb -p "Web Sites\Campaigns\\" -u -f -d PreCompiledWeb\   AspNetCompiler: : ERROR /PreCompiledWeb/Controls/SignInOptions.ascx(4,0): Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e0 ...Show All

  • Visual Studio Team System TfsWarehouse and Analysis Services Failures

    I noticed when running reports that the reports always showed: "Report Generated: 12/8/2005 3:32:53 PM by TFS\Administrator; Last Warehouse Update: 24/11/2005 14:46:30" This explained why all my activity over the past weeks has not been showing up in reports when I run them. I fiddled with: " http://localhost:8080/Warehouse/v1.0/warehousecontroller.asmx  " as per: " http://blogs.msdn.com/buckh/archive/2005/04/19/409886.aspx  " and set ...Show All

  • SQL Server Page Header on 1st Page ONLY

    In Report Properties there are 2 entries each related to page headers and footers: one is to print them on the 1st page, and the other on the last page. I want my page header to appear only on the 1st page, but I'm getting it on every page. Is there any way to restrict it only to the 1st page I've tried using IIf to check for page 1 and surpress the contents of the page header and while it works, the space taken up by the header does not coll ...Show All

  • SQL Server Failed to Start Project in SSIS after fixing DTC

    Hi All, DTC on my machine was broken (think after installing SQL6.5 a while back) I fixed it as per MS document (http://support.microsoft.com/ kbid=891801&SD=tech) Since then, any packages I try run in VS hang for a while (around 30 seconds) and raise an error Failed to start Project All services are backk to the way they were before fixing DTC. Stopping DTC service has no affect. Even the simpliest package with only a script and msgbox hel ...Show All

  • Windows Forms Need some kind of modal dialog in a mdi child

    I'm developing a MDI application and I'm wondering if you could give me some ideas how to implement this demand: I want to display a form that is modal for one child window. The user has to able to switch to other mdi childs but is not allowed to work with the current child until he closes the modal form. Because modal dialogs are modal for the whole application I cannot use them. Do you have any suggestions Thanks a lot! ...Show All

  • Visual Basic Escaping " in a string

    How do I escape a " character in a string. I am used to "this is a \"string\" with 3 \" characters in it" but that doesn't seem to work and I cannot find any reference to doing this. VB.Net 2003 Thanks Ken The \ character in front of the " character, in some languages, is called an "escape" character telling the compiler/interpreter that an actual " ...Show All

  • Visual Studio Tools for Office commandbarbutton click event doesn't fire on client machine

    hey, basically i've designed a vsto toolbar add-in for outlook (duh...) that does some funky stuff when you click on the buttons. on the dev machine everything works fine. however on the client machine the click event doesn't seem to fire. the add-in is installed okay because the bar is created and you can see it. these are the things i've checked already: vsto runtime is installed outlook 2003 pia is installed .net 2.0 is installed the ap ...Show All

©2008 Software Development Network

powered by phorum