Ask a Question related to ASP.NET General, Design and Development.
-
Cristian Suazo #1
Problem when deploying with xcopy
Hi,
I deployed my application but got a strange error when doing the deployment
using the xcopy method. A strange thing is that when I try to do the same
steps on another machine that has the same configuration (it should have it
atleast) it works perfectly. After been testing a while I found out that
everything worked if I first put the folder with the web application as a
readonly first (applying it to all the subitems) and then removing the
readonly (also this time to all the subitems). Does anybody have the same
problem or have an answer. Could it be that the VSS does something to the
files or have I done something strange to the server? The error I got is the
one below:
Error: System.Web.HttpCompileException: External component has thrown an
exception.
at System.Web.Compilation.BaseCompiler.ThrowIfCompile rErrors(CompilerResults
results, CodeDomProvider codeProvider, CodeCompileUnit sourceData, String
sourceFile, String sourceString)
at System.Web.Compilation.BaseCompiler.GetCompiledTyp e()
at System.Web.UI.UserControlParser.CompileIntoType()
at System.Web.UI.TemplateParser.GetParserCacheItemThr oughCompilation()
Thanks for an answer
Cristian
Cristian Suazo Guest
-
Problem Deploying
Hi! I've had trouble deploying quite a complex Cairngorm solution so I created a mere Hello World application and tried to deploy that ~... -
Problem deploying to remote host
I'm having trouble deploying a flex beta 3 project - which works fine locally - to a remote host I am putting myProject.html and myProject.swf in... -
Problem deploying ColdFusion on Weblogic
Hi, I have bea Weblogic 8.1 installed on Window Server 2003. I followed this... -
xcopy
i want to copy all files in c drive to other drive in dos.what command is appropriate to use.i used copy *.* but its not copying files in directory... -
Problem deploying web service
Hello, I am trying to deploy a web service on a remote server. I have been able to develop the web service on my development machine using... -
Cristian Suazo #2
Re: Problem when deploying with xcopy
This is exactly the same thing I thought but I didn't work. This is the
approach I am using currently. Other suggestions?`
"S. Justin Gengo" <gengoj@krause.com> wrote in message
news:vhbg7nc0t7br38@corp.supernews.com...If> Cristian,
>
> You shouldn't deploy the site with any of the source safe files included."CopyProject"> you're going to deploy using xcopy you may want to first do aWeb> from the project menu of Visual Studio.Net (use the following settings:application.> access method - FileShare, Copy - Only files needed to run thissame>
> This will make a copy of the web site that doesn't have any unnecessary
> files in it. Then you can xcopy from there.
>
>
> --
> S. Justin Gengo, MCP
> Web Developer / Programmer
>
> Free Code Library At:
> [url]www.aboutfortunate.com[/url]
>
> "Out of chaos comes order."
> Nietzche
>
>
> "Cristian Suazo" <crillus7@hotmail.com> wrote in message
> news:egzqLh9SDHA.2004@TK2MSFTNGP11.phx.gbl...> deployment> > Hi,
> >
> > I deployed my application but got a strange error when doing the> > using the xcopy method. A strange thing is that when I try to do thea> it> > steps on another machine that has the same configuration (it should have> > atleast) it works perfectly. After been testing a while I found out that
> > everything worked if I first put the folder with the web application assame> > readonly first (applying it to all the subitems) and then removing the
> > readonly (also this time to all the subitems). Does anybody have thethe> > problem or have an answer. Could it be that the VSS does something toString> the> > files or have I done something strange to the server? The error I got is> System.Web.Compilation.BaseCompiler.ThrowIfCompile rErrors(CompilerResults> > one below:
> >
> > Error: System.Web.HttpCompileException: External component has thrown an
> > exception.
> > at> > results, CodeDomProvider codeProvider, CodeCompileUnit sourceData,>> > sourceFile, String sourceString)
> > at System.Web.Compilation.BaseCompiler.GetCompiledTyp e()
> > at System.Web.UI.UserControlParser.CompileIntoType()
> > at System.Web.UI.TemplateParser.GetParserCacheItemThr oughCompilation()
> >
> > Thanks for an answer
> > Cristian
> >
> >
>
Cristian Suazo Guest
-
the Dude #3
Problem when deploying with xcopy
Ask the Messiah
doing the deployment>-----Original Message-----
>Hi,
>
>I deployed my application but got a strange error whentry to do the same>using the xcopy method. A strange thing is that when I(it should have it>steps on another machine that has the same configurationfound out that>atleast) it works perfectly. After been testing a while Iapplication as a>everything worked if I first put the folder with the webremoving the>readonly first (applying it to all the subitems) and thenanybody have the same>readonly (also this time to all the subitems). Doessomething to the>problem or have an answer. Could it be that the VSS doeserror I got is the>files or have I done something strange to the server? Thecomponent has thrown an>one below:
>
>Error: System.Web.HttpCompileException: ExternalSystem.Web.Compilation.BaseCompiler.ThrowIfCompile rErrors>exception.
>at
(CompilerResultssourceData, String>results, CodeDomProvider codeProvider, CodeCompileUnitSystem.Web.UI.TemplateParser.GetParserCacheItemThr oughCompi>sourceFile, String sourceString)
>at System.Web.Compilation.BaseCompiler.GetCompiledTyp e()
>at System.Web.UI.UserControlParser.CompileIntoType()
>at
lation()>
>Thanks for an answer
>Cristian
>
>
>.
>the Dude Guest
-
the Messiah #4
Problem when deploying with xcopy
Dear Cristian,
I think it could be an .net framework installation issue.
Does the thing you experienced happen on other boxes with
same software installations?
doing the deployment>-----Original Message-----
>Hi,
>
>I deployed my application but got a strange error whentry to do the same>using the xcopy method. A strange thing is that when I(it should have it>steps on another machine that has the same configurationfound out that>atleast) it works perfectly. After been testing a while Iapplication as a>everything worked if I first put the folder with the webremoving the>readonly first (applying it to all the subitems) and thenanybody have the same>readonly (also this time to all the subitems). Doessomething to the>problem or have an answer. Could it be that the VSS doeserror I got is the>files or have I done something strange to the server? Thecomponent has thrown an>one below:
>
>Error: System.Web.HttpCompileException: ExternalSystem.Web.Compilation.BaseCompiler.ThrowIfCompile rErrors>exception.
>at
(CompilerResultssourceData, String>results, CodeDomProvider codeProvider, CodeCompileUnitSystem.Web.UI.TemplateParser.GetParserCacheItemThr oughCompi>sourceFile, String sourceString)
>at System.Web.Compilation.BaseCompiler.GetCompiledTyp e()
>at System.Web.UI.UserControlParser.CompileIntoType()
>at
lation()>
>Thanks for an answer
>Cristian
>
>
>.
>the Messiah Guest
-
Cristian Suazo #5
Re: Problem when deploying with xcopy
This is want I think to. Should I reinstall the framework? Could there be
some other way to do this. There is one more machine that has the same
configuration but it works....
"the Messiah" <theMessia@nospam.com> wrote in message
news:056001c34be2$aab42290$a101280a@phx.gbl...> Dear Cristian,
> I think it could be an .net framework installation issue.
> Does the thing you experienced happen on other boxes with
> same software installations?
>
>
>> doing the deployment> >-----Original Message-----
> >Hi,
> >
> >I deployed my application but got a strange error when> try to do the same> >using the xcopy method. A strange thing is that when I> (it should have it> >steps on another machine that has the same configuration> found out that> >atleast) it works perfectly. After been testing a while I> application as a> >everything worked if I first put the folder with the web> removing the> >readonly first (applying it to all the subitems) and then> anybody have the same> >readonly (also this time to all the subitems). Does> something to the> >problem or have an answer. Could it be that the VSS does> error I got is the> >files or have I done something strange to the server? The> component has thrown an> >one below:
> >
> >Error: System.Web.HttpCompileException: External> System.Web.Compilation.BaseCompiler.ThrowIfCompile rErrors> >exception.
> >at
> (CompilerResults> sourceData, String> >results, CodeDomProvider codeProvider, CodeCompileUnit> System.Web.UI.TemplateParser.GetParserCacheItemThr oughCompi> >sourceFile, String sourceString)
> >at System.Web.Compilation.BaseCompiler.GetCompiledTyp e()
> >at System.Web.UI.UserControlParser.CompileIntoType()
> >at
> lation()> >
> >Thanks for an answer
> >Cristian
> >
> >
> >.
> >
Cristian Suazo Guest
-
the Dude #6
Re: Problem when deploying with xcopy
My God, Justin
don't use Nietzche words
under a newbie answer like this
the Dudefiles included. If>-----Original Message-----
>Cristian,
>
>You shouldn't deploy the site with any of the source safedo a "CopyProject">you're going to deploy using xcopy you may want to firstfollowing settings: Web>from the project menu of Visual Studio.Net (use therun this application.>access method - FileShare, Copy - Only files needed toany unnecessary>
>This will make a copy of the web site that doesn't havedoing the>files in it. Then you can xcopy from there.
>
>
>--
>S. Justin Gengo, MCP
>Web Developer / Programmer
>
>Free Code Library At:
>[url]www.aboutfortunate.com[/url]
>
>"Out of chaos comes order."
> Nietzche
>
>
>"Cristian Suazo" <crillus7@hotmail.com> wrote in message
>news:egzqLh9SDHA.2004@TK2MSFTNGP11.phx.gbl...>> Hi,
>>
>> I deployed my application but got a strange error whentry to do the same>deployment>> using the xcopy method. A strange thing is that when Iconfiguration (it should have>> steps on another machine that has the sameI found out that>it>> atleast) it works perfectly. After been testing a whileweb application as a>> everything worked if I first put the folder with thethen removing the>> readonly first (applying it to all the subitems) andanybody have the same>> readonly (also this time to all the subitems). Doesdoes something to the>> problem or have an answer. Could it be that the VSSThe error I got is>> files or have I done something strange to the server?component has thrown an>the>> one below:
>>
>> Error: System.Web.HttpCompileException: External(CompilerResults>System.Web.Compilation.BaseCompiler.ThrowIfCompil erErrors>> exception.
>> atsourceData, String>> results, CodeDomProvider codeProvider, CodeCompileUnitSystem.Web.UI.TemplateParser.GetParserCacheItemThr oughCompi>> sourceFile, String sourceString)
>> at System.Web.Compilation.BaseCompiler.GetCompiledTyp e()
>> at System.Web.UI.UserControlParser.CompileIntoType()
>> at
lation()>>>
>> Thanks for an answer
>> Cristian
>>
>>
>
>.
>the Dude Guest
-
the Dude #7
Re: Problem when deploying with xcopy
My god Justin,
I just checked out your site....
Please in the code library put also how it is possible to
catch parameters sent by a HTML form method="GET"!!!!!files included. If>-----Original Message-----
>Cristian,
>
>You shouldn't deploy the site with any of the source safedo a "CopyProject">you're going to deploy using xcopy you may want to firstfollowing settings: Web>from the project menu of Visual Studio.Net (use therun this application.>access method - FileShare, Copy - Only files needed toany unnecessary>
>This will make a copy of the web site that doesn't havedoing the>files in it. Then you can xcopy from there.
>
>
>--
>S. Justin Gengo, MCP
>Web Developer / Programmer
>
>Free Code Library At:
>[url]www.aboutfortunate.com[/url]
>
>"Out of chaos comes order."
> Nietzche
>
>
>"Cristian Suazo" <crillus7@hotmail.com> wrote in message
>news:egzqLh9SDHA.2004@TK2MSFTNGP11.phx.gbl...>> Hi,
>>
>> I deployed my application but got a strange error whentry to do the same>deployment>> using the xcopy method. A strange thing is that when Iconfiguration (it should have>> steps on another machine that has the sameI found out that>it>> atleast) it works perfectly. After been testing a whileweb application as a>> everything worked if I first put the folder with thethen removing the>> readonly first (applying it to all the subitems) andanybody have the same>> readonly (also this time to all the subitems). Doesdoes something to the>> problem or have an answer. Could it be that the VSSThe error I got is>> files or have I done something strange to the server?component has thrown an>the>> one below:
>>
>> Error: System.Web.HttpCompileException: External(CompilerResults>System.Web.Compilation.BaseCompiler.ThrowIfCompil erErrors>> exception.
>> atsourceData, String>> results, CodeDomProvider codeProvider, CodeCompileUnitSystem.Web.UI.TemplateParser.GetParserCacheItemThr oughCompi>> sourceFile, String sourceString)
>> at System.Web.Compilation.BaseCompiler.GetCompiledTyp e()
>> at System.Web.UI.UserControlParser.CompileIntoType()
>> at
lation()>>>
>> Thanks for an answer
>> Cristian
>>
>>
>
>.
>the Dude Guest



Reply With Quote

