Click here to Skip to main content
16,005,682 members
Home / Discussions / C#
   

C#

 
GeneralRe: zip libraries Pin
Gary Thom14-Sep-04 10:07
Gary Thom14-Sep-04 10:07 
GeneralRe: zip libraries Pin
Steve Maier14-Sep-04 10:44
professionalSteve Maier14-Sep-04 10:44 
GeneralRe: zip libraries Pin
Heath Stewart14-Sep-04 11:17
protectorHeath Stewart14-Sep-04 11:17 
GeneralRe: zip libraries Pin
suthan14-Sep-04 19:50
suthan14-Sep-04 19:50 
GeneralRe: zip libraries Pin
leppie15-Sep-04 6:07
leppie15-Sep-04 6:07 
GeneralWeb Page Comments Pin
Gary Hyslop at home14-Sep-04 7:48
Gary Hyslop at home14-Sep-04 7:48 
GeneralRe: Web Page Comments Pin
Dave Kreskowiak14-Sep-04 10:07
mveDave Kreskowiak14-Sep-04 10:07 
GeneralRe: Web Page Comments Pin
Heath Stewart14-Sep-04 11:05
protectorHeath Stewart14-Sep-04 11:05 
Actually, that is not a C# feature at all. The Microsoft Visual C# compiler supports generating document comments from the compiler. The comment XML grammar (schema) is not specific to C# at all and can be constructed manually. The VB.NET compiler in "Whidbey" (.NET Framework 2.0) will also be able to generate comments.

The tool in VS.NET to build a web site simply transforms the XML file that is generated for each assembly in your solution, just as NDoc[^] - one of many successful projects I've worked on - and other commercial applications do.

As Dave said, your problem is with Internet Explorer security settings and would not matter one bit if the web site you were viewing was generated from static HTML pages, PHP, ASP, ASP.NET, ol' CGI or anything else.

If you don't understand something, you ask in the right forum. This cannot be corrected on the server side, otherwise that would render security moot. It has to be solved from the client. Like many, many other sites on the web, if there are security settings keeping viewers from displaying the site the way you intend, then you have a support page instructing what they should do and hope they will do it (some may not because they don't understand - which means your directions are clear enough, typically - or because they choose not to). Like it or not, that's why security measures are in place.

This posting is provided "AS IS" with no warranties, and confers no rights.

Software Design Engineer
Developer Division Sustained Engineering
Microsoft

[My Articles]
GeneralBitmap Dispose Pin
ee9903514-Sep-04 7:33
ee9903514-Sep-04 7:33 
GeneralRe: Bitmap Dispose Pin
Dave Kreskowiak14-Sep-04 9:03
mveDave Kreskowiak14-Sep-04 9:03 
GeneralRe: Bitmap Dispose Pin
Tom Larsen14-Sep-04 11:56
Tom Larsen14-Sep-04 11:56 
GeneralBest way to do this.. Pin
eggie514-Sep-04 7:17
eggie514-Sep-04 7:17 
GeneralRe: Best way to do this.. Pin
Heath Stewart14-Sep-04 10:44
protectorHeath Stewart14-Sep-04 10:44 
GeneralRe: Best way to do this.. Pin
eggie514-Sep-04 11:47
eggie514-Sep-04 11:47 
GeneralRe: Best way to do this.. Pin
Heath Stewart14-Sep-04 12:01
protectorHeath Stewart14-Sep-04 12:01 
GeneralRe: Best way to do this.. Pin
eggie514-Sep-04 12:13
eggie514-Sep-04 12:13 
GeneralRe: Best way to do this.. Pin
eggie514-Sep-04 15:19
eggie514-Sep-04 15:19 
GeneralRe: Best way to do this.. Pin
Heath Stewart14-Sep-04 15:31
protectorHeath Stewart14-Sep-04 15:31 
GeneralProblem with registering a COM object Pin
Anonymous14-Sep-04 6:55
Anonymous14-Sep-04 6:55 
GeneralRe: Problem with registering a COM object Pin
mav.northwind14-Sep-04 7:11
mav.northwind14-Sep-04 7:11 
GeneralRe: Problem with registering a COM object Pin
Heath Stewart14-Sep-04 10:51
protectorHeath Stewart14-Sep-04 10:51 
GeneralRe: Problem with registering a COM object Pin
Code Learner15-Sep-04 5:12
sussCode Learner15-Sep-04 5:12 
Generalnetwork monitoring Pin
14-Sep-04 6:33
suss14-Sep-04 6:33 
GeneralRe: network monitoring Pin
Charlie Williams14-Sep-04 10:06
Charlie Williams14-Sep-04 10:06 
GeneralRe: network monitoring Pin
Dave Kreskowiak14-Sep-04 10:25
mveDave Kreskowiak14-Sep-04 10:25 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.