Missing '}' on MSDN

  • Thread starter Thread starter Laurent Bugnion [MVP]
  • Start date Start date
Laurent,

You can add a correction to the article in the form of "Community Content"
(scroll to the bottom of the article for the link to add community content).

If you don't have access, check with your MVP Lead so you get it.



Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
 
Hi Juan,
Laurent,

You can add a correction to the article in the form of "Community Content"
(scroll to the bottom of the article for the link to add community content).

If you don't have access, check with your MVP Lead so you get it.



Juan T. Llibre, asp.net MVP

Thanks for the hint. Funnily, when I connect to the "community content",
the code looks fine. However, when I look at the page in Firefox2 or
IE7, all closing '}' are gone from the C++, C# and J# examples. Not only
for this page either.

http://msdn2.microsoft.com/en-us/library/d62kzs03(VS.80).aspx
http://msdn2.microsoft.com/en-us/library/system.io.stringwriter(VS.80).aspx
etc...

The problem seems to appear only in the (VS.80) pages though.

Could you tell me if you have the same problem? If so, I'll report that
to my MVP lead I guess.

Greetings,
Laurent
 
The only places where the curly brackets are missing,
for both links, in both Firefox 2 and IE6, are :

C#
public static FileStream Create (
string path
)

C++
public:
static FileStream^ Create (
String^ path
)

Clearly, a transcription mistake for both code segments.

In the other C# and C++ samples, the curly brackets are there, in both Firefox 2 and IE6.

I don't have my IE7 box on ( my power inverter has limited capacity
and we have a blackout ) so I can't tell you about what happens in IE7.




Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
Laurent Bugnion said:
Hi Juan,
Laurent,

You can add a correction to the article in the form of "Community Content"
(scroll to the bottom of the article for the link to add community content).

If you don't have access, check with your MVP Lead so you get it.



Juan T. Llibre, asp.net MVP

Thanks for the hint. Funnily, when I connect to the "community content", the code looks fine.
However, when I look at the page in Firefox2 or IE7, all closing '}' are gone from the C++, C# and
J# examples. Not only for this page either.

http://msdn2.microsoft.com/en-us/library/d62kzs03(VS.80).aspx
http://msdn2.microsoft.com/en-us/library/system.io.stringwriter(VS.80).aspx
etc...

The problem seems to appear only in the (VS.80) pages though.

Could you tell me if you have the same problem? If so, I'll report that to my MVP lead I guess.

Greetings,
Laurent
--
Laurent Bugnion [MVP ASP.NET]
Software engineering: http://www.galasoft-LB.ch
PhotoAlbum: http://www.galasoft-LB.ch/pictures
Support children in Calcutta: http://www.calcutta-espoir.ch
 
Back
Top