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

Software Development Network >> Fiona Fung's Q&A profile

Fiona Fung

Member List

hriverag93
Pramod Kumar M
gc_asd
krystalklyr
Nicola Lepetit
IDO
Jacek U.
Paul H English
ppraveen
Jorgerb
UriPar
Matt Attaway
chris_mcc
Dondata
glenntoy
Koobor
Pankaj Sabnis
Aeos
Deepak Malviya
Morad
Only Title

Fiona Fung's Q&A profile

  • Visual C# Script to publish a web site

    Hi! I want to do a script to publish a web site, so I was wondering if Visual Studio has an example of it, or what commands the publish web site command do... Any ideas Thank you! Hi! The short answer to your question that no, there aren't any examples, but what you could do is add a custom build step after the build completes that wil use an FTP application to FTP upload your site. You can sc ...Show All

  • SQL Server Orphaned Request will not be terminated

    Hi, I get the following entries in the logfile: aspnet_wp!library!5!03/29/2006-16:44:21:: i INFO: Call to RenderFirst( '/Test/someReport' ) aspnet_wp!runningjobs!a!29.03.2006-16:44:34:: i INFO: RunningJobContext.IsClientConnected; found orphaned request aspnet_wp!processing!a!29.03.2006-16:44:34:: i INFO: Merge abort handler called for ID=-1. Aborting data sources ... aspnet_wp!runningjobs!a!29.03.2006-16:44:35:: i INFO: Adding: 1 running jobs t ...Show All

  • .NET Development XML Exception

    Hi friends,      I got an exception while processing a XML file. The following is the exception. Can anyone help me to findout the exact reason behind this exception - < Message > - <![CDATA[ System.Xml.XmlException: '', hexadecimal value (1F hex char (sending plaintext)), is an invalid character. Line 14, position 197. at System.Xml.XmlTextReaderImpl.Throw(Exception e) at System.Xml.XmlTextR ...Show All

  • Visual C++ VCMAME: compiles with VC2003, fails with VC2005

    I'm trying to build the MAME source using Visual C++ 2005. I'm using the VCMAME project files from http://www.vcmame.net/ . I first built the project in Visual Studio 2003, then opened the project in VC++ 2005 and rebuilt. I only had to make a few modifications to the project, like adding _CRT_SECURE_NO_DEPRECATE to silence a bunch of warnings. However, one of the source files (winalloc.c) implements their own memory handling functions so ...Show All

  • Visual Studio 2008 (Pre-release) Editing XAML - am I missing something ?

    I have the latest release, AFAIK, and Cider is useless - I cannot type into the XAML editor, and using the drag and drop is a waste of time. Expression is a ton better ( read, it can be used ), but is missing the most basic features ( how about search, let alone search and replace, or auto indent of XML, or even being able to use TAB to indent a section of XAML ). I realise it's pre-release, but surely the code for those common features is trivi ...Show All

  • Visual C# Access Control

    When I run the code below i get this error does anyone know why System.Security.Principal.IdentityNotMappedException was unhandled Message="Some or all identity references could not be translated." public Boolean MakePath( string FileName, string Path, string RootNode) { string PATHFORFILE = "C:\\Program Files\\aaa" ; DirectoryInfo di = new DirectoryInfo (PATHFORFILE); di.Create(); ...Show All

  • Visual Studio Team System Getting ready to switch to TFS for work items

    For the past 3 weeks the developers have been doing extra work. Trying to manage the WOrk Items in TFS as well as our current product tracker. We are ready to do the switch and stop all our staff from using the current product tracker for our main application. We don't know if we can do it fully. A lot of information in our Product Tracker is about future design's for years down the road, idea's and features everyone and anyone thought would ...Show All

  • Visual Basic Updating a Access Database from Visual Basic

    Hi. I'm havng trouble with updating my Access database from Visual Basic. There are no problems when populating datasets from the database, but as I try to update it after some changes, nothing happens.. Anyone got an idea Hege Hi! Got the same trouble for three days, this mounstruous behaviour happens when you answer YES to the question about copying the database to your solution directory. Just ...Show All

  • .NET Development Nested TransactionScope Problem

    Hi all, I’m trying to use TransactionScope with TransactionScopeOption.Required and nested TransactionScope, but the within scope commits and the change doesn’t rolls back. What problem can be thanks!!!! Would you post some of the code you have implemented There just isn't enough information for people to figure out what has gone wrong. ...Show All

  • SQL Server Reporting services access problem !!!!!!!

    Hi .. I am facing a peculiar problem ... We have Sql Server 2005 reporting services installed on our server ...unfortunately our sysadmin by mistake has reinstalled the IIS on the server due to which the report server is not accessible .. The sql server is working fine no problem .. normally we used to give .. http://domainname/reports and all the reports will be shown. Now how do i reinstate the settings of the IIS ... for the Re ...Show All

  • Smart Device Development VS2005 Beta 2--activesync error

    Am starting testing on VS2005 Beta 2, and have built my PocketPC app, but when VS deploys it, I get the error "The current version of ActiveSync is not supported. Install the latest version from www.microsoft.com ."  I am running ActiveSync Version 3.8.0 (Build 5004) and couldn't find anything more recent.  Anybody else run into this, or is there a newer version of Activesync Thanks, Mike Try&nbs ...Show All

  • SQL Server SQL 2005 Upgrade Paths

    What are the SQL 2005 Upgrade Paths   For example, is there a direct in-place upgrade for SQL 6.5   SQL 7.0   Can someone provide a link please   Thanks in advance. Thanks again!  BTW, I finally found the URL I was looking for: "The following upgrade scenarios are supported in this release of SQL Server 2005" http://msdn2.microsoft.com/library/ms143393.aspx ...Show All

  • Visual Studio Express Editions Making A Simple File Manager

    I want to make a simple file manager program my mom is in college and always asking for help with files. Can someone plz help me make a File Manager Program step by step I want to be able to make files,copy files,look up files,print,and look into files with this so plz help I dont think it would be hard if you know wat your doing I want to make it but I need some help so plz if you can make the directions I will give you my e-mail where you can ...Show All

  • .NET Development Framework 1.1 Oracle .NET Data Provider -> CommandTimeout?

    Hello, does anyone know if there is a possibility to set a command timout for the Oracle .NET Data Provider like for the SQL-Server with SqlCommand.CommandTimeout Thanks in advice! Best regards, Kris Are you sure the Oracle Command doesn't have this property I don't have it available right here, but CommandTimout is a member of the IDbCommand interface. If the Oracle Command implemetns this int ...Show All

  • Windows Forms adding a form created by a diff. developer to a windows forms project

    newbie question We have 2 developers working on the same project. Developer A creates a form A  to do some functionality in the project. I have created form B to do some other functionality in the project. How do i add the form A built&nbs ...Show All

©2008 Software Development Network

powered by phorum