Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Feb 16, 2012 08:42 AM by shree_ars
Participant
1395 Points
776 Posts
Feb 15, 2012 09:53 AM|LINK
Hi dudes,
I need to know in which language the .net project is created.
Is this details available any where in assemblyinfo.
How to find the language of the project.
1810 Points
341 Posts
Feb 15, 2012 10:01 AM|LINK
hi Please refer this...
http://www.daniweb.com/software-development/computer-science/threads/89815
986 Points
247 Posts
Feb 15, 2012 10:04 AM|LINK
Are you talking about the .net famework or any project that you have created.
If you are asking about .net framework then the CLR is in c and c++ and most of the libraries are in c#.
Feb 15, 2012 10:29 AM|LINK
Yes. in .Net framework.. how we can identify the project language.
1822 Points
566 Posts
Feb 15, 2012 12:02 PM|LINK
Hi shree_ars,
If followed your post correctly, check the file extensions in project folder for .vb for Visual Basic language and .cs for CSharp.
hope it helps you.
Feb 16, 2012 03:52 AM|LINK
which file that i need to check....
If ur project is WPF then how could u decide the project language, bex its extension is .XAML right...?
Feb 16, 2012 04:00 AM|LINK
Hi,
deciding upon project language is when you choose the project template in opening the file. correct me if wrong.
When the new Item dialog box opens, Left pane are separated by language type. for example, VB or C#.
Feb 16, 2012 04:05 AM|LINK
Dude.. thats ok.
But my question is without visual studio IDE, is it possible to find the language of the project which its use.
Its that language value available in any of the XML or assembly file .
Do u got it.. i am refering to the project folder in windows explorer...just forget about VS IDE.
Feb 16, 2012 04:17 AM|LINK
okay, In windows explorer the Icon specifies the type of language. I mean Icon is embossed with VB or C#. I have check in all the view types.
Thumbnails, Tiles, Icons, list and details.
verify and let us know.
Feb 16, 2012 04:20 AM|LINK
Ya..Its too one of the way.
But i am need to find that through my code.. SO if its stored in any of the config file then its gud to pick it...
any thing like that...
shree_ars
Participant
1395 Points
776 Posts
.Net project language
Feb 15, 2012 09:53 AM|LINK
Hi dudes,
I need to know in which language the .net project is created.
Is this details available any where in assemblyinfo.
How to find the language of the project.
venkatmca008
Participant
1810 Points
341 Posts
Re: .Net project language
Feb 15, 2012 10:01 AM|LINK
hi Please refer this...
http://www.daniweb.com/software-development/computer-science/threads/89815
Microsoft Certified Professional
Please mark the replies as answers if they help or unmark if not.
If you have any feedback about my replies, please contact venkatmca008@gmail.com
dinesh kumar...
Participant
986 Points
247 Posts
Re: .Net project language
Feb 15, 2012 10:04 AM|LINK
Are you talking about the .net famework or any project that you have created.
If you are asking about .net framework then the CLR is in c and c++ and most of the libraries are in c#.
Jai Jagannath
shree_ars
Participant
1395 Points
776 Posts
Re: .Net project language
Feb 15, 2012 10:29 AM|LINK
Yes. in .Net framework.. how we can identify the project language.
aspnet2sams
Participant
1822 Points
566 Posts
Re: .Net project language
Feb 15, 2012 12:02 PM|LINK
Hi shree_ars,
If followed your post correctly, check the file extensions in project folder for .vb for Visual Basic language and .cs for CSharp.
hope it helps you.
shree_ars
Participant
1395 Points
776 Posts
Re: .Net project language
Feb 16, 2012 03:52 AM|LINK
which file that i need to check....
If ur project is WPF then how could u decide the project language, bex its extension is .XAML right...?
aspnet2sams
Participant
1822 Points
566 Posts
Re: .Net project language
Feb 16, 2012 04:00 AM|LINK
Hi,
deciding upon project language is when you choose the project template in opening the file. correct me if wrong.
When the new Item dialog box opens, Left pane are separated by language type. for example, VB or C#.
hope it helps you.
shree_ars
Participant
1395 Points
776 Posts
Re: .Net project language
Feb 16, 2012 04:05 AM|LINK
Dude.. thats ok.
But my question is without visual studio IDE, is it possible to find the language of the project which its use.
Its that language value available in any of the XML or assembly file .
Do u got it.. i am refering to the project folder in windows explorer...just forget about VS IDE.
aspnet2sams
Participant
1822 Points
566 Posts
Re: .Net project language
Feb 16, 2012 04:17 AM|LINK
okay, In windows explorer the Icon specifies the type of language. I mean Icon is embossed with VB or C#. I have check in all the view types.
Thumbnails, Tiles, Icons, list and details.
verify and let us know.
shree_ars
Participant
1395 Points
776 Posts
Re: .Net project language
Feb 16, 2012 04:20 AM|LINK
Ya..Its too one of the way.
But i am need to find that through my code.. SO if its stored in any of the config file then its gud to pick it...
any thing like that...