Curious. A new update notification came today yet the "more information" doesn't successfully show a kb article.
Is anyone able to view more information about this update to find out what it is?
EDIT: updated links to open in new window.
Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
Curious. A new update notification came today yet the "more information" doesn't successfully show a kb article.
Is anyone able to view more information about this update to find out what it is?
EDIT: updated links to open in new window.
This is weird. Just today, I happened to have opened up a OneNote notebook that's been sitting on my SkyDrive for I don't know how long, and therein was this code snippet whose origin I haven't the faintest clue about:
public class FlatFileAttribute : Attribute
{
public int Position { get; set; }
public int Length { get; set; }
public Padding Padding { get; set; }
/// <summary>
/// Initializes a new instance of the <see cref="FlatFileAttribute"/> class.
/// </summary>
/// <param name="position">Each item needs to be ordered so that
/// serialization/deserilization works even if the properties
/// are reordered in the class.</param>
/// <param name="length">Total width in the text file</param>
/// <param name="padding">How to do the padding</param>
public FlatFileAttribute(int position, int length, Padding padding)
{
Position = position;
Length = length;
Padding = padding;
}
}
Compare this with the first slide in your slideshow.
Ah you mean http://support.microsoft.com/kb/2635973 ? Yea. Strange. Will try to find out more.
@blowdart: That's the one. Someone opened a connect case for this as well. That seems like overkill.
Just installed the KB2635973 .... now Vs will NOT open any of my Style sheets ... they open fine in expression 4 ... any ideas ???
It's being worked on right now ![]()
perfect ... guess I'll have some lunch ... lol
10 minutes ago, Mikkie wrote
perfect ... guess I'll have some lunch ... lol
Umm not the stylesheet issue - the KB publication. If you are seeing crashes after installing the patch please open a new bug report on Connect.
Thank you ... no crashing ... just this VS error when I double click on a style sheet ... "The operation could not be completed. Unspecified error". will place it on connect ... thanks again
Sorry new to this ... can't seem to find where I should go to log the bug ... can you give me a link ... thank you in advance
4 minutes ago, Mikkie wrote
Sorry new to this ... can't seem to find where I should go to log the bug ... can you give me a link ... thank you in advance
The KB article is live.
Neat timing. I recall seeing that error a few days ago. Thanks blowdart.
10 minutes ago, davewill wrote
Neat timing. I recall seeing that error a few days ago. Thanks blowdart.
You're welcome.
I don't understand why this update was offered despite the fact that I don't have a localized version of Visual Studio.
Add your 2¢