Search the web
Sign In
New User? Sign Up
win_tech_off_topic · Windows Technical: Off Topic
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
The 'right' way to do schema versioning?   Message List  
Reply | Forward Message #56792 of 59807 |
RE: [OT] .net Framework sourcecode now available

Have people been getting this to work?  I followed the instructions in the blog post, and can load the symbols, but there's not actually any source being displayed and I can't step into things I should be able to (System.Xml, for instance).

 

 

From: win_tech_off_topic@yahoogroups.com [mailto:win_tech_off_topic@yahoogroups.com] On Behalf Of James Berry
Sent: Thursday, January 17, 2008 9:41 AM
To: 'win_tech_off_topic@yahoogroups.com'
Subject: [OT] .net Framework sourcecode now available

 

The .net framework sourcecode (or a large section of it anyway) has now been released and you can debug right into it from visual studio 2008.

 

http://weblogs.asp.net/scottgu/archive/2008/01/16/net-framework-library-source-code-now-available.aspx

 

I’ve spent quite a bit of today navigating around, and this is a brilliant resource.  Haven’t solved my dialog box problem fully, mind – but there you are ;-)

 

Best wishes

James

 



Fri Jan 18, 2008 10:25 pm

schramm9
Online Now Online Now
Send Email Send Email

Forward
Message #56792 of 59807 |
Expand Messages Author Sort by Date

This is so silly. .NET FCL source should have been released with .NET was first released. They should release instrumented binaries so I can debug from my...
jjm_morgan
Offline Send Email
Jan 17, 2008
5:46 pm

Have people been getting this to work? I followed the instructions in the blog post, and can load the symbols, but there's not actually any source being...
Jeremy Lew
schramm9
Online Now Send Email
Jan 18, 2008
10:25 pm

This works absolutely fine. Make sure you follow the instructions at Shawn Burke's blog [1]. Things to remember: 1. Enable Symbol Server Support. 2. Disable...
Jalil Vaidya
jalilv
Offline Send Email
Jan 19, 2008
3:58 am

I did all that. Like I said, the symbols load ok, and I can see stack frames which weren't there before, but they are grayed out and I don't get any source...
Jeremy Lew
schramm9
Online Now Send Email
Jan 19, 2008
1:51 pm

Are you on Vista SP1 (any of the betas fort hat)? It updates some version number of all CLR assemblies (or something like that) and they don't yet have source...
davidacoder
Offline Send Email
Jan 19, 2008
3:04 pm

is this only supported under visual studio 2008? our company hasn't migrated our website to 2008 yet. will we not be able to take advantage of this until we...
mike
vista21
Offline Send Email
Jan 20, 2008
7:39 pm

hmm looks like only supported under 2008. darn. i guess this is one good reason to push the migration to 2008 sooner. ... -- There are 10 types of people,...
mike
vista21
Offline Send Email
Jan 20, 2008
7:49 pm

Just in case you're not aware, you can move to 2008 without moving to .NET 3.0/3.5. I am successfully writing code in 2008 against the 2.0 framework.that...
Shawn Wildermuth
aunyay
Offline Send Email
Jan 20, 2008
8:35 pm

The upgraded .sln file is definitely only compatible with 2008; however, the "upgraded" .csproj file reported still works fine in 2005. You can keep ...
Brad Wilson
bradw_64
Offline Send Email
Jan 20, 2008
9:55 pm

Nice info! I didn’t realize the csproj’s weren’t upgraded. Thanks, Shawn Wildermuth http://adoguy.com <http://adoguy.com/> ...
Shawn Wildermuth
aunyay
Offline Send Email
Jan 20, 2008
9:59 pm

This is only partially correct. There are new project settings in VS 2008. If you use these new settings then you will get build errors if you try to build...
Kevin Hegg
kevinhegg22201
Offline Send Email
Jan 20, 2008
11:39 pm

since i know we won't be going to 2008 anytime soon, i think i will opt for this solution. this way i can work in 2008 and take advantage of all the features...
mike
vista21
Offline Send Email
Jan 21, 2008
12:38 am

oh ok, good point. so if i were to present an argument to move to 2008 to the entire development team sooner rather than later, i could say we would stay with...
mike
vista21
Offline Send Email
Jan 20, 2008
10:54 pm

oh and what other benefits will come along with going to 2008? right now i know of a couple, like javascript intellisense/debugging and the ajax support... ...
mike
vista21
Offline Send Email
Jan 20, 2008
10:56 pm

One weirdly side affect of moving to 2008 is that you are moving to the C# 3.0 compiler (though still targeting the same framework). I expect this is a bit of...
Shawn Wildermuth
aunyay
Offline Send Email
Jan 20, 2008
11:10 pm

On Jan 20, 2008 3:10 PM, Shawn Wildermuth <swildermuth.lists@...> ... Totally agree. The very second I can eradicate 2005 from my machine (and the ...
Brad Wilson
bradw_64
Offline Send Email
Jan 21, 2008
1:28 am

Multi threaded debugging?...
Mike Frith
mwfrith
Online Now Send Email
Jan 20, 2008
11:34 pm

I don't see any reason not to "migrate to VS.net 2008" -- basically, you can use any version of the CLR with it, and I've yet to come across an application...
Walt Crosby
ihatefleet
Offline Send Email
Jan 21, 2008
3:49 am

Just be aware that your compiling with the 3.0 C# compiler which means that you may get different behavior with some code though I don't expect it to be a...
Shawn Wildermuth
aunyay
Offline Send Email
Jan 21, 2008
3:54 am

One of the "advantages", or side effect if you will, of moving to VS2008 is that you can use some of the C# 3.0 features and still target .NET Framework 2.0....
Jalil Vaidya
jalilv
Offline Send Email
Jan 21, 2008
4:17 am

that's interesting. so another reason to move to 2008 and continue to target our 2.0 framework. thanks! i just wish i could be 100% we wouldn't introduce...
mike
vista21
Offline Send Email
Jan 21, 2008
4:22 am

That's where the rubber meets the road..I think its cool that compiler based features can be added to 2.0 projects but my fearful side wonders what ...
Shawn Wildermuth
aunyay
Offline Send Email
Jan 21, 2008
4:40 am

Be wary when upgrading a website, especially if you use a lot of 3rd party controls. I've had serious issues when editing .aspx files in source view and it...
Ryan Rinaldi (TT)
rrinaldi20
Offline Send Email
Jan 21, 2008
3:23 pm

Well, not *any* version... It won't do < 2.0. My previous employer still has a lot of 1.1 code (ugh)....
Roy Green
roygreen_atl
Offline Send Email
Jan 21, 2008
4:49 am

You are right, the CLR targeted will be 2.0. Microsoft's marketing combined with versioning of .NET Framework post 2.0 has caused lot of confusion regarding...
Jalil Vaidya
jalilv
Offline Send Email
Jan 21, 2008
5:09 pm

The latest C# compiler (VS2008 as well as .NET 2.0 SP1) includes changes to the NXCOMPAT flag handling. ...
Adrian Bateman
adrianbateman
Offline Send Email
Jan 24, 2008
1:51 pm

Nope, I'm on server 2003. From: win_tech_off_topic@yahoogroups.com [mailto:win_tech_off_topic@yahoogroups.com] On Behalf Of davidacoder Sent: Saturday, January...
Jeremy Lew
schramm9
Online Now Send Email
Jan 23, 2008
2:22 pm

... One reason I've found to date is that the only database forward engineering from a model outside of the SQL Server modelling stuff [via devenv & sqlwb and ...
Bartelink, Ruben
rbartelink
Offline Send Email
Jan 21, 2008
10:50 am

<http://images.google.com/imgres?imgurl=http://www.popartuk.com/g/l/lgMP0163.jpg&imgrefurl=http://www.iidb.org/vbb/showthread.php%3Ft%3D219619&h=452&w=320&sz=2...
Shawn A. Van Ness
arithex
Offline Send Email
Jan 17, 2008
4:50 pm

I think I have this done now. Here's what I do: I enumerate all the thread windows using EnumThreadWindows (checking for IsWindowVisible in the loop). I get...
James Berry
jabesuk
Offline Send Email
Jan 17, 2008
5:58 pm
 First  |  |  Last 
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help