Windows Phone Developers

Saturday, March 27, 2010

A using clause must precede all other elements defined in the namespace except extern alias declarations

A using clause must precede all other elements defined in the namespace except extern alias declarations error occurs when the using class is not defined at the beginning.

class

PSample

{

}

}

using

System;

using

System.Collections.

Generic;

using

System.

Linq;

using

System.

Text;



Digg Technorati Delicious StumbleUpon Reddit BlinkList Furl Mixx Facebook Google Bookmark Yahoo
ma.gnolia squidoo newsvine live netscape tailrank mister-wong blogmarks slashdot spurl StumbleUpon

No comments:

Post a Comment