Wednesday

visual studio 2010 crashes on startup

to solve this problem do following :

  1. Stop Windows Presentation Foundation Font Cache 4.0.0.0 service (or kill WPFFontCache_v0400.exe proc)

  2. Delete *.dat

    from XP - %SystemDrive%\Documents and Settings\LocalService\Local Settings\Application Data.

    Vista/Win7 - %windir%\ServiceProfiles\LocalService\AppData\Local\.

  3. Reboot and you should be able to use Visual Studio.


Saturday

how to be happy

1. Counting your blessings: Expressing gratitude for what you have (either privately – through contemplation or journaling or to a close other) or conveying your appreciation to one or more individuals whom you’ve never properly thanked.


2. Cultivating optimism: Keeping a journal in which you imagine and write about the best possible future for yourself, or practicing to look at the bright side of every situation.


3. Avoiding overthinking and social comparison: Using strategies (such as distraction) to cut down on how often you dwell on your problems and compare yourself to others.


4. Practicing acts of kindness: Doing good things for others, whether friends or strangers, either directly or anonymously, either spontaneously or planned.


5. Nurturing Relationships: Picking a relationship in need of strengthening, and investing time and energy in healing, cultivating, affirming, and enjoying it.



6. Doing more activities that truly engage you: Increasing the number of experiences at home and work in which you “lose” yourself, which are challenging and absorbing.)


7. Replaying and savoring life’s joys: Paying close attention, taking delight, and going over life’s momentary pleasures and wonders – through thinking, writing, drawing, or sharing with another.


8. Committing to your goals: Picking one, two, or three significant goals that are meaningful to you and devoting time and effort to pursuing them.



9. Developing strategies for coping: Practicing ways to endure or surmount a recent stress, hardship, or trauma.


10. Learning to forgive: Keeping a journal or writing a letter in which you work on letting go of anger and resentment towards one or more individuals who have hurt or wronged you.


11. Practicing religion and spirituality: Becoming more involved in your church, temple, or mosque, or reading and pondering spiritually-themed books.


12. Taking care of your body: Engaging in physical activity, meditating, and smiling and laughing.


Thursday

restart service remotely and copy service files bat file.


set comd=copy /V /Y /B
set srv_com=c:\tools\SysInternals\psservice.exe
set src=C:\ms_projects\mscore\EnterpriseBusinessSystem\Dev\BillingSchedule\src\Business.CustomerServices\bin\Debug\
set dest=\\development\c$\Program Files\Processing Services\
set srvname="Processing Service"

%srv_com% \\development stop %srvname%
sleep 10s

%comd% "%src%Business.CustomerServices.dll" "%dest%"
%comd% "%src%Business.CustomerServices.pdb" "%dest%"

rem %comd% "%src%*.dll" "%dest%"
rem %comd% "%src%*.pdb" "%dest%"



%srv_com% \\development start %srvname%

echo on
pause

imagemagic add text to image

rem different types of text annotations on existing images rem cyan yellow orange gold rem -gravity SouthWest rem draw text and anno...