My ideas

Wednesday, February 21, 2007

aspnet_merge.exe exited with code 1 : how to resolve

yeah i got this too

well the problem most likely is

two of your aspx pages will be refrencing to the same class name in two different vb files

so change the class names in one of the vb files and the refrence to the class in the aspx page

Labels:

Monday, February 19, 2007

Stop annoying system beeps

A. Perform the following steps to disable your machine's system beep:

1. Right-click My Computer and select Manage.
2. Expand System Tools and select Device Manager.
3. From the View menu, select Show hidden devices.
4. Expand Non-Plug and Play Drivers.
5. Right-click Beep, and select Properties.
6. Select the Drivers tab.
7. Click Stop. You can also change the start-up type to Disabled so the beep service never starts.

B. Alternate Way


1. Start - Run, then type Regedit
2. Navigate to HKEY_CURRENT_USER\Control Panel\Sound
3. Edit/create the string value called Beeps. Set it to decimal 0 to disable the sound (or 1 to enable sounds)
4. Reboot


Keywords: Stop system beep , cpu beep, cpu sound , computer sound, computer audio

Labels: , , , ,

Thursday, February 15, 2007

How To View The Global Assembly Cache

Click My Computer

C:\Windows\Assembly

That is the Global Assembly Cache

where you can see your different Assemblies with Version

Labels: