Jump to content

HELP!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Microsoft Framework 2.0


Recommended Posts

Posted

My Microsoft.net Framework 2.0 seems to have a problem. I can't delete it or

reinstall it. I have to have it to open my Quickbooks program and now I'm

stuck. When I try to delete it my computer says it encounters a problem and

can't continue. When I go to the microsoft website to update my system it

tells me I don't have Framework 2.0 and I need to install it. WhenI do this

it goes through the whole process and then says it can't install 2.0. My

program check says I all ready have it but it seems to not work or be seen by

the Microsoft uupdater. Please help if you can

  • Replies 3
  • Created
  • Last Reply

Popular Days

Guest Clark...
Posted

Re: HELP!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Microsoft Framework 2.0

 

KIRK wrote:

> My Microsoft.net Framework 2.0 seems to have a problem. I can't

> delete it or reinstall it. I have to have it to open my Quickbooks

> program and now I'm stuck. When I try to delete it my computer says

> it encounters a problem and can't continue. When I go to the

> microsoft website to update my system it tells me I don't have

> Framework 2.0 and I need to install it. WhenI do this it goes through

> the whole process and then says it can't install 2.0. My program

> check says I all ready have it but it seems to not work or be seen by

> the Microsoft uupdater. Please help if you can

 

One thing to consider, has a drive letter on the computer been changed in

Disk Management in control panel??, this also happened with a customer of

mine that had to change a drive letter for a usb device, *I was getting an

error 16 whatever, on the install of Quick Books* after hours of trying to

fix it I changed the drive letter of the changed drive and bingo it worked!

what is happening is the installer gets screwed up on what drive to look for

on the install, and is not really a framework problem.

How to change a drive letter

To change an existing drive letter on a drive, on a partition, or on a

volume, follow these steps: 1. Log on as Administrator or as a member of the

Administrators group.

2. Click Start, click Control Panel, and then click Performance and

Maintenance.

3. Click Administrative Tools, double-click Computer Management, and

then click Disk Management in the left pane.

4. Right-click the drive, the partition, the logical drive, or the

volume that you want to assign a drive letter to, and then click Change

Drive Letter and Paths.

5. Click Change.

6. Click Assign the following drive letter if it is not already

selected, click the drive letter that you want to use, and then click OK.

7. Click Yes when you are prompted to confirm the drive letter change.

 

 

If the above is not the issue try this:

The problem your having can be a real pain in the ass, I have fixed it a

couple of times but not incrementally, so here are a few ideas, eventually I

fixed the problem but I don't know what was *the* fix.

 

install Windows installer 3.1 from Microsoft just do a search on their site.

 

http://wiki.djlizard.net/Dial-a-fix#Mirrors.2Fdownload_locations.2C_and_articles/

I use this all the time. don't forget to read about it.

 

http://www.vista-xp.co.uk/forums/sitemap/t-8252.html link to forum dot net

cleanup tool

link to zip: http://astebner.sts.winisp.net/Tools/dotnetfx_cleanup_tool.zip

 

or try this too, works with all update problems so far, for me anyway.

Copy/paste this into a notepad doc, and save as updatefix.bat..

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

echo off

c:

 

net stop wuauserv

 

regsvr32 /u wuapi.dll /s

regsvr32 /u wups.dll /s

regsvr32 /u wuaueng.dll /s

regsvr32 /u wuaueng1.dll /s

regsvr32 /u wucltui.dll /s

regsvr32 /u wuweb.dll /s

regsvr32 /u MSXML3.dll /s

regsvr32 /u qmgr.dll /s

regsvr32 /u qmgrprxy.dll /s

regsvr32 /u jscript.dll /s

regsvr32 /u wups2.dll /s

regsvr32 /u atl.dll /s

regsvr32 wuapi.dll /s

regsvr32 wups.dll /s

regsvr32 wuaueng.dll /s

regsvr32 wuaueng1.dll /s

regsvr32 wucltui.dll /s

regsvr32 wuweb.dll /s

regsvr32 MSXML3.dll /s

regsvr32 qmgr.dll /s

regsvr32 qmgrprxy.dll /s

regsvr32 jscript.dll /s

regsvr32 wups2.dll /s

regsvr32 atl.dll /s

 

 

cd %windir%

ren SoftwareDistribution SoftDist-old

 

net start wuauserv

exit

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

let me know if you have any luck.

Clark...

--

Don't you have Google in your part of the world?

Posted

Re: HELP!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Microsoft Framework 2.0

 

CLARK!! Thank you so much for your help!!! The link to the clean-up tool

removed my framework 2.0 and then I could reinstall it. Everything works

great now.

Thanks again

Kirk

 

"Clark..." wrote:

> KIRK wrote:

> > My Microsoft.net Framework 2.0 seems to have a problem. I can't

> > delete it or reinstall it. I have to have it to open my Quickbooks

> > program and now I'm stuck. When I try to delete it my computer says

> > it encounters a problem and can't continue. When I go to the

> > microsoft website to update my system it tells me I don't have

> > Framework 2.0 and I need to install it. WhenI do this it goes through

> > the whole process and then says it can't install 2.0. My program

> > check says I all ready have it but it seems to not work or be seen by

> > the Microsoft uupdater. Please help if you can

>

> One thing to consider, has a drive letter on the computer been changed in

> Disk Management in control panel??, this also happened with a customer of

> mine that had to change a drive letter for a usb device, *I was getting an

> error 16 whatever, on the install of Quick Books* after hours of trying to

> fix it I changed the drive letter of the changed drive and bingo it worked!

> what is happening is the installer gets screwed up on what drive to look for

> on the install, and is not really a framework problem.

> How to change a drive letter

> To change an existing drive letter on a drive, on a partition, or on a

> volume, follow these steps: 1. Log on as Administrator or as a member of the

> Administrators group.

> 2. Click Start, click Control Panel, and then click Performance and

> Maintenance.

> 3. Click Administrative Tools, double-click Computer Management, and

> then click Disk Management in the left pane.

> 4. Right-click the drive, the partition, the logical drive, or the

> volume that you want to assign a drive letter to, and then click Change

> Drive Letter and Paths.

> 5. Click Change.

> 6. Click Assign the following drive letter if it is not already

> selected, click the drive letter that you want to use, and then click OK.

> 7. Click Yes when you are prompted to confirm the drive letter change.

>

>

> If the above is not the issue try this:

> The problem your having can be a real pain in the ass, I have fixed it a

> couple of times but not incrementally, so here are a few ideas, eventually I

> fixed the problem but I don't know what was *the* fix.

>

> install Windows installer 3.1 from Microsoft just do a search on their site.

>

> http://wiki.djlizard.net/Dial-a-fix#Mirrors.2Fdownload_locations.2C_and_articles/

> I use this all the time. don't forget to read about it.

>

> http://www.vista-xp.co.uk/forums/sitemap/t-8252.html link to forum dot net

> cleanup tool

> link to zip: http://astebner.sts.winisp.net/Tools/dotnetfx_cleanup_tool.zip

>

> or try this too, works with all update problems so far, for me anyway.

> Copy/paste this into a notepad doc, and save as updatefix.bat..

> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

> echo off

> c:

>

> net stop wuauserv

>

> regsvr32 /u wuapi.dll /s

> regsvr32 /u wups.dll /s

> regsvr32 /u wuaueng.dll /s

> regsvr32 /u wuaueng1.dll /s

> regsvr32 /u wucltui.dll /s

> regsvr32 /u wuweb.dll /s

> regsvr32 /u MSXML3.dll /s

> regsvr32 /u qmgr.dll /s

> regsvr32 /u qmgrprxy.dll /s

> regsvr32 /u jscript.dll /s

> regsvr32 /u wups2.dll /s

> regsvr32 /u atl.dll /s

> regsvr32 wuapi.dll /s

> regsvr32 wups.dll /s

> regsvr32 wuaueng.dll /s

> regsvr32 wuaueng1.dll /s

> regsvr32 wucltui.dll /s

> regsvr32 wuweb.dll /s

> regsvr32 MSXML3.dll /s

> regsvr32 qmgr.dll /s

> regsvr32 qmgrprxy.dll /s

> regsvr32 jscript.dll /s

> regsvr32 wups2.dll /s

> regsvr32 atl.dll /s

>

>

> cd %windir%

> ren SoftwareDistribution SoftDist-old

>

> net start wuauserv

> exit

> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

> let me know if you have any luck.

> Clark...

> --

> Don't you have Google in your part of the world?

>

>

>

Guest Clark...
Posted

Re: HELP!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Microsoft Framework 2.0

 

Your welcome.

maybe I could fix computers for a living?

oh wait I do!

I'm glad one of the fixes worked for you.

Clark...

 

KIRK wrote:

> CLARK!! Thank you so much for your help!!! The link to the clean-up

> tool removed my framework 2.0 and then I could reinstall it.

> Everything works great now.

> Thanks again

> Kirk

>

> "Clark..." wrote:

>

>> KIRK wrote:

>>> My Microsoft.net Framework 2.0 seems to have a problem. I can't

>>> delete it or reinstall it. I have to have it to open my Quickbooks

>>> program and now I'm stuck. When I try to delete it my computer says

>>> it encounters a problem and can't continue. When I go to the

>>> microsoft website to update my system it tells me I don't have

>>> Framework 2.0 and I need to install it. WhenI do this it goes

>>> through the whole process and then says it can't install 2.0. My

>>> program check says I all ready have it but it seems to not work or

>>> be seen by the Microsoft uupdater. Please help if you can

>>

>> One thing to consider, has a drive letter on the computer been

>> changed in Disk Management in control panel??, this also happened

>> with a customer of mine that had to change a drive letter for a usb

>> device, *I was getting an error 16 whatever, on the install of Quick

>> Books* after hours of trying to fix it I changed the drive letter of

>> the changed drive and bingo it worked! what is happening is the

>> installer gets screwed up on what drive to look for on the install,

>> and is not really a framework problem.

>> How to change a drive letter

>> To change an existing drive letter on a drive, on a partition, or on

>> a volume, follow these steps: 1. Log on as Administrator or as a

>> member of the Administrators group.

>> 2. Click Start, click Control Panel, and then click

>> Performance and Maintenance.

>> 3. Click Administrative Tools, double-click Computer

>> Management, and then click Disk Management in the left pane.

>> 4. Right-click the drive, the partition, the logical drive, or

>> the volume that you want to assign a drive letter to, and then click

>> Change Drive Letter and Paths.

>> 5. Click Change.

>> 6. Click Assign the following drive letter if it is not already

>> selected, click the drive letter that you want to use, and then

>> click OK.

>> 7. Click Yes when you are prompted to confirm the drive letter

>> change.

>>

>>

>> If the above is not the issue try this:

>> The problem your having can be a real pain in the ass, I have fixed

>> it a couple of times but not incrementally, so here are a few ideas,

>> eventually I fixed the problem but I don't know what was *the* fix.

>>

>> install Windows installer 3.1 from Microsoft just do a search on

>> their site.

>>

>> http://wiki.djlizard.net/Dial-a-fix#Mirrors.2Fdownload_locations.2C_and_articles/

>> I use this all the time. don't forget to read about it.

>>

>> http://www.vista-xp.co.uk/forums/sitemap/t-8252.html link to forum

>> dot net cleanup tool

>> link to zip:

>> http://astebner.sts.winisp.net/Tools/dotnetfx_cleanup_tool.zip

>>

>> or try this too, works with all update problems so far, for me

>> anyway. Copy/paste this into a notepad doc, and save as

>> updatefix.bat.. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

>> echo off

>> c:

>>

>> net stop wuauserv

>>

>> regsvr32 /u wuapi.dll /s

>> regsvr32 /u wups.dll /s

>> regsvr32 /u wuaueng.dll /s

>> regsvr32 /u wuaueng1.dll /s

>> regsvr32 /u wucltui.dll /s

>> regsvr32 /u wuweb.dll /s

>> regsvr32 /u MSXML3.dll /s

>> regsvr32 /u qmgr.dll /s

>> regsvr32 /u qmgrprxy.dll /s

>> regsvr32 /u jscript.dll /s

>> regsvr32 /u wups2.dll /s

>> regsvr32 /u atl.dll /s

>> regsvr32 wuapi.dll /s

>> regsvr32 wups.dll /s

>> regsvr32 wuaueng.dll /s

>> regsvr32 wuaueng1.dll /s

>> regsvr32 wucltui.dll /s

>> regsvr32 wuweb.dll /s

>> regsvr32 MSXML3.dll /s

>> regsvr32 qmgr.dll /s

>> regsvr32 qmgrprxy.dll /s

>> regsvr32 jscript.dll /s

>> regsvr32 wups2.dll /s

>> regsvr32 atl.dll /s

>>

>>

>> cd %windir%

>> ren SoftwareDistribution SoftDist-old

>>

>> net start wuauserv

>> exit

>> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

>> let me know if you have any luck.

>> Clark...

>> --

>> Don't you have Google in your part of the world?


×
×
  • Create New...