Hi ALl,

If I create an ASP.NET application and deploy it to IIS ,it works but if I
want to install an ASP.NET application (any kind which uses setup file) ,,it
just simply gives me some memory write errors and I can't install it,is it
because the setup file can't create virtual direcotries on IIS?

Thanks for you help

Re: I can't install any ASp.Net application on my IIS by Kristofer

Kristofer
Sat Feb 05 03:36:00 CST 2005

Memory write errors? That seems to be a buggy installation application.
The application should not have any problems creating virtual directories
as long as you run it as administrator or a user with administrator rights.

What is the exact error message? Without the exact error message we can
only guess.


--
Regards,
Kristofer Gafvert
www.gafvert.info - My Articles and help
www.ilopia.com


ALI-R wrote:

> Hi ALl,
>
> If I create an ASP.NET application and deploy it to IIS ,it works but if
I
> want to install an ASP.NET application (any kind which uses setup file)
,,it
> just simply gives me some memory write errors and I can't install it,is
it
> because the setup file can't create virtual direcotries on IIS?
>
> Thanks for you help

Re: I can't install any ASp.Net application on my IIS by ALI-R

ALI-R
Sat Feb 05 13:11:18 CST 2005

Hi,,
For instance when I try to install an ASP.NET application ,during the
installation of that I get this memory error and installation never is
finished:

MsiExec.exe-Application Error
=====================
The instrauction at "........" referenced memory at "....".The memory could
not be "written".Click ok to teminate the programme

When I install for instance "Reporting services" (Part of it is an ASP.NET
Application) ,I get the same error but with differnet caption
"csc.exe-Application error" (csc.exe is the c# compiler),interesting point
here is that in the second case(Reporting services),I get that Error not
during the installation ,but when I request the application URL through my
IE.

I think All these problems started when Micorosft Update suggested me to fix
my not very good installation of .Net Framework on my computer ,and I
stupidly trust it and after that I almost can't install any .Net Related
things without lots of problems.I have severally uninstalled .Net Framework
and IIS ,but still the same error.

Thanks for your help.
ALI


"Kristofer Gafvert" <kgafvert@NEWSilopia.com> wrote in message
news:xn0dy530g9at88h01l@news.microsoft.com...
> Memory write errors? That seems to be a buggy installation application.
> The application should not have any problems creating virtual directories
> as long as you run it as administrator or a user with administrator
> rights.
>
> What is the exact error message? Without the exact error message we can
> only guess.
>
>
> --
> Regards,
> Kristofer Gafvert
> www.gafvert.info - My Articles and help
> www.ilopia.com
>
>
> ALI-R wrote:
>
>> Hi ALl,
>>
>> If I create an ASP.NET application and deploy it to IIS ,it works but if
> I
>> want to install an ASP.NET application (any kind which uses setup file)
> ,,it
>> just simply gives me some memory write errors and I can't install it,is
> it
>> because the setup file can't create virtual direcotries on IIS?
>>
>> Thanks for you help



Re: I can't install any ASp.Net application on my IIS by David

David
Sun Feb 06 01:06:34 CST 2005

> I think All these problems started when Micorosft Update suggested
> me to fix my not very good installation of .Net Framework on my
> computer ,and I stupidly trust it and after that I almost can't install
> any .Net Related things without lots of problems.

The msiexec.exe error indicates that the setup program crashed.

The csc.exe error happens because when you request an ASP.Net page, the
first thing it does is pre-compile the code in the page -- and that
compilation failed.

I think your .Net Framework installation is just broken somehow and all your
problems come from it. I would not blame "Microsoft Update" for essentially
problems caused on your own machine -- because the same thing is working
fine for many other people -- you just happen to be unlucky. Maybe you are
running some virus or anti-virus program that is causing issues -- known to
happen.

I would uninstall .Net Framewok, nuke any lingering .Net Framework registry
keys, make sure the %windir%\Microsoft.Net\Framework is clean of versions
that you've uninstalled, and then try installing .Net Framework again. IIS
won't have anything to do with this, so don't bother reinstalling IIS.

--
//David
IIS
http://blogs.msdn.com/David.Wang
This posting is provided "AS IS" with no warranties, and confers no rights.
//
"ALI-R" <Ray@Alirezaei.com> wrote in message
news:%23470zZ7CFHA.2876@TK2MSFTNGP12.phx.gbl...
Hi,,
For instance when I try to install an ASP.NET application ,during the
installation of that I get this memory error and installation never is
finished:

MsiExec.exe-Application Error
=====================
The instrauction at "........" referenced memory at "....".The memory could
not be "written".Click ok to teminate the programme

When I install for instance "Reporting services" (Part of it is an ASP.NET
Application) ,I get the same error but with differnet caption
"csc.exe-Application error" (csc.exe is the c# compiler),interesting point
here is that in the second case(Reporting services),I get that Error not
during the installation ,but when I request the application URL through my
IE.

I think All these problems started when Micorosft Update suggested me to fix
my not very good installation of .Net Framework on my computer ,and I
stupidly trust it and after that I almost can't install any .Net Related
things without lots of problems.I have severally uninstalled .Net Framework
and IIS ,but still the same error.

Thanks for your help.
ALI


"Kristofer Gafvert" <kgafvert@NEWSilopia.com> wrote in message
news:xn0dy530g9at88h01l@news.microsoft.com...
> Memory write errors? That seems to be a buggy installation application.
> The application should not have any problems creating virtual directories
> as long as you run it as administrator or a user with administrator
> rights.
>
> What is the exact error message? Without the exact error message we can
> only guess.
>
>
> --
> Regards,
> Kristofer Gafvert
> www.gafvert.info - My Articles and help
> www.ilopia.com
>
>
> ALI-R wrote:
>
>> Hi ALl,
>>
>> If I create an ASP.NET application and deploy it to IIS ,it works but if
> I
>> want to install an ASP.NET application (any kind which uses setup file)
> ,,it
>> just simply gives me some memory write errors and I can't install it,is
> it
>> because the setup file can't create virtual direcotries on IIS?
>>
>> Thanks for you help




Re: I can't install any ASp.Net application on my IIS by ALI-R

ALI-R
Sun Feb 06 15:06:16 CST 2005

I'm going to do it today,thanks for your reply.I will let you know
cheers,
"David Wang [Msft]" <someone@online.microsoft.com> wrote in message
news:Oj5wNwBDFHA.624@TK2MSFTNGP15.phx.gbl...
>> I think All these problems started when Micorosft Update suggested
>> me to fix my not very good installation of .Net Framework on my
>> computer ,and I stupidly trust it and after that I almost can't install
>> any .Net Related things without lots of problems.
>
> The msiexec.exe error indicates that the setup program crashed.
>
> The csc.exe error happens because when you request an ASP.Net page, the
> first thing it does is pre-compile the code in the page -- and that
> compilation failed.
>
> I think your .Net Framework installation is just broken somehow and all
> your
> problems come from it. I would not blame "Microsoft Update" for
> essentially
> problems caused on your own machine -- because the same thing is working
> fine for many other people -- you just happen to be unlucky. Maybe you
> are
> running some virus or anti-virus program that is causing issues -- known
> to
> happen.
>
> I would uninstall .Net Framewok, nuke any lingering .Net Framework
> registry
> keys, make sure the %windir%\Microsoft.Net\Framework is clean of versions
> that you've uninstalled, and then try installing .Net Framework again.
> IIS
> won't have anything to do with this, so don't bother reinstalling IIS.
>
> --
> //David
> IIS
> http://blogs.msdn.com/David.Wang
> This posting is provided "AS IS" with no warranties, and confers no
> rights.
> //
> "ALI-R" <Ray@Alirezaei.com> wrote in message
> news:%23470zZ7CFHA.2876@TK2MSFTNGP12.phx.gbl...
> Hi,,
> For instance when I try to install an ASP.NET application ,during the
> installation of that I get this memory error and installation never is
> finished:
>
> MsiExec.exe-Application Error
> =====================
> The instrauction at "........" referenced memory at "....".The memory
> could
> not be "written".Click ok to teminate the programme
>
> When I install for instance "Reporting services" (Part of it is an
> ASP.NET
> Application) ,I get the same error but with differnet caption
> "csc.exe-Application error" (csc.exe is the c# compiler),interesting
> point
> here is that in the second case(Reporting services),I get that Error not
> during the installation ,but when I request the application URL through my
> IE.
>
> I think All these problems started when Micorosft Update suggested me to
> fix
> my not very good installation of .Net Framework on my computer ,and I
> stupidly trust it and after that I almost can't install any .Net Related
> things without lots of problems.I have severally uninstalled .Net
> Framework
> and IIS ,but still the same error.
>
> Thanks for your help.
> ALI
>
>
> "Kristofer Gafvert" <kgafvert@NEWSilopia.com> wrote in message
> news:xn0dy530g9at88h01l@news.microsoft.com...
>> Memory write errors? That seems to be a buggy installation application.
>> The application should not have any problems creating virtual directories
>> as long as you run it as administrator or a user with administrator
>> rights.
>>
>> What is the exact error message? Without the exact error message we can
>> only guess.
>>
>>
>> --
>> Regards,
>> Kristofer Gafvert
>> www.gafvert.info - My Articles and help
>> www.ilopia.com
>>
>>
>> ALI-R wrote:
>>
>>> Hi ALl,
>>>
>>> If I create an ASP.NET application and deploy it to IIS ,it works but if
>> I
>>> want to install an ASP.NET application (any kind which uses setup file)
>> ,,it
>>> just simply gives me some memory write errors and I can't install it,is
>> it
>>> because the setup file can't create virtual direcotries on IIS?
>>>
>>> Thanks for you help
>
>
>