Search Result

Collapse
5 results in 0.0036 seconds.
Keywords
Members
Tags
.net 2.0
  •  

  • VS 2005 project build:.NET 2.0 error MSB3073: copy /d exited at code 1.

    We get this error in a project in a web application solution which has VSS as source control. The project has a script in the pre-build event command line in the VS 2005 Project property page - Build event is as below :

    Code:
    copy /d "$(SolutionDir)UX\UserControls\*.ascx" "$(SolutionDir)UX\GetQuotations\ThirdPartyOperator\UserControls"
    copy /d "$(SolutionDir)UX\UserControls\*.master" "$(SolutionDir)UX\GetQuotations\ThirdPartyOperator\UserControls"
    ...
    See more | Go to post
    Last edited by Niheel; Jun 19 '11, 04:20 PM.

  • Why won't background worker execute code inside _RunWorkerCompleted event?

    I am working on a C# .net 2.0 winform application. The user enters data into the main form and clicks the "run" button. A form called "optionsWin dow" is displayed via optionsWindow.S howDialog(). The user selects a few options on this form then clicks a "go" button. This button kicks off a background worker that runs a 3 minute process. On worker complete, I want to close the optionsWindow and open a processComplete...
    See more | Go to post

  • bgroves
    started a topic IIS6 to IIS7.5, now AjaxControlToolkit error

    IIS6 to IIS7.5, now AjaxControlToolkit error

    Moved our web application from W2003 & IIS6 to W2008 R2 & IIS7.5 . One of the first things we discovered was to set the Application Pool in "Classic" mode. However we are still not out of the woods. We are having a AjaxControlTool Kit error. I have attached a screenshot but in summary, the first line of code referring to the AjaxControlTool Kit is flagged in error,

    Type.registerNa mespace('AjaxCo ntrolToolkit');
    ...
    See more | Go to post
    Last edited by Frinavale; Oct 18 '10, 03:17 PM. Reason: Please post code in [code] ... [/code] tags. Added code tags.

  • how to retrieve node and child values that has xsi:type value

    I have the below input XML sent by APP1.

    Code:
    <?xml version="1.0" encoding="UTF-8"?>
    <abc1:QWAARequest 
      xmlns:abc1="http://www.mysite.com/myLink/v1/Test.xsd" 
      xmlns:abc2="http://www.mysite.com/v1" 
      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
      xsi:schemaLocation="http://www.mysite.com/myLink/v1/Test.xsd Test.xsd">
    ...
    See more | Go to post
    Last edited by Dormilich; Oct 30 '09, 01:11 PM. Reason: Please use [code] tags when posting code

  • rvarshney
    started a topic "Error creating window handle." Exception
    in .NET

    "Error creating window handle." Exception

    Hi All,
    Sometimes my application crashes with the exception

    Exception type: System.Componen tModel.Win32Exc eption
    Message: Error creating window handle.

    My Question to you guys are:
    1. I am not able to find out the root cause of it. Can somebody help me out?
    2. How can I find the total window handle count?
    If I open crash dump and run the command !handle, it provides me 792 handle...
    See more | Go to post
Working...