aspnet_state.exe + 2 more issues

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

3 questions

1.LEAD MCMP/MJEP codec(VFW)...what is this and how do I fix it ?
Question

What is this and how do I fix it?

2.0x6a2a2fe7 momory 0x00000000s this wont allow the computer
shut down, or let windows UPDATER downloads download. How to fix /

3. aspnet_stats.exe what is it and how to fix ?

thx
KC

--
 
The 'aspnet_state.exe' is the executable used to process webpages in .NET.
Its in the .NET Framework that was installed from Microsoft. Normally a
repair of this is simply unregistering it at the command prompt &
re-registering it

I got these steps from another forum:

-------------------------------------------
Here is the solution:

If you have visual studio.net follow this step

1. go to start
2. find Visual studio.net
3. under visual studio.net tools click the command prompt
4. first let us make sure you have asp.net install and how many version do
you have. type
aspnet_regiis -lv. your root should be whatever version of .Net you have.
Note: if you don't know, one way to find out is to open visual studio.net -
then - go to help menu - then click about visual studio.net . It should tell
you want version of .net you have <third line down>.

another way is to go to the admin tools and right click on the "Microsoft
..net framework X.X"
5. now you know the version we need, lets take out the rest. First we need
to completely remove all aspnet versions inside your computer. on the visual
studio command prompt type
aspnet_regiis -ua.
6. type aspnet_regiis -- the computer should tell you that there are no
version installed.
7. know type aspnet_regiis -i;

that should fix the problem.

For those who don't have visual studio.net

simply use the run command and type the following:
STOP: v.X.XXXX = the version of .net you have
type: %windir%\Microsoft.NET\Framework\v.X.XXXX\aspnet_regiis.exe -ua
type: %windir%\Microsoft.NET\Framework\v.X.XXXX\aspnet_regiis.exe -i

NOTE: make sure you turn on Aspnet_state.exe in your computer. Go to the
administrative tools and double click on service and find "ASP.NET State
Service" double click it and click the start button. You can change the
start type too if you want

Another problem: "I CANT CREATE NEW ASP.NET PROJECTS ON VISUAL STUDIO"

make sure you turn on the IIS and ASP.NET state service.

that should fix it.

problem: "I CAN'T FIND IIS IN THE SERVICE CONSOLE"

on the run command type "control panel" <just go there what ever works>
find add and remove program
inside the add and remove program window click on the "Add/Remove
Window'sComponet"
if "Internet Information Service (IIS)" is not check. . . . well . . . check
it.
<NOTE: when I installed IIS in my laptop , it requires Window XP disk. .
..not sure if it will be the same case to you>

after that is done . . turn it on

when both IIS and ASPnet_State.exe are on = problem solve
I hope this article help you solve your problems. it toke me two days to
solve this problem because mainly because I don't keep track of my actions
and sources

if you still can't create asp.net project via visual studio.net then you you
need to setup your IIS
 
KC said:
3 questions

1.LEAD MCMP/MJEP codec(VFW)...what is this and how do I fix it ?
Question

What is this and how do I fix it?

I don't know but what is the problem you want to fix?
2.0x6a2a2fe7 momory 0x00000000s this wont allow the computer
shut down, or let windows UPDATER downloads download. How to fix /

When does this error occur?
3. aspnet_stats.exe what is it and how to fix ?

Making Good Newsgroup Posts
 
Back
Top