Click here to Skip to main content
15,897,891 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: User control extend abtract class problem? Pin
Christian Graus9-Oct-07 19:15
protectorChristian Graus9-Oct-07 19:15 
QuestionCould not load the assembly Pin
rockz...9-Oct-07 18:40
rockz...9-Oct-07 18:40 
AnswerRe: Could not load the assembly Pin
Aavesh Agarwal9-Oct-07 18:47
Aavesh Agarwal9-Oct-07 18:47 
AnswerRe: Could not load the assembly Pin
Paras Kaneriya9-Oct-07 18:49
Paras Kaneriya9-Oct-07 18:49 
GeneralRe: Could not load the assembly Pin
IamAmit9-Oct-07 20:56
IamAmit9-Oct-07 20:56 
QuestionNant Compiler.exe Error Pin
sonigirish9-Oct-07 18:37
sonigirish9-Oct-07 18:37 
AnswerRe: Nant Compiler.exe Error Pin
Christian Graus9-Oct-07 19:11
protectorChristian Graus9-Oct-07 19:11 
GeneralRe: Nant Compiler.exe Error Pin
sonigirish9-Oct-07 19:30
sonigirish9-Oct-07 19:30 
while compiling application it shows error:

on compiling it from nant i got an warning:
Cannot find any assemblies that can be merged in the application
My code is

<project name="abcd" default="rebuild"
="" xmlns="http://nant.sf.net/schemas/nant-0.85.win32.net-1.0.xsd">

<target name="build.solution">


<property name="BuildDir" value="C:\Documents and Settings\kulkaram\My Documents\Visual Studio 2005\Projects\abcd">

<property name="cmddir" value="abcd.build">

<property name="target" value="C:\tk1" overwrite="false">



<property name="SolutionFileName" value="abcd.sln">


<property name="BuildNumberPath"
="" value="C:\Program Files\nant-0.85\bin\build.number.xml">



<property name="dotnet"
="" value="c:/windows/Microsoft.NET/Framework/v2.0.50727" overwrite="false">



<property name="MSBuildPath"
="" value="C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\MSBuild.exe">


<property name="WebDeploymentExePath"
="" value="C:\Program Files\MSBuild\Microsoft\WebDeployment\v8.0">



<property name="WebProjectFolderName" value="E:\bhupi\aaa">



<property name="FinalDeployDllName" value="bhupi">



<property name="newReleaseLabel" value="abcd">

<property name="build.version.major" value="C:\Program Files\nant-0.85\bin\genVer.xsl">

<property name="build.version.minor" value="C:\Program Files\nant-0.85\bin\genVer.xsl">


<property name="build.version.build" value="C:\Program Files\nant-0.85\bin\NAnt">

<property name="build.version.revision" value="C:\Program Files\nant-0.85\bin\IncrBuild.xsl">



<exec program="${MSBuildPath}"><arg value="${BuildDir}\${SolutionFileName}">


<exec program="${dotnet}/aspnet_compiler.exe"
="" commandline=" -v /abcd.sln -p E:\slnabcd c:\tk1">

<exec program="${WebDeploymentExePath}\aspnet_merge.exe"
="" commandline=" -o ${FinalDeployDllName} ${target} -xmldocs">




<target name="build" description="Build all targets.">
<call target="build.solution">


<target name="clean" description="Delete all previously compiled binaries.">
<delete>
<fileset>
<include name="**/bin/**">
<include name="**/obj/**">
<include name="**/*.suo">
<include name="**/*.user">





<target name="rebuild" depends="clean, build">




Girish Soni

QuestionTo deploy a web application Pin
rockz...9-Oct-07 18:24
rockz...9-Oct-07 18:24 
AnswerRe: To deploy a web application Pin
Christian Graus9-Oct-07 18:30
protectorChristian Graus9-Oct-07 18:30 
AnswerRe: To deploy a web application Pin
Dhyanga11-Oct-07 0:20
Dhyanga11-Oct-07 0:20 
QuestionSSIS in ASP.Net 1.1 Pin
Falguni Joshi9-Oct-07 17:01
Falguni Joshi9-Oct-07 17:01 
QuestionExported data from grid to excel Pin
bigeyed9-Oct-07 15:21
bigeyed9-Oct-07 15:21 
QuestionReturning a Datatable in a Func results in empty table Pin
srone9-Oct-07 12:09
srone9-Oct-07 12:09 
AnswerPlace the Return outside of the Try block Pin
srone9-Oct-07 15:21
srone9-Oct-07 15:21 
QuestionIE vs. Firefox Pin
gates099-Oct-07 9:05
gates099-Oct-07 9:05 
AnswerRe: IE vs. Firefox Pin
Christian Graus9-Oct-07 18:31
protectorChristian Graus9-Oct-07 18:31 
AnswerRe: IE vs. Firefox Pin
Guffa9-Oct-07 20:58
Guffa9-Oct-07 20:58 
GeneralRe: IE vs. Firefox Pin
gates0910-Oct-07 2:37
gates0910-Oct-07 2:37 
QuestionTyping In Combo Pin
John.G9-Oct-07 8:57
John.G9-Oct-07 8:57 
AnswerRe: Typing In Combo Pin
il_masacratore9-Oct-07 21:46
il_masacratore9-Oct-07 21:46 
GeneralRe: Typing In Combo Pin
John.G18-Oct-07 8:47
John.G18-Oct-07 8:47 
Questionasp.net connection string Pin
omer erakman9-Oct-07 7:36
omer erakman9-Oct-07 7:36 
AnswerRe: asp.net connection string Pin
Not Active9-Oct-07 8:20
mentorNot Active9-Oct-07 8:20 
GeneralRe: asp.net connection string Pin
omer erakman9-Oct-07 9:37
omer erakman9-Oct-07 9:37 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.