Apr
26
2012

Project file contains ToolsVersion="4.0", which is not supported by this version


We recently migrated our one of old project build and projects to VS 2010, we started getting error "Project file contains ToolsVersion="4.0", which is not supported by this version"

After investigating a little found build file is using MS-Build from older framework so when ever we do upgrade our build files 

should be updated to latest version. for example:

call "%VS100COMNTOOLS%\vsvars32.bat"
"%windir%\Microsoft.NET\Framework\v4.0.30319\msbuild.exe"

Cheers

Apr
24
2012

C# release version should have .pdb file


we have to answer multiple times and explain about why we are keeping pdb file in release and why other time not.

After looking into multiple blogs and going through details conclusion is simple.

If you have in-house releases consider releasing with PDB else you must not include PDB.

Generating PDBs in any configuration is a good thing, if you can consider providing PDB as separate setup so if anything goes wrong ask them run pdb setup and check error again for little more detail.

To make story short observe output:

Without PDB:

System.FormatException: One of the identified items was in an invalid format.  at WindowsFormsApplication1.Form1.button1_Click(Object sender, EventArgs e)

With PDB:

System.FormatException: One of the identified items was in an invalid format.  at WindowsFormsApplication1.Form1.button1_Click(Object sender, EventArgs e) in C:\Users\<UserName>\Documents\Visual Studio 2010\Projects\WindowsFormsApplication1\WindowsFormsApplication1\Form1.cs:line 21

Here are some links for reference:

Disable .pdb file generation in Release Mode

Add Crash Reporting to Your Applications

PDB Files: What Every Developer Must Know

 

Cheers

Apr
22
2012

Enable Desktop Experience in Windows Server 8 Beta


In the Features list, expandUser Interfaces and Infrastructure. Then,you will find the Desktop Experience feature.

Alternate we can use follwoing command.

dism /online /enable-feature /all /featurename:DesktopExperience

Cheers

Apr
19
2012

Free Database Comparison Tool


Some time back i have looking for small utility to keep database schema in sync across multiple development servers.

After seraching, came across Coders tool (Schema Compare) 1.0 found very usefull and handy,

Most important is do diff once save it as html and share with team to review.

Some screenshots from site.

Visit Coders tool for other products.

Cheers

Apr
17
2012

Error You need to install the latest silverlight developer before opening silverlight project


Got this error when try to work with silver light project

"you need to install the latest silver light developer before opening silver light project

Then I get a download the runtime at:

http://go.microsoft.com/fwlink/?LinkId=146060"

above link does not solve problem found below link works.

http://go.microsoft.com/fwlink/?LinkID=188039

if you still face problem uninstall other versions and install again.

Cheers

Apr
16
2012

Maxthon - best browser


I am not an expert on giving comment on any product, but after using Maxthon have to write it about it :)

Here is detail, I always use server family of windows OS on my PC for my development purpose i.e. Windows Server 2008 R2 or Windows Server 8 (Currently using).

As with server family you will get IE9 or IE 10 in case of windows server 8, they are good browser but because of server family browser or GP policy you always end up in having bad browsing exp.

I tried Chrome but it will keep crashing, fire fox is good but still not satisfactory.

Finally I tried Maxthon - Awesome browsing experience, never seen such a fast browser. No crash so far.

In-build RSS, Cloud support, best performance over HTML 5 etc. a really long list.

My Vote to Maxthon will be 5/5, At least for me as I use server OS and will use always.

Some reviews

Apr
9
2012

Multiple blogs


Hi Friends,

               As till now i have not finalized my master look for multiple blog site.

here are manual link to blogs available on www.gosam.info

1. http://www.gosam.info/SharePoint/

2. http://www.gosam.info/DotNet/

3 http://www.gosam.info/MSSql/

... more

I am migrating my blogs from old site, so soon we will have our all old blogs and Multle blog Master Layout coming.

Cheers.

Apr
9
2012

deleting unused windows services. (Read carefully before you try)


In our development we over 45 windows services and on going environment change and development at very frequent rate.

as we have package installer and uninstaller still many time we found service is not getting uninstalled & deleted from Windows services listing (services.msc).

here is quick way to remove them manually or install them using SC command.

open command prompt. and run command "SC delete <ServiceName>" .

read more about SC comand before you use it. same can be used for multiple operations too.

Alternate you can go to registry entry by regedit and  HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Services delete folder for desired service.

Cheers.

Dec
11
2011

Planned to get live in March 2012


After my harddrive is crashed it will take some time to get site up and running soon.

Planning to get site up and running in March 2012

Thanks for visiting.

For any suggestion please keep commenting your suggestions will be feed to keep my interest to make it more

appriopriate with good Contents.

 Donate with PayPal - it

Cheers till we go live fully.

Dec
11
2011

Things to build again


Hi Friends,

               As you all know, after hard disk crash i went to data recovery solutions. it seems they just feed on how critical data you have.

My mistake i told them i need to rtrive my live site and price they told me to retrive data is $5000 that some thing i can hire some one and let them write my all content back

still will be cheaper :) .

Any way so its all upto me now to write every thing what i lost. and i am on it.

Cheers.

 

 

Category list

Tags