Category Archives: Visual Studio 2010

CRVS 2010 print issue

Issue: We have an application using CR 13 SP2 with Print Mode as PDF. Print is working fine and after print the page become frozen. Work Around:  1 Open IE Open Manage Add-ons Disable Adobe PDF Reader Work Around: 2 Open … Continue reading

Posted in ASP.Net, Visual Studio 2010, VSTS 2010 | Tagged | Leave a comment

Visual Studio 2010 – Schema Compare Specific Object Compare

We have a requirement to compare two databases and we used the schema comparison tool in Visual Studio. We want to find the difference between the databases in terms of specific objects like SP, Functions and views. When we ignore … Continue reading

Posted in Visual Studio 2010 | Tagged , | 1 Comment

WCF – Could not able to establish trust relationship

Recently we faced this issue with one of our WCF Rest service. This service is working fine with http and we converted the same to use https using server certificate. Server certificate is added to the Trusted Root certificates store … Continue reading

Posted in WCF | Tagged , , | 4 Comments

MICROSOFT “ROSLYN” CTP

The Roslyn project changes that model by opening up the Visual Basic and C# compilers as APIs. These APIs allow tools and end-users to share in the wealth of information the compilers have about code. The Roslyn CTP previews the … Continue reading

Posted in Visual Studio 2010, Visual Studio 2011, VSTS 2010, VSTS 2011 | Tagged | Leave a comment

Web Performance Test Using Visual Studio – Part III

Performance of an application is very important for a multi-user application. Performance is not only the speed of execution; it includes the load and concurrency aspects. Visual Studio is one of the tools used for Performance Test. Visual Studio Test … Continue reading

Posted in Load Test, performance Test, Visual Studio 2010, VSTS 2010 | Tagged , | 8 Comments