Showing posts with label Visual Studio 2010. Show all posts
Showing posts with label Visual Studio 2010. Show all posts

Visual Studio 2010 SP1 CSS3 Support

How do you feed when you install Visual Studio 2010 Service Pack 1 and come to know that it didn't install CSS 3.0 support.

I had the same issue. I was planning to have CSS 3.0 support in VS2010.

I installed Service Pack 1 because Microsoft says "We encourage all ASP.NET developers to start taking advantage of what HTML5 and CSS3 has to offer already today.", but  couldn't see the support for CSS 3.0.

There is an extension from Microsoft, that installs CSS 3.0 Support only if you have SP1 installed and CSS 3.0 support is not there.

Click here to download and install the extension.


The type or namespace name 'Publishing' does not exist in the namespace 'Microsoft.SharePoint' (are you missing an assembly reference)

I was working to publish assembly reference in your SharePoint 2010 and faced the error message :
The type or namespace name 'Publishing' does not exist in the namespace 'Microsoft.SharePoint' (are you missing an assembly reference)

I did some Google and found this good solution link from Microsoft TechNet site.


How to : Use Visual Studio TODO Comments

There are many type of comments available in Visual Studio, but have you ever seen the TODO comment?

abstract:

You have many tasks to remember, and you want to track them in Visual
Studio with TODO comments. These comments can help get you more
organized about your projects. You want to get the interface set up and
gain a way to list your to-do items in a central place. Here we look at
ways you can use TODO comments in your C# programs.

Using TODO

TODO
comments allow you to tell Visual Studio to maintain a central list of
tasks, which it reads from many different places in your code. The Task
List is a panel or floating window in Visual Studio that will display
all the TODO comments in your project. To open the list, go to View menu
-> Task List.


Some example TODO comments

You probably have a lot of code
that needs a lot of work. If you don't, then you need to write code that
needs a lot of work. Here are some examples of TODO lines that
Visual Studio 2008 will notice and put into its special Task Pane.

<i>//todo: fix dialog windows
//TODO: work on SQLCE guide
// Todo new screenshot</i>

Description of example. This
will appear in your tasks pane as a separate task. Note that you have
some flexibility with these tokens. The strings "todo", "TODO", and
"TODO" all work equally well—Visual Studio's parser gives you a little
bit of freedom.

More comments

Here we make a more general
point about comments in the C# programming language. Comments are used
only at the source level of your program, not the compiled version of
the program. The TODO comments noted here are parsed by Visual Studio in
the IDE. You can find more about how comments relate to C# programs
here.


Click here to read  the original article on TODO Comment



The project location is not trusted

I met with such an error when I tried to open a project "The project location is not trusted"

Just googled for the resolution and found a really useful blog by Chris Craft.

here are the abstracts from  the same:

"This dialog box appears if you attempt to open or create a client project on a Universal Naming Convention (UNC) path. By default, a UNC path is not a trusted location for a project. Your project might not run correctly when you attempt to debug or run from this location.
 That is definitely the dialog box I was getting. Now I was concerned. One thing I am sure of, is that if my computer thinks my C:\ driver is an untrusted UNC path, I was going to be in a world of hurt, if I didn't find and fix the fundamental issue.
This information also concerned me because I was using a Virtual PC to try and open this project with. And I started to wondering if this was somehow playing a part in the issue."


Click here to read the original article
OR
Copy paste the below URL to you browser address bar
http://www.cjcraft.com/blog/2007/09/02/ TheProjectLocationIsNotTrusted.aspx

Microsoft Visual Studio 2010 : Full Trial Version is available for download

Discover how Visual Studio 2010 Professional helps individual developers
build, test, and debug software solutions.

Click here to download Visual Studio 2010 Professional or Visual Studio 2010 Ultimate Full Trial Version.

Visual Studio 2010 and .NET Framework 4.0

Visual Studio 2010 and .NET Framework 4.0 Overview


Excerpts:
Visual Studio 2010 and the .NET Framework 4.0 mark the next generation
of developer tools from Microsoft. Designed to address the latest needs
of developers, Visual Studio and the .NET Framework deliver key
innovations in the following pillars:

For more details click here

or

You can click http://msdn.microsoft.com/en-us/vstudio/products/cc948977.aspx