Good Morning Guys

I have a Problem on my ASP.NET Application. I have a Web setup Project created and it used to work fine before, but now , when i try to Compile it it gives a Warning

"Object reference not set to an instance of an object"

And when i install the Application i get the Error. I have googled the Problem and solutions talked about sharepoint. but am just using a normal ASp.net 2.0 App.

Thanks

Recommended Answers

All 6 Replies

Are you missing a required referenced dll or COM Object?

Are you missing a required referenced dll or COM Object?

no , people talk about GUI problems. no am not missing anything, here is the results when i use the detailed compilation

------ Rebuild All started: Project: DAL, Configuration: Release Any CPU ------
Build started 2/5/2009 4:49:26 PM.
Target _CheckForInvalidConfigurationAndPlatform:
  Task "Error" skipped, due to false condition; ( '$(_InvalidConfigurationError)' == 'true' ) was evaluated as ( '' == 'true' ).
  Task "Warning" skipped, due to false condition; ( '$(_InvalidConfigurationWarning)' == 'true' ) was evaluated as ( '' == 'true' ).
  Task "Message"
    Configuration=Release
  Done executing task "Message".
  Task "Message"
    Platform=AnyCPU
  Done executing task "Message".
  Task "Error" skipped, due to false condition; ('$(OutDir)' != '' and !HasTrailingSlash('$(OutDir)')) was evaluated as ('bin\Release\' != '' and !HasTrailingSlash('bin\Release\')).
Target BeforeRebuild:
Target BeforeClean:
Target "SplitProjectReferencesByType" skipped, due to false condition; ('@(ProjectReference)'!='') was evaluated as (''!='').
Target "_SplitProjectReferencesByFileExistence" skipped, due to false condition; ('@(NonVCProjectReference)'!='') was evaluated as (''!='').
Target CleanReferencedProjects:
  Task "MSBuild" skipped, due to false condition; ('$(BuildingInsideVisualStudio)'!='true' and '$(BuildingSolutionFile)'!='true' and '@(_MSBuildProjectReferenceExistent)'!='') was evaluated as ('true'!='true' and ''!='true' and ''!='').
Target "UnmanagedUnregistration" skipped, due to false condition; (Exists('@(_UnmanagedRegistrationCache)')) was evaluated as (Exists('obj\DAL.csproj.UnmanagedRegistration.cache')).
Target CoreClean:
  Task "ReadLinesFromFile"
  Done executing task "ReadLinesFromFile".
  Task "FindUnderPath"
    Comparison path is "bin\Release\".
    Path "C:\Work Development\!Booking\TESTING\DAL\bin\Debug\DAL.dll" is outside the comparison path.
    Path "C:\Work Development\!Booking\TESTING\DAL\bin\Debug\DAL.pdb" is outside the comparison path.
    Path "C:\Work Development\!Booking\TESTING\DAL\obj\Debug\ResolveAssemblyReference.cache" is outside the comparison path.
    Path "C:\Work Development\!Booking\TESTING\DAL\obj\Debug\DAL.dll" is outside the comparison path.
    Path "C:\Work Development\!Booking\TESTING\DAL\obj\Debug\DAL.pdb" is outside the comparison path.
    Path "C:\Work Development\!Booking\TESTING\DAL\bin\Release\DAL.dll" is inside the comparison path.
    Path "C:\Work Development\!Booking\TESTING\DAL\bin\Release\DAL.pdb" is inside the comparison path.
    Path "C:\Work Development\!Booking\TESTING\DAL\obj\Release\ResolveAssemblyReference.cache" is outside the comparison path.
    Path "C:\Work Development\!Booking\TESTING\DAL\obj\Release\DAL.dll" is outside the comparison path.
    Path "C:\Work Development\!Booking\TESTING\DAL\obj\Release\DAL.pdb" is outside the comparison path.
  Done executing task "FindUnderPath".
  Task "FindUnderPath"
    Comparison path is "obj\Release\".
    Path "C:\Work Development\!Booking\TESTING\DAL\bin\Debug\DAL.dll" is outside the comparison path.
    Path "C:\Work Development\!Booking\TESTING\DAL\bin\Debug\DAL.pdb" is outside the comparison path.
    Path "C:\Work Development\!Booking\TESTING\DAL\obj\Debug\ResolveAssemblyReference.cache" is outside the comparison path.
    Path "C:\Work Development\!Booking\TESTING\DAL\obj\Debug\DAL.dll" is outside the comparison path.
    Path "C:\Work Development\!Booking\TESTING\DAL\obj\Debug\DAL.pdb" is outside the comparison path.
    Path "C:\Work Development\!Booking\TESTING\DAL\bin\Release\DAL.dll" is outside the comparison path.
    Path "C:\Work Development\!Booking\TESTING\DAL\bin\Release\DAL.pdb" is outside the comparison path.
    Path "C:\Work Development\!Booking\TESTING\DAL\obj\Release\ResolveAssemblyReference.cache" is inside the comparison path.
    Path "C:\Work Development\!Booking\TESTING\DAL\obj\Release\DAL.dll" is inside the comparison path.
    Path "C:\Work Development\!Booking\TESTING\DAL\obj\Release\DAL.pdb" is inside the comparison path.
  Done executing task "FindUnderPath".
  Task "Delete"
    Deleting file "C:\Work Development\!Booking\TESTING\DAL\bin\Release\DAL.dll".
    Command:
    del "C:\Work Development\!Booking\TESTING\DAL\bin\Release\DAL.dll"
    Deleting file "C:\Work Development\!Booking\TESTING\DAL\bin\Release\DAL.pdb".
    Command:
    del "C:\Work Development\!Booking\TESTING\DAL\bin\Release\DAL.pdb"
    File "C:\Work Development\!Booking\TESTING\DAL\obj\Release\ResolveAssemblyReference.cache" doesn't exist. Skipping.
    Deleting file "C:\Work Development\!Booking\TESTING\DAL\obj\Release\DAL.dll".
    Command:
    del "C:\Work Development\!Booking\TESTING\DAL\obj\Release\DAL.dll"
    Deleting file "C:\Work Development\!Booking\TESTING\DAL\obj\Release\DAL.pdb".
    Command:
    del "C:\Work Development\!Booking\TESTING\DAL\obj\Release\DAL.pdb"
  Done executing task "Delete".
  Task "CreateItem"
  Done executing task "CreateItem".
  Task "RemoveDuplicates"
  Done executing task "RemoveDuplicates".
  Task "MakeDir"
  Done executing task "MakeDir".
  Task "WriteLinesToFile"
  Done executing task "WriteLinesToFile".
Target CleanPublishFolder:
  Task "RemoveDir" skipped, due to false condition; ('$(PublishDir)'=='$(OutputPath)$(AssemblyName).publish\' and Exists('$(PublishDir)')) was evaluated as ('bin\Release\DAL.publish\'=='bin\Release\DAL.publish\' and Exists('bin\Release\DAL.publish\')).
Target AfterClean:
Target Clean:
Target BeforeBuild:
Target BuildOnlySettings:
  Task "CreateProperty"
  Done executing task "CreateProperty".
Target GetFrameworkPaths:
  Task "GetFrameworkPath"
  Done executing task "GetFrameworkPath".
  Task "GetFrameworkSDKPath"
    Found the .NET Framework SDK installed at "C:\Program Files (x86)\Microsoft Visual Studio 8\SDK\v2.0\".
  Done executing task "GetFrameworkSDKPath".
Target PrepareForBuild:
  Task "CreateProperty"
  Done executing task "CreateProperty".
  Task "CreateProperty"
  Done executing task "CreateProperty".
  Task "CreateProperty" skipped, due to false condition; ('$(AppConfig)'=='' and '%(RelativeDir)%(Filename)%(Extension)'=='App.Config') was evaluated as (''=='' and ''=='App.Config').
  Task "CreateProperty" skipped, due to false condition; ('$(AppConfig)'=='' and '%(RelativeDir)%(Filename)%(Extension)'=='App.Config') was evaluated as (''=='' and ''=='App.Config').
  Task "CreateProperty" skipped, due to false condition; ('$(AppConfig)'=='' and '%(Filename)%(Extension)'=='App.Config') was evaluated as (''=='' and ''=='App.Config').
  Task "CreateProperty" skipped, due to false condition; ('$(AppConfig)'=='' and '%(Filename)%(Extension)'=='App.Config') was evaluated as (''=='' and ''=='App.Config').
  Task "CreateItem"
  Done executing task "CreateItem".
  Task "MakeDir"
  Done executing task "MakeDir".
Target "PreBuildEvent" skipped, due to false condition; ('$(PreBuildEvent)'!='') was evaluated as (''!='').
Target "UnmanagedUnregistration" skipped, due to false condition; (Exists('@(_UnmanagedRegistrationCache)')) was evaluated as (Exists('obj\DAL.csproj.UnmanagedRegistration.cache')).
Target BeforeResolveReferences:
Target "SplitProjectReferencesByType" skipped, due to false condition; ('@(ProjectReference)'!='') was evaluated as (''!='').
Target "ResolveProjectReferences" skipped, due to false condition; ('@(NonVCProjectReference)'!='') was evaluated as (''!='').
Target "ResolveVCProjectReferences" skipped, due to false condition; ('@(VCProjectReference)'!='') was evaluated as (''!='').
Target "ResolveNativeReferences" skipped, due to false condition; ('@(NativeReference)'!='') was evaluated as (''!='').
Target "GetFrameworkPaths" skipped. Previously built successfully.
Target "GetFrameworkPaths" skipped. Previously built successfully.
Target GetRedistLists:
  Task "CreateItem"
  Done executing task "CreateItem".
  Task "CreateItem"
  Done executing task "CreateItem".
Target "PrepareForBuild" skipped. Previously built successfully.
Target ResolveAssemblyReferences:
  Task "CreateProperty"
  Done executing task "CreateProperty".
  Task "CreateItem" skipped, due to false condition; ('$(AutoUnifyAssemblyReferences)'=='false') was evaluated as ('true'=='false').
  Task "ResolveAssemblyReference"
    Assemblies:
        System
        System.configuration
        System.Data
        System.Xml
    AssemblyFiles:
    CandidateAssemblyFiles:
    TargetFrameworkDirectory:
        C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727
    InstalledAssemblyTables:
        C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\RedistList\CrystalReportsList2008.xml
        C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\RedistList\FrameworkList.xml
        C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\RedistList\JSharpList.xml
        C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\RedistList\VSList.xml
    SearchPaths:
        {CandidateAssemblyFiles}
        {HintPathFromItem}
        {TargetFrameworkDirectory}
        {Registry:Software\Microsoft\.NetFramework,v2.0,AssemblyFoldersEx}
        {AssemblyFolders}
        {GAC}
        {RawFileName}
        bin\Release\
    AllowedAssemblyExtensions:
        .exe
        .dll
    AppConfigFile:
        
    AutoUnify:
        True
    TargetProcessorArchitecture:
        
    StateFile:
        obj\Release\ResolveAssemblyReference.cache
    Primary reference "System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089".
        Resolved file path is "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.Data.dll".
        Reference found at search path location "{TargetFrameworkDirectory}".
            For SearchPath "{TargetFrameworkDirectory}".
            Considered "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.Data.exe", but it didn't exist.
        This reference is not "CopyLocal" because it's a prerequisite file.
    Primary reference "System.Configuration, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
        Resolved file path is "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.configuration.dll".
        Reference found at search path location "{TargetFrameworkDirectory}".
            For SearchPath "{TargetFrameworkDirectory}".
            Considered "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.configuration.exe", but it didn't exist.
        This reference is not "CopyLocal" because it's a prerequisite file.
    Primary reference "System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089".
        Resolved file path is "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.dll".
        Reference found at search path location "{TargetFrameworkDirectory}".
            For SearchPath "{TargetFrameworkDirectory}".
            Considered "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.exe", but it didn't exist.
        This reference is not "CopyLocal" because it's a prerequisite file.
    Primary reference "System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089".
        Resolved file path is "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.Xml.dll".
        Reference found at search path location "{TargetFrameworkDirectory}".
            For SearchPath "{TargetFrameworkDirectory}".
            Considered "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.Xml.exe", but it didn't exist.
        This reference is not "CopyLocal" because it's a prerequisite file.
  Done executing task "ResolveAssemblyReference".
Target "ResolveComReferences" skipped, due to false condition; ('@(COMReference)'!='' or '@(COMFileReference)'!='') was evaluated as (''!='' or ''!='').
Target AfterResolveReferences:
Target ResolveReferences:
Target AssignTargetPaths:
  Task "AssignTargetPath"
  Done executing task "AssignTargetPath".
  Task "AssignTargetPath"
  Done executing task "AssignTargetPath".
  Task "AssignTargetPath"
  Done executing task "AssignTargetPath".
  Task "AssignTargetPath"
  Done executing task "AssignTargetPath".
  Task "AssignTargetPath" skipped, due to false condition; ('%(Extension)' == '.manifest' and '@(BaseManifestWithTargetPath)' == '') was evaluated as ('' == '.manifest' and '' == '').
Target "AssignTargetPaths" skipped. Previously built successfully.
Target SplitResourcesByCulture:
  Task "CreateItem" skipped, due to false condition; ('%(Extension)'=='.licx') was evaluated as (''=='.licx').
  Task "AssignCulture"
  Done executing task "AssignCulture".
  Task "CreateItem" skipped, due to false condition; ('%(Extension)'=='.resx' or '%(Extension)'=='.restext') was evaluated as (''=='.resx' or ''=='.restext').
  Task "CreateItem"
  Done executing task "CreateItem".
  Task "CreateItem" skipped, due to false condition; ('%(Extension)'=='.resx' or '%(Extension)'=='.restext') was evaluated as (''=='.resx' or ''=='.restext').
  Task "CreateItem"
  Done executing task "CreateItem".
Target "CreateManifestResourceNames" skipped, due to false condition; ('@(ResxWithNoCulture)@(ResxWithCulture)@(NonResxWithNoCulture)@(NonResxWithCulture)'!='') was evaluated as (''!='').
Target PrepareResourceNames:
Target "_CopyNonResxEmbeddedResources" skipped, due to false condition; ('@(NonResxWithNoCulture)'!='' or '@(NonResxWithCulture)'!='' or '@(ManifestNonResxWithNoCulture)'!='' or '@(ManifestNonResxWithCulture)'!='') was evaluated as (''!='' or ''!='' or ''!='' or ''!='').
Target "ResolveAssemblyReferences" skipped. Previously built successfully.
Target "SplitResourcesByCulture" skipped. Previously built successfully.
Target BeforeResGen:
Target CoreResGen:
  Task "GenerateResource" skipped, due to false condition; ( '@(ResxWithNoCulture)' != '' ) was evaluated as ( '' != '' ).
  Task "GenerateResource" skipped, due to false condition; ( '@(ResxWithCulture)' != '' ) was evaluated as ( '' != '' ).
Target AfterResGen:
Target ResGen:
Target "CompileLicxFiles" skipped, due to false condition; ('@(_LicxFile)'!='') was evaluated as (''!='').
Target PrepareRdlFiles:
  Task "CreateItem" skipped, due to false condition; ('%(Extension)'=='.rdlc') was evaluated as (''=='.rdlc').
Target "RunRdlCompiler" skipped, due to false condition; ('@(RdlFile)'!='') was evaluated as (''!='').
Target CompileRdlFiles:
Target PrepareResources:
Target "ResolveKeySource" skipped, due to false condition; ($(SignManifests) == 'true' or $(SignAssembly) == 'true') was evaluated as ( == 'true' or  == 'true').
Target "ResolveReferences" skipped. Previously built successfully.
Target "ResolveKeySource" skipped, due to false condition; ($(SignManifests) == 'true' or $(SignAssembly) == 'true') was evaluated as ( == 'true' or  == 'true').
Target BeforeCompile:
Target "_TimeStampBeforeCompile" skipped, due to false condition; ('$(RunPostBuildEvent)'=='OnOutputUpdated') was evaluated as (''=='OnOutputUpdated').
Target _ComputeNonExistentFileProperty:
  Task "CreateProperty"
  Done executing task "CreateProperty".
Target CoreCompile:
  Building target "CoreCompile" completely.
  Output file "obj\Release\DAL.dll" does not exist.
  Task "Csc"
    Command:
    C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Csc.exe /noconfig /nowarn:1701,1702 /errorreport:prompt /warn:4 /define:TRACE /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.configuration.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.Data.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.Xml.dll /debug:pdbonly /optimize+ /out:obj\Release\DAL.dll /target:library DAL.cs Properties\AssemblyInfo.cs

Compile complete -- 0 errors, 0 warnings
  Done executing task "Csc".
Target "_TimeStampAfterCompile" skipped, due to false condition; ('$(RunPostBuildEvent)'=='OnOutputUpdated') was evaluated as (''=='OnOutputUpdated').
Target AfterCompile:
Target Compile:
Target "GenerateSerializationAssemblies" skipped, due to false condition; ('$(_SGenGenerateSerializationAssembliesConfig)' == 'On' or ('@(WebReferenceUrl)'!='' and '$(_SGenGenerateSerializationAssembliesConfig)' == 'Auto')) was evaluated as ('Auto' == 'On' or (''!='' and 'Auto' == 'Auto')).
Target "CreateSatelliteAssemblies" skipped, due to false condition; ('@(ManifestResourceWithCulture)'!='' or '@(ManifestNonResxWithCultureOnDisk)'!='') was evaluated as (''!='' or ''!='').
Target "GenerateManifests" skipped, due to false condition; ('$(GenerateClickOnceManifests)'=='true' or '@(NativeReference)'!='' or '@(ResolvedIsolatedComModules)'!='') was evaluated as (''=='true' or ''!='' or ''!='').
Target GetTargetPath:
  Building target "GetTargetPath" completely.
  No input files were specified.
Target "ComputeIntermediateSatelliteAssemblies" skipped, due to false condition; ('@(ManifestResourceWithCulture)'!='' or '@(ManifestNonResxWithCulture)'!='') was evaluated as (''!='' or ''!='').
Target _CopyFilesMarkedCopyLocal:
  Task "Copy"
  Done executing task "Copy".
Target "AssignTargetPaths" skipped. Previously built successfully.
Target "_SplitProjectReferencesByFileExistence" skipped, due to false condition; ('@(NonVCProjectReference)'!='') was evaluated as (''!='').
Target GetCopyToOutputDirectoryItems:
  Task "MSBuild" skipped, due to false condition; ('@(_MSBuildProjectReferenceExistent)'!='') was evaluated as (''!='').
  Task "CreateItem" skipped, due to false condition; ('%(_AllChildProjectItemsWithTargetPath.CopyToOutputDirectory)'=='Always' or '%(_AllChildProjectItemsWithTargetPath.CopyToOutputDirectory)'=='PreserveNewest') was evaluated as (''=='Always' or ''=='PreserveNewest').
  Task "CreateItem" skipped, due to false condition; ('%(ContentWithTargetPath.CopyToOutputDirectory)'=='Always' or '%(ContentWithTargetPath.CopyToOutputDirectory)'=='PreserveNewest') was evaluated as (''=='Always' or ''=='PreserveNewest').
  Task "CreateItem" skipped, due to false condition; ('%(_EmbeddedResourceWithTargetPath.CopyToOutputDirectory)'=='Always' or '%(_EmbeddedResourceWithTargetPath.CopyToOutputDirectory)'=='PreserveNewest') was evaluated as (''=='Always' or ''=='PreserveNewest').
  Task "CreateItem" skipped, due to false condition; ('%(Compile.CopyToOutputDirectory)'=='Always' or '%(Compile.CopyToOutputDirectory)'=='PreserveNewest') was evaluated as (''=='Always' or ''=='PreserveNewest').
  Task "AssignTargetPath"
  Done executing task "AssignTargetPath".
  Task "CreateItem"
  Done executing task "CreateItem".
  Task "CreateItem" skipped, due to false condition; ('%(_NoneWithTargetPath.CopyToOutputDirectory)'=='Always' or '%(_NoneWithTargetPath.CopyToOutputDirectory)'=='PreserveNewest') was evaluated as (''=='Always' or ''=='PreserveNewest').
Target "_CopyOutOfDateSourceItemsToOutputDirectory" skipped, due to false condition; ( '@(_SourceItemsToCopyToOutputDirectory)' != '' ) was evaluated as ( '' != '' ).
Target "_CopyOutOfDateSourceItemsToOutputDirectoryAlways" skipped, due to false condition; ( '@(_SourceItemsToCopyToOutputDirectoryAlways)' != '' ) was evaluated as ( '' != '' ).
Target _CopySourceItemsToOutputDirectory:
Target "_CopyAppConfigFile" skipped, due to false condition; ( '@(AppConfigWithTargetPath)' != '' ) was evaluated as ( '' != '' ).
Target "_CopyManifestFiles" skipped, due to false condition; ( '$(_DeploymentCopyApplicationManifest)'=='true' or '$(GenerateClickOnceManifests)'=='true' ) was evaluated as ( ''=='true' or ''=='true' ).
Target _CheckForCompileOutputs:
  Task "CreateItem"
  Done executing task "CreateItem".
  Task "CreateProperty"
  Done executing task "CreateProperty".
  Task "CreateItem" skipped, due to false condition; ('$(_DocumentationFileProduced)'=='true') was evaluated as ('false'=='true').
  Task "CreateProperty" skipped, due to false condition; (!Exists('$(IntermediateOutputPath)$(TargetName).pdb')) was evaluated as (!Exists('obj\Release\DAL.pdb')).
  Task "CreateItem"
  Done executing task "CreateItem".
Target "_SGenCheckForOutputs" skipped, due to false condition; ('$(_SGenGenerateSerializationAssembliesConfig)' == 'On' or ('@(WebReferenceUrl)'!='' and '$(_SGenGenerateSerializationAssembliesConfig)' == 'Auto')) was evaluated as ('Auto' == 'On' or (''!='' and 'Auto' == 'Auto')).
Target CopyFilesToOutputDirectory:
  Task "Copy"
    Copying file from "obj\Release\DAL.dll" to "bin\Release\DAL.dll".
    Command:
    copy /y "obj\Release\DAL.dll" "bin\Release\DAL.dll"
  Done executing task "Copy".
  Task "Message"
    DAL -> C:\Work Development\!Booking\TESTING\DAL\bin\Release\DAL.dll
  Done executing task "Message".
  Task "Copy"
  Done executing task "Copy".
  Task "Copy" skipped, due to false condition; ('$(_SGenDllCreated)'=='true') was evaluated as ('false'=='true').
  Task "Copy"
    Copying file from "obj\Release\DAL.pdb" to "bin\Release\DAL.pdb".
    Command:
    copy /y "obj\Release\DAL.pdb" "bin\Release\DAL.pdb"
  Done executing task "Copy".
  Task "Copy" skipped, due to false condition; ('$(_DocumentationFileProduced)'=='true') was evaluated as ('false'=='true').
  Task "Copy"
  Done executing task "Copy".
  Task "Copy"
  Done executing task "Copy".
Target PrepareForRun:
Target "UnmanagedRegistration" skipped, due to false condition; ('$(RegisterForComInterop)'=='true' and '$(OutputType)'=='library') was evaluated as (''=='true' and 'Library'=='library').
Target "_CheckForCompileOutputs" skipped. Previously built successfully.
Target "_SGenCheckForOutputs" skipped, due to false condition; ('$(_SGenGenerateSerializationAssembliesConfig)' == 'On' or ('@(WebReferenceUrl)'!='' and '$(_SGenGenerateSerializationAssembliesConfig)' == 'Auto')) was evaluated as ('Auto' == 'On' or (''!='' and 'Auto' == 'Auto')).
Target _CleanGetCurrentAndPriorFileWrites:
  Task "ReadLinesFromFile"
  Done executing task "ReadLinesFromFile".
  Task "ConvertToAbsolutePath"
  Done executing task "ConvertToAbsolutePath".
  Task "CreateItem"
  Done executing task "CreateItem".
  Task "FindUnderPath"
    Comparison path is "C:\Work Development\!Booking\TESTING\DAL".
  Done executing task "FindUnderPath".
  Task "FindUnderPath"
    Comparison path is "bin\Release\".
    Path "C:\Work Development\!Booking\TESTING\DAL\obj\Release\ResolveAssemblyReference.cache" is outside the comparison path.
    Path "C:\Work Development\!Booking\TESTING\DAL\obj\Release\DAL.dll" is outside the comparison path.
    Path "C:\Work Development\!Booking\TESTING\DAL\obj\Release\DAL.pdb" is outside the comparison path.
    Path "C:\Work Development\!Booking\TESTING\DAL\bin\Release\DAL.dll" is inside the comparison path.
    Path "C:\Work Development\!Booking\TESTING\DAL\bin\Release\DAL.pdb" is inside the comparison path.
  Done executing task "FindUnderPath".
  Task "FindUnderPath"
    Comparison path is "obj\Release\".
    Path "C:\Work Development\!Booking\TESTING\DAL\obj\Release\ResolveAssemblyReference.cache" is inside the comparison path.
    Path "C:\Work Development\!Booking\TESTING\DAL\obj\Release\DAL.dll" is inside the comparison path.
    Path "C:\Work Development\!Booking\TESTING\DAL\obj\Release\DAL.pdb" is inside the comparison path.
    Path "C:\Work Development\!Booking\TESTING\DAL\bin\Release\DAL.dll" is outside the comparison path.
    Path "C:\Work Development\!Booking\TESTING\DAL\bin\Release\DAL.pdb" is outside the comparison path.
  Done executing task "FindUnderPath".
  Task "CreateItem"
  Done executing task "CreateItem".
  Task "RemoveDuplicates"
  Done executing task "RemoveDuplicates".
Target IncrementalClean:
  Task "CreateItem"
  Done executing task "CreateItem".
  Task "FindUnderPath"
    Comparison path is "bin\Release\".
    Path "C:\Work Development\!Booking\TESTING\DAL\bin\Debug\DAL.dll" is outside the comparison path.
    Path "C:\Work Development\!Booking\TESTING\DAL\bin\Debug\DAL.pdb" is outside the comparison path.
    Path "C:\Work Development\!Booking\TESTING\DAL\obj\Debug\ResolveAssemblyReference.cache" is outside the comparison path.
    Path "C:\Work Development\!Booking\TESTING\DAL\obj\Debug\DAL.dll" is outside the comparison path.
    Path "C:\Work Development\!Booking\TESTING\DAL\obj\Debug\DAL.pdb" is outside the comparison path.
    Path "C:\Work Development\!Booking\TESTING\DAL\bin\Debug\DAL.dll" is outside the comparison path.
    Path "C:\Work Development\!Booking\TESTING\DAL\bin\Debug\DAL.pdb" is outside the comparison path.
    Path "C:\Work Development\!Booking\TESTING\DAL\obj\Debug\ResolveAssemblyReference.cache" is outside the comparison path.
    Path "C:\Work Development\!Booking\TESTING\DAL\obj\Debug\DAL.dll" is outside the comparison path.
    Path "C:\Work Development\!Booking\TESTING\DAL\obj\Debug\DAL.pdb" is outside the comparison path.
  Done executing task "FindUnderPath".
  Task "FindUnderPath"
    Comparison path is "obj\Release\".
    Path "C:\Work Development\!Booking\TESTING\DAL\bin\Debug\DAL.dll" is outside the comparison path.
    Path "C:\Work Development\!Booking\TESTING\DAL\bin\Debug\DAL.pdb" is outside the comparison path.
    Path "C:\Work Development\!Booking\TESTING\DAL\obj\Debug\ResolveAssemblyReference.cache" is outside the comparison path.
    Path "C:\Work Development\!Booking\TESTING\DAL\obj\Debug\DAL.dll" is outside the comparison path.
    Path "C:\Work Development\!Booking\TESTING\DAL\obj\Debug\DAL.pdb" is outside the comparison path.
    Path "C:\Work Development\!Booking\TESTING\DAL\bin\Debug\DAL.dll" is outside the comparison path.
    Path "C:\Work Development\!Booking\TESTING\DAL\bin\Debug\DAL.pdb" is outside the comparison path.
    Path "C:\Work Development\!Booking\TESTING\DAL\obj\Debug\ResolveAssemblyReference.cache" is outside the comparison path.
    Path "C:\Work Development\!Booking\TESTING\DAL\obj\Debug\DAL.dll" is outside the comparison path.
    Path "C:\Work Development\!Booking\TESTING\DAL\obj\Debug\DAL.pdb" is outside the comparison path.
  Done executing task "FindUnderPath".
  Task "Delete"
  Done executing task "Delete".
  Task "CreateItem"
  Done executing task "CreateItem".
  Task "RemoveDuplicates"
  Done executing task "RemoveDuplicates".
  Task "MakeDir"
  Done executing task "MakeDir".
  Task "WriteLinesToFile"
  Done executing task "WriteLinesToFile".
Target "PostBuildEvent" skipped, due to false condition; (
            '$(PostBuildEvent)'!=''
            and
            (
                '$(RunPostBuildEvent)'!='OnOutputUpdated'
                or 
                '$(_AssemblyTimestampBeforeCompile)'!='$(_AssemblyTimestampAfterCompile)'
            )
        ) was evaluated as (
            ''!=''
            and
            (
                ''!='OnOutputUpdated'
                or 
                ''!=''
            )
        ).
Target CoreBuild:
Target AfterBuild:
Target Build:
  Building target "Build" completely.
  No input files were specified.
Target AfterRebuild:
Target Rebuild:
  Building target "Rebuild" completely.
  No input files were specified.

Done building project "DAL.csproj".

Build succeeded.

Time Elapsed 00:00:00.17
------ Rebuild All started: Project: BLL, Configuration: Release Any CPU ------
Build started 2/5/2009 4:49:26 PM.
Target _CheckForInvalidConfigurationAndPlatform:
  Task "Error" skipped, due to false condition; ( '$(_InvalidConfigurationError)' == 'true' ) was evaluated as ( '' == 'true' ).
  Task "Warning" skipped, due to false condition; ( '$(_InvalidConfigurationWarning)' == 'true' ) was evaluated as ( '' == 'true' ).
  Task "Message"
    Configuration=Release
  Done executing task "Message".
  Task "Message"
    Platform=AnyCPU
  Done executing task "Message".
  Task "Error" skipped, due to false condition; ('$(OutDir)' != '' and !HasTrailingSlash('$(OutDir)')) was evaluated as ('bin\Release\' != '' and !HasTrailingSlash('bin\Release\')).
Target BeforeRebuild:
Target BeforeClean:
Target SplitProjectReferencesByType:
  Task "AssignProjectConfiguration" skipped, due to false condition; ('$(BuildingSolutionFile)'=='true') was evaluated as (''=='true').
  Task "CreateItem"
  Done executing task "CreateItem".
  Task "CreateItem" skipped, due to false condition; ('%(Extension)'=='.vcproj') was evaluated as ('.csproj'=='.vcproj').
  Task "CreateItem"
  Done executing task "CreateItem".
Target "SplitProjectReferencesByType" skipped. Previously built successfully.
Target _SplitProjectReferencesByFileExistence:
  Task "ResolveNonMSBuildProjectOutput"
    Resolving project reference "..\DAL\DAL.csproj".
    Project reference "..\DAL\DAL.csproj" has not been resolved.
  Done executing task "ResolveNonMSBuildProjectOutput".
  Task "CreateItem" skipped, due to false condition; ('$(BuildingInsideVisualStudio)'!='true') was evaluated as ('true'!='true').
  Task "CreateItem"
  Done executing task "CreateItem".
  Task "CreateItem" skipped, due to false condition; (!Exists('%(Identity)')) was evaluated as (!Exists('..\DAL\DAL.csproj')).
Target CleanReferencedProjects:
  Task "MSBuild" skipped, due to false condition; ('$(BuildingInsideVisualStudio)'!='true' and '$(BuildingSolutionFile)'!='true' and '@(_MSBuildProjectReferenceExistent)'!='') was evaluated as ('true'!='true' and ''!='true' and '..\DAL\DAL.csproj'!='').
Target "UnmanagedUnregistration" skipped, due to false condition; (Exists('@(_UnmanagedRegistrationCache)')) was evaluated as (Exists('obj\BLL.csproj.UnmanagedRegistration.cache')).
Target CoreClean:
  Task "ReadLinesFromFile"
  Done executing task "ReadLinesFromFile".
  Task "FindUnderPath"
    Comparison path is "bin\Release\".
    Path "C:\Work Development\!Booking\TESTING\BLL\bin\Debug\BLL.dll" is outside the comparison path.
    Path "C:\Work Development\!Booking\TESTING\BLL\bin\Debug\BLL.pdb" is outside the comparison path.
    Path "C:\Work Development\!Booking\TESTING\BLL\bin\Debug\DAL.dll" is outside the comparison path.
    Path "C:\Work Development\!Booking\TESTING\BLL\bin\Debug\DAL.pdb" is outside the comparison path.
    Path "C:\Work Development\!Booking\TESTING\BLL\obj\Debug\ResolveAssemblyReference.cache" is outside the comparison path.
    Path "C:\Work Development\!Booking\TESTING\BLL\obj\Debug\BLL.dll" is outside the comparison path.
    Path "C:\Work Development\!Booking\TESTING\BLL\obj\Debug\BLL.pdb" is outside the comparison path.
    Path "C:\Work Development\!Booking\TESTING\BLL\bin\Release\BLL.dll" is inside the comparison path.
    Path "C:\Work Development\!Booking\TESTING\BLL\bin\Release\BLL.pdb" is inside the comparison path.
    Path "C:\Work Development\!Booking\TESTING\BLL\bin\Release\DAL.dll" is inside the comparison path.
    Path "C:\Work Development\!Booking\TESTING\BLL\bin\Release\DAL.pdb" is inside the comparison path.
    Path "C:\Work Development\!Booking\TESTING\BLL\obj\Release\ResolveAssemblyReference.cache" is outside the comparison path.
    Path "C:\Work Development\!Booking\TESTING\BLL\obj\Release\BLL.dll" is outside the comparison path.
    Path "C:\Work Development\!Booking\TESTING\BLL\obj\Release\BLL.pdb" is outside the comparison path.
  Done executing task "FindUnderPath".
  Task "FindUnderPath"
    Comparison path is "obj\Release\".
    Path "C:\Work Development\!Booking\TESTING\BLL\bin\Debug\BLL.dll" is outside the comparison path.
    Path "C:\Work Development\!Booking\TESTING\BLL\bin\Debug\BLL.pdb" is outside the comparison path.
    Path "C:\Work Development\!Booking\TESTING\BLL\bin\Debug\DAL.dll" is outside the comparison path.
    Path "C:\Work Development\!Booking\TESTING\BLL\bin\Debug\DAL.pdb" is outside the comparison path.
    Path "C:\Work Development\!Booking\TESTING\BLL\obj\Debug\ResolveAssemblyReference.cache" is outside the comparison path.
    Path "C:\Work Development\!Booking\TESTING\BLL\obj\Debug\BLL.dll" is outside the comparison path.
    Path "C:\Work Development\!Booking\TESTING\BLL\obj\Debug\BLL.pdb" is outside the comparison path.
    Path "C:\Work Development\!Booking\TESTING\BLL\bin\Release\BLL.dll" is outside the comparison path.
    Path "C:\Work Development\!Booking\TESTING\BLL\bin\Release\BLL.pdb" is outside the comparison path.
    Path "C:\Work Development\!Booking\TESTING\BLL\bin\Release\DAL.dll" is outside the comparison path.
    Path "C:\Work Development\!Booking\TESTING\BLL\bin\Release\DAL.pdb" is outside the comparison path.
    Path "C:\Work Development\!Booking\TESTING\BLL\obj\Release\ResolveAssemblyReference.cache" is inside the comparison path.
    Path "C:\Work Development\!Booking\TESTING\BLL\obj\Release\BLL.dll" is inside the comparison path.
    Path "C:\Work Development\!Booking\TESTING\BLL\obj\Release\BLL.pdb" is inside the comparison path.
  Done executing task "FindUnderPath".
  Task "Delete"
    Deleting file "C:\Work Development\!Booking\TESTING\BLL\bin\Release\BLL.dll".
    Command:
    del "C:\Work Development\!Booking\TESTING\BLL\bin\Release\BLL.dll"
    Deleting file "C:\Work Development\!Booking\TESTING\BLL\bin\Release\BLL.pdb".
    Command:
    del "C:\Work Development\!Booking\TESTING\BLL\bin\Release\BLL.pdb"
    Deleting file "C:\Work Development\!Booking\TESTING\BLL\bin\Release\DAL.dll".
    Command:
    del "C:\Work Development\!Booking\TESTING\BLL\bin\Release\DAL.dll"
    Deleting file "C:\Work Development\!Booking\TESTING\BLL\bin\Release\DAL.pdb".
    Command:
    del "C:\Work Development\!Booking\TESTING\BLL\bin\Release\DAL.pdb"
    Deleting file "C:\Work Development\!Booking\TESTING\BLL\obj\Release\ResolveAssemblyReference.cache".
    Command:
    del "C:\Work Development\!Booking\TESTING\BLL\obj\Release\ResolveAssemblyReference.cache"
    Deleting file "C:\Work Development\!Booking\TESTING\BLL\obj\Release\BLL.dll".
    Command:
    del "C:\Work Development\!Booking\TESTING\BLL\obj\Release\BLL.dll"
    Deleting file "C:\Work Development\!Booking\TESTING\BLL\obj\Release\BLL.pdb".
    Command:
    del "C:\Work Development\!Booking\TESTING\BLL\obj\Release\BLL.pdb"
  Done executing task "Delete".
  Task "CreateItem"
  Done executing task "CreateItem".
  Task "RemoveDuplicates"
  Done executing task "RemoveDuplicates".
  Task "MakeDir"
  Done executing task "MakeDir".
  Task "WriteLinesToFile"
  Done executing task "WriteLinesToFile".
Target CleanPublishFolder:
  Task "RemoveDir" skipped, due to false condition; ('$(PublishDir)'=='$(OutputPath)$(AssemblyName).publish\' and Exists('$(PublishDir)')) was evaluated as ('bin\Release\BLL.publish\'=='bin\Release\BLL.publish\' and Exists('bin\Release\BLL.publish\')).
Target AfterClean:
Target Clean:
Target BeforeBuild:
Target BuildOnlySettings:
  Task "CreateProperty"
  Done executing task "CreateProperty".
Target GetFrameworkPaths:
  Task "GetFrameworkPath"
  Done executing task "GetFrameworkPath".
  Task "GetFrameworkSDKPath"
    Found the .NET Framework SDK installed at "C:\Program Files (x86)\Microsoft Visual Studio 8\SDK\v2.0\".
  Done executing task "GetFrameworkSDKPath".
Target PrepareForBuild:
  Task "CreateProperty"
  Done executing task "CreateProperty".
  Task "CreateProperty"
  Done executing task "CreateProperty".
  Task "CreateProperty" skipped, due to false condition; ('$(AppConfig)'=='' and '%(RelativeDir)%(Filename)%(Extension)'=='App.Config') was evaluated as (''=='' and ''=='App.Config').
  Task "CreateProperty" skipped, due to false condition; ('$(AppConfig)'=='' and '%(RelativeDir)%(Filename)%(Extension)'=='App.Config') was evaluated as (''=='' and ''=='App.Config').
  Task "CreateProperty" skipped, due to false condition; ('$(AppConfig)'=='' and '%(Filename)%(Extension)'=='App.Config') was evaluated as (''=='' and ''=='App.Config').
  Task "CreateProperty" skipped, due to false condition; ('$(AppConfig)'=='' and '%(Filename)%(Extension)'=='App.Config') was evaluated as (''=='' and ''=='App.Config').
  Task "CreateItem"
  Done executing task "CreateItem".
  Task "MakeDir"
  Done executing task "MakeDir".
Target "PreBuildEvent" skipped, due to false condition; ('$(PreBuildEvent)'!='') was evaluated as (''!='').
Target "UnmanagedUnregistration" skipped, due to false condition; (Exists('@(_UnmanagedRegistrationCache)')) was evaluated as (Exists('obj\BLL.csproj.UnmanagedRegistration.cache')).
Target BeforeResolveReferences:
Target "SplitProjectReferencesByType" skipped. Previously built successfully.
Target "_SplitProjectReferencesByFileExistence" skipped. Previously built successfully.
Target ResolveProjectReferences:
  Task "MSBuild"
    Target _CheckForInvalidConfigurationAndPlatform:
      Task "Error" skipped, due to false condition; ( '$(_InvalidConfigurationError)' == 'true' ) was evaluated as ( '' == 'true' ).
      Task "Warning" skipped, due to false condition; ( '$(_InvalidConfigurationWarning)' == 'true' ) was evaluated as ( '' == 'true' ).
      Task "Message"
        Configuration=Release
      Done executing task "Message".
      Task "Message"
        Platform=AnyCPU
      Done executing task "Message".
      Task "Error" skipped, due to false condition; ('$(OutDir)' != '' and !HasTrailingSlash('$(OutDir)')) was evaluated as ('bin\Release\' != '' and !HasTrailingSlash('bin\Release\')).
    Target GetTargetPath:
      Building target "GetTargetPath" completely.
      No input files were specified.

    Done building project "DAL.csproj".
  Done executing task "MSBuild".
  Task "MSBuild" skipped, due to false condition; ('$(BuildingInsideVisualStudio)'!='true' and '$(BuildingSolutionFile)'!='true' and '@(_MSBuildProjectReferenceExistent)'!='') was evaluated as ('true'!='true' and ''!='true' and '..\DAL\DAL.csproj'!='').
  Task "MSBuild"
    Target "_CheckForInvalidConfigurationAndPlatform" skipped. Previously built successfully.
    Target GetNativeManifest:
      Task "CreateItem" skipped, due to false condition; (Exists('%(_ApplicationManifestFinal.FullPath)')) was evaluated as (Exists('C:\Work Development\!Booking\TESTING\DAL\bin\Release\Native.DAL.manifest')).

    Done building project "DAL.csproj".
  Done executing task "MSBuild".
  Task "Warning" skipped, due to false condition; ('@(_MSBuildProjectReferenceNonexistent)'!='') was evaluated as (''!='').
Target "ResolveVCProjectReferences" skipped, due to false condition; ('@(VCProjectReference)'!='') was evaluated as (''!='').
Target "ResolveNativeReferences" skipped, due to false condition; ('@(NativeReference)'!='') was evaluated as (''!='').
Target "GetFrameworkPaths" skipped. Previously built successfully.
Target "GetFrameworkPaths" skipped. Previously built successfully.
Target GetRedistLists:
  Task "CreateItem"
  Done executing task "CreateItem".
  Task "CreateItem"
  Done executing task "CreateItem".
Target "PrepareForBuild" skipped. Previously built successfully.
Target ResolveAssemblyReferences:
  Task "CreateProperty"
  Done executing task "CreateProperty".
  Task "CreateItem" skipped, due to false condition; ('$(AutoUnifyAssemblyReferences)'=='false') was evaluated as ('true'=='false').
  Task "ResolveAssemblyReference"
    Assemblies:
        System
        System.Data
        System.Xml
    AssemblyFiles:
        C:\Work Development\!Booking\TESTING\DAL\bin\Release\DAL.dll
    CandidateAssemblyFiles:
    TargetFrameworkDirectory:
        C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727
    InstalledAssemblyTables:
        C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\RedistList\CrystalReportsList2008.xml
        C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\RedistList\FrameworkList.xml
        C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\RedistList\JSharpList.xml
        C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\RedistList\VSList.xml
    SearchPaths:
        {CandidateAssemblyFiles}
        {HintPathFromItem}
        {TargetFrameworkDirectory}
        {Registry:Software\Microsoft\.NetFramework,v2.0,AssemblyFoldersEx}
        {AssemblyFolders}
        {GAC}
        {RawFileName}
        bin\Release\
    AllowedAssemblyExtensions:
        .exe
        .dll
    AppConfigFile:
        
    AutoUnify:
        True
    TargetProcessorArchitecture:
        
    StateFile:
        obj\Release\ResolveAssemblyReference.cache
    Primary reference "System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089".
        Resolved file path is "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.Data.dll".
        Reference found at search path location "{TargetFrameworkDirectory}".
            For SearchPath "{TargetFrameworkDirectory}".
            Considered "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.Data.exe", but it didn't exist.
        This reference is not "CopyLocal" because it's a prerequisite file.
    Primary reference "DAL, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null".
        Resolved file path is "C:\Work Development\!Booking\TESTING\DAL\bin\Release\DAL.dll".
        Reference found at search path location "C:\Work Development\!Booking\TESTING\DAL\bin\Release\DAL.dll".
        Found related file "C:\Work Development\!Booking\TESTING\DAL\bin\Release\DAL.pdb".
    Primary reference "System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089".
        Resolved file path is "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.dll".
        Reference found at search path location "{TargetFrameworkDirectory}".
            For SearchPath "{TargetFrameworkDirectory}".
            Considered "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.exe", but it didn't exist.
        This reference is not "CopyLocal" because it's a prerequisite file.
    Primary reference "System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089".
        Resolved file path is "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.Xml.dll".
        Reference found at search path location "{TargetFrameworkDirectory}".
            For SearchPath "{TargetFrameworkDirectory}".
            Considered "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.Xml.exe", but it didn't exist.
        This reference is not "CopyLocal" because it's a prerequisite file.
    Dependency "System.Configuration, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
        Resolved file path is "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.Configuration.dll".
        Reference found at search path location "{TargetFrameworkDirectory}".
            For SearchPath "C:\Work Development\!Booking\TESTING\DAL\bin\Release".
            Considered "C:\Work Development\!Booking\TESTING\DAL\bin\Release\System.Configuration.exe", but it didn't exist.
            Considered "C:\Work Development\!Booking\TESTING\DAL\bin\Release\System.Configuration.dll", but it didn't exist.
            For SearchPath "{TargetFrameworkDirectory}".
            Considered "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.Configuration.exe", but it didn't exist.
        Required by "C:\Work Development\!Booking\TESTING\DAL\bin\Release\DAL.dll".
        This reference is not "CopyLocal" because it's a prerequisite file.
  Done executing task "ResolveAssemblyReference".
Target "ResolveComReferences" skipped, due to false condition; ('@(COMReference)'!='' or '@(COMFileReference)'!='') was evaluated as (''!='' or ''!='').
Target AfterResolveReferences:
Target ResolveReferences:
Target AssignTargetPaths:
  Task "AssignTargetPath"
  Done executing task "AssignTargetPath".
  Task "AssignTargetPath"
  Done executing task "AssignTargetPath".
  Task "AssignTargetPath"
  Done executing task "AssignTargetPath".
  Task "AssignTargetPath"
  Done executing task "AssignTargetPath".
  Task "AssignTargetPath" skipped, due to false condition; ('%(Extension)' == '.manifest' and '@(BaseManifestWithTargetPath)' == '') was evaluated as ('' == '.manifest' and '' == '').
Target "AssignTargetPaths" skipped. Previously built successfully.
Target SplitResourcesByCulture:
  Task "CreateItem" skipped, due to false condition; ('%(Extension)'=='.licx') was evaluated as (''=='.licx').
  Task "AssignCulture"
  Done executing task "AssignCulture".
  Task "CreateItem" skipped, due to false condition; ('%(Extension)'=='.resx' or '%(Extension)'=='.restext') was evaluated as (''=='.resx' or ''=='.restext').
  Task "CreateItem"
  Done executing task "CreateItem".
  Task "CreateItem" skipped, due to false condition; ('%(Extension)'=='.resx' or '%(Extension)'=='.restext') was evaluated as (''=='.resx' or ''=='.restext').
  Task "CreateItem"
  Done executing task "CreateItem".
Target "CreateManifestResourceNames" skipped, due to false condition; ('@(ResxWithNoCulture)@(ResxWithCulture)@(NonResxWithNoCulture)@(NonResxWithCulture)'!='') was evaluated as (''!='').
Target PrepareResourceNames:
Target "_CopyNonResxEmbeddedResources" skipped, due to false condition; ('@(NonResxWithNoCulture)'!='' or '@(NonResxWithCulture)'!='' or '@(ManifestNonResxWithNoCulture)'!='' or '@(ManifestNonResxWithCulture)'!='') was evaluated as (''!='' or ''!='' or ''!='' or ''!='').
Target "ResolveAssemblyReferences" skipped. Previously built successfully.
Target "SplitResourcesByCulture" skipped. Previously built successfully.
Target BeforeResGen:
Target CoreResGen:
  Task "GenerateResource" skipped, due to false condition; ( '@(ResxWithNoCulture)' != '' ) was evaluated as ( '' != '' ).
  Task "GenerateResource" skipped, due to false condition; ( '@(ResxWithCulture)' != '' ) was evaluated as ( '' != '' ).
Target AfterResGen:
Target ResGen:
Target "CompileLicxFiles" skipped, due to false condition; ('@(_LicxFile)'!='') was evaluated as (''!='').
Target PrepareRdlFiles:
  Task "CreateItem" skipped, due to false condition; ('%(Extension)'=='.rdlc') was evaluated as (''=='.rdlc').
Target "RunRdlCompiler" skipped, due to false condition; ('@(RdlFile)'!='') was evaluated as (''!='').
Target CompileRdlFiles:
Target PrepareResources:
Target "ResolveKeySource" skipped, due to false condition; ($(SignManifests) == 'true' or $(SignAssembly) == 'true') was evaluated as ( == 'true' or  == 'true').
Target "ResolveReferences" skipped. Previously built successfully.
Target "ResolveKeySource" skipped, due to false condition; ($(SignManifests) == 'true' or $(SignAssembly) == 'true') was evaluated as ( == 'true' or  == 'true').
Target BeforeCompile:
Target "_TimeStampBeforeCompile" skipped, due to false condition; ('$(RunPostBuildEvent)'=='OnOutputUpdated') was evaluated as (''=='OnOutputUpdated').
Target _ComputeNonExistentFileProperty:
  Task "CreateProperty"
  Done executing task "CreateProperty".
Target CoreCompile:
  Building target "CoreCompile" completely.
  Output file "obj\Release\BLL.dll" does not exist.
  Task "Csc"
    Command:
    C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Csc.exe /noconfig /nowarn:1701,1702 /errorreport:prompt /warn:4 /define:TRACE /reference:"C:\Work Development\!Booking\TESTING\DAL\bin\Release\DAL.dll" /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.Data.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.Xml.dll /debug:pdbonly /optimize+ /out:obj\Release\BLL.dll /target:library BLL.cs Properties\AssemblyInfo.cs

Compile complete -- 0 errors, 0 warnings
  Done executing task "Csc".
Target "_TimeStampAfterCompile" skipped, due to false condition; ('$(RunPostBuildEvent)'=='OnOutputUpdated') was evaluated as (''=='OnOutputUpdated').
Target AfterCompile:
Target Compile:
Target "GenerateSerializationAssemblies" skipped, due to false condition; ('$(_SGenGenerateSerializationAssembliesConfig)' == 'On' or ('@(WebReferenceUrl)'!='' and '$(_SGenGenerateSerializationAssembliesConfig)' == 'Auto')) was evaluated as ('Auto' == 'On' or (''!='' and 'Auto' == 'Auto')).
Target "CreateSatelliteAssemblies" skipped, due to false condition; ('@(ManifestResourceWithCulture)'!='' or '@(ManifestNonResxWithCultureOnDisk)'!='') was evaluated as (''!='' or ''!='').
Target "GenerateManifests" skipped, due to false condition; ('$(GenerateClickOnceManifests)'=='true' or '@(NativeReference)'!='' or '@(ResolvedIsolatedComModules)'!='') was evaluated as (''=='true' or ''!='' or ''!='').
Target GetTargetPath:
  Building target "GetTargetPath" completely.
  No input files were specified.
Target "ComputeIntermediateSatelliteAssemblies" skipped, due to false condition; ('@(ManifestResourceWithCulture)'!='' or '@(ManifestNonResxWithCulture)'!='') was evaluated as (''!='' or ''!='').
Target _CopyFilesMarkedCopyLocal:
  Task "Copy"
    Copying file from "C:\Work Development\!Booking\TESTING\DAL\bin\Release\DAL.dll" to "bin\Release\DAL.dll".
    Command:
    copy /y "C:\Work Development\!Booking\TESTING\DAL\bin\Release\DAL.dll" "bin\Release\DAL.dll"
    Copying file from "C:\Work Development\!Booking\TESTING\DAL\bin\Release\DAL.pdb" to "bin\Release\DAL.pdb".
    Command:
    copy /y "C:\Work Development\!Booking\TESTING\DAL\bin\Release\DAL.pdb" "bin\Release\DAL.pdb"
  Done executing task "Copy".
Target "AssignTargetPaths" skipped. Previously built successfully.
Target "_SplitProjectReferencesByFileExistence" skipped. Previously built successfully.
Target GetCopyToOutputDirectoryItems:
  Task "MSBuild"
    Target "_CheckForInvalidConfigurationAndPlatform" skipped. Previously built successfully.
    Target AssignTargetPaths:
      Task "AssignTargetPath"
      Done executing task "AssignTargetPath".
      Task "AssignTargetPath"
      Done executing task "AssignTargetPath".
      Task "AssignTargetPath"
      Done executing task "AssignTargetPath".
      Task "AssignTargetPath"
      Done executing task "AssignTargetPath".
      Task "AssignTargetPath" skipped, due to false condition; ('%(Extension)' == '.manifest' and '@(BaseManifestWithTargetPath)' == '') was evaluated as ('' == '.manifest' and '' == '').
    Target "_SplitProjectReferencesByFileExistence" skipped, due to false condition; ('@(NonVCProjectReference)'!='') was evaluated as (''!='').
    Target GetCopyToOutputDirectoryItems:
      Task "MSBuild" skipped, due to false condition; ('@(_MSBuildProjectReferenceExistent)'!='') was evaluated as (''!='').
      Task "CreateItem" skipped, due to false condition; ('%(_AllChildProjectItemsWithTargetPath.CopyToOutputDirectory)'=='Always' or '%(_AllChildProjectItemsWithTargetPath.CopyToOutputDirectory)'=='PreserveNewest') was evaluated as (''=='Always' or ''=='PreserveNewest').
      Task "CreateItem" skipped, due to false condition; ('%(ContentWithTargetPath.CopyToOutputDirectory)'=='Always' or '%(ContentWithTargetPath.CopyToOutputDirectory)'=='PreserveNewest') was evaluated as (''=='Always' or ''=='PreserveNewest').
      Task "CreateItem" skipped, due to false condition; ('%(_EmbeddedResourceWithTargetPath.CopyToOutputDirectory)'=='Always' or '%(_EmbeddedResourceWithTargetPath.CopyToOutputDirectory)'=='PreserveNewest') was evaluated as (''=='Always' or ''=='PreserveNewest').
      Task "CreateItem" skipped, due to false condition; ('%(Compile.CopyToOutputDirectory)'=='Always' or '%(Compile.CopyToOutputDirectory)'=='PreserveNewest') was evaluated as (''=='Always' or ''=='PreserveNewest').
      Task "AssignTargetPath"
      Done executing task "AssignTargetPath".
      Task "CreateItem"
      Done executing task "CreateItem".
      Task "CreateItem" skipped, due to false condition; ('%(_NoneWithTargetPath.CopyToOutputDirectory)'=='Always' or '%(_NoneWithTargetPath.CopyToOutputDirectory)'=='PreserveNewest') was evaluated as (''=='Always' or ''=='PreserveNewest').

    Done building project "DAL.csproj".
  Done executing task "MSBuild".
  Task "CreateItem" skipped, due to false condition; ('%(_AllChildProjectItemsWithTargetPath.CopyToOutputDirectory)'=='Always' or '%(_AllChildProjectItemsWithTargetPath.CopyToOutputDirectory)'=='PreserveNewest') was evaluated as (''=='Always' or ''=='PreserveNewest').
  Task "CreateItem" skipped, due to false condition; ('%(ContentWithTargetPath.CopyToOutputDirectory)'=='Always' or '%(ContentWithTargetPath.CopyToOutputDirectory)'=='PreserveNewest') was evaluated as (''=='Always' or ''=='PreserveNewest').
  Task "CreateItem" skipped, due to false condition; ('%(_EmbeddedResourceWithTargetPath.CopyToOutputDirectory)'=='Always' or '%(_EmbeddedResourceWithTargetPath.CopyToOutputDirectory)'=='PreserveNewest') was evaluated as (''=='Always' or ''=='PreserveNewest').
  Task "CreateItem" skipped, due to false condition; ('%(Compile.CopyToOutputDirectory)'=='Always' or '%(Compile.CopyToOutputDirectory)'=='PreserveNewest') was evaluated as (''=='Always' or ''=='PreserveNewest').
  Task "AssignTargetPath"
  Done executing task "AssignTargetPath".
  Task "CreateItem"
  Done executing task "CreateItem".
  Task "CreateItem" skipped, due to false condition; ('%(_NoneWithTargetPath.CopyToOutputDirectory)'=='Always' or '%(_NoneWithTargetPath.CopyToOutputDirectory)'=='PreserveNewest') was evaluated as (''=='Always' or ''=='PreserveNewest').
Target "_CopyOutOfDateSourceItemsToOutputDirectory" skipped, due to false condition; ( '@(_SourceItemsToCopyToOutputDirectory)' != '' ) was evaluated as ( '' != '' ).
Target "_CopyOutOfDateSourceItemsToOutputDirectoryAlways" skipped, due to false condition; ( '@(_SourceItemsToCopyToOutputDirectoryAlways)' != '' ) was evaluated as ( '' != '' ).
Target _CopySourceItemsToOutputDirectory:
Target "_CopyAppConfigFile" skipped, due to false condition; ( '@(AppConfigWithTargetPath)' != '' ) was evaluated as ( '' != '' ).
Target "_CopyManifestFiles" skipped, due to false condition; ( '$(_DeploymentCopyApplicationManifest)'=='true' or '$(GenerateClickOnceManifests)'=='true' ) was evaluated as ( ''=='true' or ''=='true' ).
Target _CheckForCompileOutputs:
  Task "CreateItem"
  Done executing task "CreateItem".
  Task "CreateProperty"
  Done executing task "CreateProperty".
  Task "CreateItem" skipped, due to false condition; ('$(_DocumentationFileProduced)'=='true') was evaluated as ('false'=='true').
  Task "CreateProperty" skipped, due to false condition; (!Exists('$(IntermediateOutputPath)$(TargetName).pdb')) was evaluated as (!Exists('obj\Release\BLL.pdb')).
  Task "CreateItem"
  Done executing task "CreateItem".
Target "_SGenCheckForOutputs" skipped, due to false condition; ('$(_SGenGenerateSerializationAssembliesConfig)' == 'On' or ('@(WebReferenceUrl)'!='' and '$(_SGenGenerateSerializationAssembliesConfig)' == 'Auto')) was evaluated as ('Auto' == 'On' or (''!='' and 'Auto' == 'Auto')).
Target CopyFilesToOutputDirectory:
  Task "Copy"
    Copying file from "obj\Release\BLL.dll" to "bin\Release\BLL.dll".
    Command:
    copy /y "obj\Release\BLL.dll" "bin\Release\BLL.dll"
  Done executing task "Copy".
  Task "Message"
    BLL -> C:\Work Development\!Booking\TESTING\BLL\bin\Release\BLL.dll
  Done executing task "Message".
  Task "Copy"
  Done executing task "Copy".
  Task "Copy" skipped, due to false condition; ('$(_SGenDllCreated)'=='true') was evaluated as ('false'=='true').
  Task "Copy"
    Copying file from "obj\Release\BLL.pdb" to "bin\Release\BLL.pdb".
    Command:
    copy /y "obj\Release\BLL.pdb" "bin\Release\BLL.pdb"
  Done executing task "Copy".
  Task "Copy" skipped, due to false condition; ('$(_DocumentationFileProduced)'=='true') was evaluated as ('false'=='true').
  Task "Copy"
  Done executing task "Copy".
  Task "Copy"
  Done executing task "Copy".
Target PrepareForRun:
Target "UnmanagedRegistration" skipped, due to false condition; ('$(RegisterForComInterop)'=='true' and '$(OutputType)'=='library') was evaluated as (''=='true' and 'Library'=='library').
Target "_CheckForCompileOutputs" skipped. Previously built successfully.
Target "_SGenCheckForOutputs" skipped, due to false condition; ('$(_SGenGenerateSerializationAssembliesConfig)' == 'On' or ('@(WebReferenceUrl)'!='' and '$(_SGenGenerateSerializationAssembliesConfig)' == 'Auto')) was evaluated as ('Auto' == 'On' or (''!='' and 'Auto' == 'Auto')).
Target _CleanGetCurrentAndPriorFileWrites:
  Task "ReadLinesFromFile"
  Done executing task "ReadLinesFromFile".
  Task "ConvertToAbsolutePath"
  Done executing task "ConvertToAbsolutePath".
  Task "CreateItem"
  Done executing task "CreateItem".
  Task "FindUnderPath"
    Comparison path is "C:\Work Development\!Booking\TESTING\BLL".
    Path "C:\Work Development\!Booking\TESTING\BLL\bin\Release\DAL.dll" is inside the comparison path.
    Path "C:\Work Development\!Booking\TESTING\BLL\bin\Release\DAL.pdb" is inside the comparison path.
  Done executing task "FindUnderPath".
  Task "FindUnderPath"
    Comparison path is "bin\Release\".
    Path "C:\Work Development\!Booking\TESTING\BLL\obj\Release\ResolveAssemblyReference.cache" is outside the comparison path.
    Path "C:\Work Development\!Booking\TESTING\BLL\obj\Release\BLL.dll" is outside the comparison path.
    Path "C:\Work Development\!Booking\TESTING\BLL\obj\Release\BLL.pdb" is outside the comparison path.
    Path "C:\Work Development\!Booking\TESTING\BLL\bin\Release\BLL.dll" is inside the comparison path.
    Path "C:\Work Development\!Booking\TESTING\BLL\bin\Release\BLL.pdb" is inside the comparison path.
    Path "C:\Work Development\!Booking\TESTING\BLL\bin\Release\DAL.dll" is inside the comparison path.
    Path "C:\Work Development\!Booking\TESTING\BLL\bin\Release\DAL.pdb" is inside the comparison path.
  Done executing task "FindUnderPath".
  Task "FindUnderPath"
    Comparison path is "obj\Release\".
    Path "C:\Work Development\!Booking\TESTING\BLL\obj\Release\ResolveAssemblyReference.cache" is inside the comparison path.
    Path "C:\Work Development\!Booking\TESTING\BLL\obj\Release\BLL.dll" is inside the comparison path.
    Path "C:\Work Development\!Booking\TESTING\BLL\obj\Release\BLL.pdb" is inside the comparison path.
    Path "C:\Work Development\!Booking\TESTING\BLL\bin\Release\BLL.dll" is outside the comparison path.
    Path "C:\Work Development\!Booking\TESTING\BLL\bin\Release\BLL.pdb" is outside the comparison path.
    Path "C:\Work Development\!Booking\TESTING\BLL\bin\Release\DAL.dll" is outside the comparison path.
    Path "C:\Work Development\!Booking\TESTING\BLL\bin\Release\DAL.pdb" is outside the comparison path.
  Done executing task "FindUnderPath".
  Task "CreateItem"
  Done executing task "CreateItem".
  Task "RemoveDuplicates"
  Done executing task "RemoveDuplicates".
Target IncrementalClean:
  Task "CreateItem"
  Done executing task "CreateItem".
  Task "FindUnderPath"
    Comparison path is "bin\Release\".
    Path "C:\Work Development\!Booking\TESTING\BLL\bin\Debug\BLL.dll" is outside the comparison path.
    Path "C:\Work Development\!Booking\TESTING\BLL\bin\Debug\BLL.pdb" is outside the comparison path.
    Path "C:\Work Development\!Booking\TESTING\BLL\bin\Debug\DAL.dll" is outside the comparison path.
    Path "C:\Work Development\!Booking\TESTING\BLL\bin\Debug\DAL.pdb" is outside the comparison path.
    Path "C:\Work Development\!Booking\TESTING\BLL\obj\Debug\ResolveAssemblyReference.cache" is outside the comparison path.
    Path "C:\Work Development\!Booking\TESTING\BLL\obj\Debug\BLL.dll" is outside the comparison path.
    Path "C:\Work Development\!Booking\TESTING\BLL\obj\Debug\BLL.pdb" is outside the comparison path.
    Path "C:\Work Development\!Booking\TESTING\BLL\bin\Debug\BLL.dll" is outside the comparison path.
    Path "C:\Work Development\!Booking\TESTING\BLL\bin\Debug\BLL.pdb" is outside the comparison path.
    Path "C:\Work Development\!Booking\TESTING\BLL\bin\Debug\DAL.dll" is outside the comparison path.
    Path "C:\Work Development\!Booking\TESTING\BLL\bin\Debug\DAL.pdb" is outside the comparison path.
    Path "C:\Work Development\!Booking\TESTING\BLL\obj\Debug\ResolveAssemblyReference.cache" is outside the comparison path.
    Path "C:\Work Development\!Booking\TESTING\BLL\obj\Debug\BLL.dll" is outside the comparison path.
    Path "C:\Work Development\!Booking\TESTING\BLL\obj\Debug\BLL.pdb" is outside the comparison path.
  Done executing task "FindUnderPath".
  Task "FindUnderPath"
    Comparison path is "obj\Release\".
    Path "C:\Work Development\!Booking\TESTING\BLL\bin\Debug\BLL.dll" is outside the comparison path.
    Path "C:\Work Development\!Booking\TESTING\BLL\bin\Debug\BLL.pdb" is outside the comparison path.
    Path "C:\Work Development\!Booking\TESTING\BLL\bin\Debug\DAL.dll" is outside the comparison path.
    Path "C:\Work Development\!Booking\TESTING\BLL\bin\Debug\DAL.pdb" is outside the comparison path.
    Path "C:\Work Development\!Booking\TESTING\BLL\obj\Debug\ResolveAssemblyReference.cache" is outside the comparison path.
    Path "C:\Work Development\!Booking\TESTING\BLL\obj\Debug\BLL.dll" is outside the comparison path.
    Path "C:\Work Development\!Booking\TESTING\BLL\obj\Debug\BLL.pdb" is outside the comparison path.
    Path "C:\Work Development\!Booking\TESTING\BLL\bin\Debug\BLL.dll" is outside the comparison path.
    Path "C:\Work Development\!Booking\TESTING\BLL\bin\Debug\BLL.pdb" is outside the comparison path.
    Path "C:\Work Development\!Booking\TESTING\BLL\bin\Debug\DAL.dll" is outside the comparison path.
    Path "C:\Work Development\!Booking\TESTING\BLL\bin\Debug\DAL.pdb" is outside the comparison path.
    Path "C:\Work Development\!Booking\TESTING\BLL\obj\Debug\ResolveAssemblyReference.cache" is outside the comparison path.
    Path "C:\Work Development\!Booking\TESTING\BLL\obj\Debug\BLL.dll" is outside the comparison path.
    Path "C:\Work Development\!Booking\TESTING\BLL\obj\Debug\BLL.pdb" is outside the comparison path.
  Done executing task "FindUnderPath".
  Task "Delete"
  Done executing task "Delete".
  Task "CreateItem"
  Done executing task "CreateItem".
  Task "RemoveDuplicates"
  Done executing task "RemoveDuplicates".
  Task "MakeDir"
  Done executing task "MakeDir".
  Task "WriteLinesToFile"
  Done executing task "WriteLinesToFile".
Target "PostBuildEvent" skipped, due to false condition; (
            '$(PostBuildEvent)'!=''
            and
            (
                '$(RunPostBuildEvent)'!='OnOutputUpdated'
                or 
                '$(_AssemblyTimestampBeforeCompile)'!='$(_AssemblyTimestampAfterCompile)'
            )
        ) was evaluated as (
            ''!=''
            and
            (
                ''!='OnOutputUpdated'
                or 
                ''!=''
            )
        ).
Target CoreBuild:
Target AfterBuild:
Target Build:
  Building target "Build" completely.
  No input files were specified.
Target AfterRebuild:
Target Rebuild:
  Building target "Rebuild" completely.
  No input files were specified.

Done building project "BLL.csproj".

Build succeeded.

Time Elapsed 00:00:00.17
------ Rebuild All started: Project: ClassLib, Configuration: Release Any CPU ------
Build started 2/5/2009 4:49:27 PM.
Target _CheckForInvalidConfigurationAndPlatform:
  Task "Error" skipped, due to false condition; ( '$(_InvalidConfigurationError)' == 'true' ) was evaluated as ( '' == 'true' ).
  Task "Warning" skipped, due to false condition; ( '$(_InvalidConfigurationWarning)' == 'true' ) was evaluated as ( '' == 'true' ).
  Task "Message"
    Configuration=Release
  Done executing task "Message".
  Task "Message"
    Platform=AnyCPU
  Done executing task "Message".
  Task "Error" skipped, due to false condition; ('$(OutDir)' != '' and !HasTrailingSlash('$(OutDir)')) was evaluated as ('bin\Release\' != '' and !HasTrailingSlash('bin\Release\')).
Target BeforeRebuild:
Target BeforeClean:
Target "SplitProjectReferencesByType" skipped, due to false condition; ('@(ProjectReference)'!='') was evaluated as (''!='').
Target "_SplitProjectReferencesByFileExistence" skipped, due to false condition; ('@(NonVCProjectReference)'!='') was evaluated as (''!='').
Target CleanReferencedProjects:
  Task "MSBuild" skipped, due to false condition; ('$(BuildingInsideVisualStudio)'!='true' and '$(BuildingSolutionFile)'!='true' and '@(_MSBuildProjectReferenceExistent)'!='') was evaluated as ('true'!='true' and ''!='true' and ''!='').
Target "UnmanagedUnregistration" skipped, due to false condition; (Exists('@(_UnmanagedRegistrationCache)')) was evaluated as (Exists('obj\ClassLib.csproj.UnmanagedRegistration.cache')).
Target CoreClean:
  Task "ReadLinesFromFile"
  Done executing task "ReadLinesFromFile".
  Task "FindUnderPath"
    Comparison path is "bin\Release\".
    Path "C:\Dev\BookingClassLib\bin\Release\ClassLib.dll" is inside the comparison path.
    Path "C:\Dev\BookingClassLib\bin\Release\ClassLib.pdb" is inside the comparison path.
    Path "C:\Dev\BookingClassLib\obj\Release\ResolveAssemblyReference.cache" is outside the comparison path.
    Path "C:\Dev\BookingClassLib\obj\Release\ClassLib.dll" is outside the comparison path.
    Path "C:\Dev\BookingClassLib\obj\Release\ClassLib.pdb" is outside the comparison path.
  Done executing task "FindUnderPath".
  Task "FindUnderPath"
    Comparison path is "obj\Release\".
    Path "C:\Dev\BookingClassLib\bin\Release\ClassLib.dll" is outside the comparison path.
    Path "C:\Dev\BookingClassLib\bin\Release\ClassLib.pdb" is outside the comparison path.
    Path "C:\Dev\BookingClassLib\obj\Release\ResolveAssemblyReference.cache" is inside the comparison path.
    Path "C:\Dev\BookingClassLib\obj\Release\ClassLib.dll" is inside the comparison path.
    Path "C:\Dev\BookingClassLib\obj\Release\ClassLib.pdb" is inside the comparison path.
  Done executing task "FindUnderPath".
  Task "Delete"
    Deleting file "C:\Dev\BookingClassLib\bin\Release\ClassLib.dll".
    Command:
    del "C:\Dev\BookingClassLib\bin\Release\ClassLib.dll"
    Deleting file "C:\Dev\BookingClassLib\bin\Release\ClassLib.pdb".
    Command:
    del "C:\Dev\BookingClassLib\bin\Release\ClassLib.pdb"
    File "C:\Dev\BookingClassLib\obj\Release\ResolveAssemblyReference.cache" doesn't exist. Skipping.
    Deleting file "C:\Dev\BookingClassLib\obj\Release\ClassLib.dll".
    Command:
    del "C:\Dev\BookingClassLib\ob

The warning should reference a file and line number. Paste that line and surrounding code.

it is wierd, usually "object reference not set to instance of an object" is a run-time error generated by CLR, i dont remember having that during compilation. Probably in your code you forgot to initialize your object.

Additionally, keep in mind that, no body would bother to read such a long passage to find your error. That approach is like spamming the forum.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.