User Group Meeting – 20th Aug 2011 – Kochi
Venue:
Orion India Systems Pvt Ltd, 103, 2nd floor, Tejomaya, Info park SEZ, Kakkanad, Kochi-682030
Agenda
- 09:30 – 09:40 Community updates
- 09:40 – 11:00 “Design Patterns in .Net” by Yanesh Tyagi
- 11:00 – 11:45 JavaScript MVVM in ASP.NET with KnockoutJS by Shiju Varghese
- 11:45 – 12:00 Tea Break (15 min)
- 12:00 – 12:45 Instrumenting & Profiling in .NET Apps” by Abraham Peter
- 12.45 – 01:00 Ask the experts
Speakers
- Abraham Peter is a Senior Software Developer with 6 years of experience. He has been working with Microsoft .NET technologies and recently with SharePoint 2010.
- Shiju Varghese -Microsoft MVP in ASP.NET, is a Technical Architect on the Microsoft .Net technology stack with a focus on web application development and Domain-Driven Design.
- Yanesh Tyagi -is a technical architect with Millennium Consultants. He has extensive 16 years of experience working on different technologies, specially Microsoft Technologies.
Windows 7 SDK Installation success or error status: 1603
Today my team lead asked me to install FxCop 10 for static code analysis(which is available as part of Windows 7 SDK.) in our projects. As I am using Visual Studio Professional edition, the inbuilt option for Static code analysis is not available. I downloaded the Windows 7 SDK ISO from http://www.microsoft.com/download/en/details.aspx?id=8442 link. And I am able to start the installation. After some time, I got a wiered error like the following -
After checking the log file I found a line like this. Installation success or error status: 1603. I searched for this particular error and it was a generic error, sometimes it was related to low disk space. I tried the installation serveral times and everytime I got the same error. Then I modified the installation options, I un-checked all the VC++ related options; which is not required for me. And its worked
Later I found some problem with the VC++ compiler options and Microsoft has released a patch for it. And you can down load it from http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=4422
Happy Coding
