Sunday, 29 April 2012
Saturday, 28 April 2012
The type 'System.IO.Packaging.Package' is defined in an assembly that is not referenced. You must add a reference to assembly 'WindowsBase'.
While i was working with the Open XML SDK 2.0, after i added the reference of DocumentFormat.OpemXml assembly and i build the Application I ran into this Error Message.
The type 'System.IO.Packaging.Package' is defined in an assembly that is not referenced. You must add a reference to assembly 'WindowsBase, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'
Just add another reference to WindowsBase assembly that is found in the .NET Tab.
The type 'System.IO.Packaging.Package' is defined in an assembly that is not referenced. You must add a reference to assembly 'WindowsBase, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'
Just add another reference to WindowsBase assembly that is found in the .NET Tab.
File Name Gets Truncated When Downloading The File Using Mozilla Firefox
Solved the Firefox Space problem. Surround your FileName with quotes.
You can Change the Code like this.
You can Change the Code like this.
HttpContext.Current.Response.AddHeader("Content-Disposition", "attachment; filename=" & """Month wise Employee Details" & "" & file.Extension)
HttpContext.Current.Response.ContentType = type
Response.TransmitFile(filename)
Response.End()
Friday, 27 April 2012
MUGH Windows Azure Boot Camp
MUGH is happy to announce first of its kind “Community Windows Azure Boot Camp”. These community boot-camps are totally FREE - for the community, by the community.
Agenda:
Agenda:
- Welcome
- Cloud computing and Windows Azure
- Basic Roles
- Advanced Roles
- Storage Basics
- Storing data with Azure Tables
- Storing data with Blobs
- Messaging with queues
Speaker: Phani Tipparaju
Phani Tipparaju is a Consulting Architect and co-founder of BrainScale consulting where he focuses on helping various customers with their architecture, design efforts and mentoring of developers. He regularly speaks at Hyderabad and Bangalore user group events. Besides architecting applications he is very focused on Azure and VS ALM. He is also an instructor with Pluralsight and helps with their on-demand sales in India. He blogs at - AllThingsAzure.com
Register @ http://mughwindowsazure.eventbrite.com/
Date: Saturday, May 5, 2012
Time: 9:30 AM - 5:00 PM
Venue:
Microsoft Office
Road No. 36, Jubliee Hills,
Hyderabad, Andhra Pradesh, India
Note:
- These sessions will be accompanied by Hands on labs
- Only candidates with laptops and data card (for internet) should enroll for this
- You should have minimum of 2 years of work experience (in .Net/ windows platform)
- Attendees should also have credit cards. This is for Azure sign-up (the credit card is only for sign-up, it won’t be charged)
- The list of software will be sent to registered candidates two days before the boot-camp day
- Lunch, Tea/ Coffee will be provided
Monday, 23 April 2012
How to Enable IE 8 Compatibility View for your whole Web site or for specific Web site directories
With the release of Internet Explorer 9, many Customer sites suddenly had rendering Errors and Problems displaying the site correctly.
In order to avoid Expensive and time consuming corrections Internet Explorer 9 has a new functionality called Compatibility View which enables the Browser to Emulate IE8.
Web Developers and site Administrators can configure IIS and their Sites to tell IE 9 to Automatically Emulate IE 8 when they visit their sites or Just specific Web Pages.
This is done Automatically by adding a custom HTTP Header to IIS and the Website web.config or to add a Meta Tag to Specific Pages.
The HTTP Header is interpreted by IE which will activate the Compatibility View and all other browsers will simply ignore this HTTP Header.
Here is Steps to do in IIS 7.5
1. Start s IIS Manager to do this, click Start, Click on Run ,type inetmgr, and then click OK.
2.Under Connections ,double-click the Server that you want, and then double-click Site.
3.Click the Web site,Where you want to add the custom HTTP Response Header.
4.Under Website Name double-click on HTTP Response Headers in IIS Section.
5.Under Actions Actions ,Click Add.
6.In the Name box ,type X-UA-Compatible.
7.In the Value box, type IE=EmulateIE8.
8.Click OK.
How Add the custom HTTP response header in the Web.config file
Resources:
Why are some webpages blank or incorrectly displayed in Internet Explorer?
Internet Explorer 9 Compatibility View
In order to avoid Expensive and time consuming corrections Internet Explorer 9 has a new functionality called Compatibility View which enables the Browser to Emulate IE8.
Web Developers and site Administrators can configure IIS and their Sites to tell IE 9 to Automatically Emulate IE 8 when they visit their sites or Just specific Web Pages.
This is done Automatically by adding a custom HTTP Header to IIS and the Website web.config or to add a Meta Tag to Specific Pages.
The HTTP Header is interpreted by IE which will activate the Compatibility View and all other browsers will simply ignore this HTTP Header.
Here is Steps to do in IIS 7.5
1. Start s IIS Manager to do this, click Start, Click on Run ,type inetmgr, and then click OK.
2.Under Connections ,double-click the Server that you want, and then double-click Site.
3.Click the Web site,Where you want to add the custom HTTP Response Header.
4.Under Website Name double-click on HTTP Response Headers in IIS Section.
5.Under Actions Actions ,Click Add.
6.In the Name box ,type X-UA-Compatible.
7.In the Value box, type IE=EmulateIE8.
8.Click OK.
How Add the custom HTTP response header in the Web.config file
To add this header to the Web.config file, create or revise the Web.config file as follows.
Note Add this new or revised Web.config file to each Web directory in which you want to use compatibility mode.<?xml version="1.0" encoding="utf-8"?> <configuration> <system.webServer> <httpProtocol> <customHeaders> <clear /> <add name="X-UA-Compatible" value="IE=EmulateIE8" /> </customHeaders> </httpProtocol> </system.webServer> </configuration>
Resources:
Why are some webpages blank or incorrectly displayed in Internet Explorer?
Internet Explorer 9 Compatibility View
Wednesday, 11 April 2012
Developer Conference 2012
Developer Conference 2012
Saturday, April 21, 2012 at 8:30 AM (GMT+0530)
Hyderabad, India
Agenda & Details Will be published soon. Watch out this space for more details.
Thursday, 15 March 2012
Free ebook: Introducing Microsoft SQL Server 2012
Friends, the final and complete version of Introducing Microsoft SQL Server 2012, by Ross Mistry (@RossMistry) and Stacia Misner (@StaciaMisner), is now ready as a free download! You can download the PDF version of this title here (288 pages; 10.8 MB).
Introducing Microsoft SQL Server 2012 includes 10 chapters:
Introducing Microsoft SQL Server 2012 includes 10 chapters:
PART I DATABASE ADMINISTRATION (by Ross Mistry)
1. SQL Server 2012 Editions and Engine Enhancements
2. High-Availability and Disaster-Recovery Enhancements
3. Performance and Scalability
4. Security Enhancements
5. Programmability and Beyond-Relational Enhancements
PART II BUSINESS INTELLIGENCE DEVELOPMENT (by Stacia Misner)
6. Integration Services
7. Data Quality Services
8. Master Data Services
9. Analysis Services and PowerPivot
10. Reporting Services
Join the Microsoft India TechEd India 2012 Live
| Unable to make it to the tech event of the year? Do not worry! We’ve got you covered with TechEd Live! |
| Get a real-time experience of the hottest action at TechEd India 2012-live streaming of keynote addresses, demos, technical tracks and more-right where you are. |
| A must see for all, including developers and administrators. Learn about new and exciting developments in Windows Phone, Windows Azure, Visual Studio 2011, Windows 8 and other cutting-edge technologies. |
| Register now! Watch TechEd Live unfold! |
Saturday, 10 March 2012
How to Enable IE 9 Compatibility View for your whole Web site or for specific Web site directories
Some websites may not behave as expected in Internet Explorer 9.This kind of problem does not occur in earlier versions of IE.
For example, you may experience any of the following symptoms in IE 9 :
- · Text are in wrong positions ,
- · Some website features does not work,
- · You receive script error messages on some website
To enable Compatibility include the following custom HTTP header for all requests to your site or directory.
X-UA-Compatible: IE=EmulateIE8
Add the custom HTTP response header in IIS
To add a custom HTTP response header at the website level,at the virtual directory level in IIS, follow the steps for the version of IIS that you are using.IIS 7 on a Windows Server 2008-based Web server
- Start IIS Manager. To do this, click Start, click Run, type inetmgr, and then click OK.
- Under Connections, double-click the server that you want, and then double-click Sites.
- Click the website, the folder, or the virtual directory where you want to add the custom HTTP response header.
- Under <website name> Home, double-click HTTP Response Headers in the IIS section.
Note The <website name> placeholder refers to the name of the website. - Under Actions, click Add.
- In the Name box, type X-UA-Compatible.
- In the Value box, type IE=EmulateIE8.
- Click OK.

How to add Microsoft Excel Application in Windows 7
- Start
- Run
- mmc -32 or DCOMCNFG -32 or dcomcnfg
- File
- Add Remove Snap-in
- Component Services
- Add
- OK
- Console Root
- Component Services
- Computers
- My Computer
- DCOM Config
- Microsoft Excel Application
Step to add:

Right click and select Properties->Select Identity Tab->Select This user and add the Administrator
accout and password
Select Security Tab, Under "Launch and Activation Permissions", Choose "Customize", Click "Edit" button, Add the everyone account and add all the Permissions
Do the same thing in "Access Permissions" and "Configuration Permissions".
Subscribe to:
Posts (Atom)















