Click here to Skip to main content
15,911,035 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
Questionwhat is GAC(Global Assembly Cache) and what is meant by digitally signing an assembly Pin
Mushtaque Nizamani6-Oct-06 0:53
Mushtaque Nizamani6-Oct-06 0:53 
AnswerRe: what is GAC(Global Assembly Cache) and what is meant by digitally signing an assembly Pin
Mike Dimmick6-Oct-06 5:27
Mike Dimmick6-Oct-06 5:27 
QuestionRDA Pull error 28037 Pin
rsgdba6-Oct-06 0:37
rsgdba6-Oct-06 0:37 
QuestionHow can i learn more about background of the .net framework 2.0 ? Pin
Yanshof5-Oct-06 9:22
Yanshof5-Oct-06 9:22 
AnswerRe: How can i learn more about background of the .net framework 2.0 ? Pin
Praveen Nayak5-Oct-06 17:36
Praveen Nayak5-Oct-06 17:36 
GeneralBeside something like this book - is there anything more\else ? Pin
Yanshof6-Oct-06 5:46
Yanshof6-Oct-06 5:46 
GeneralRe: Beside something like this book - is there anything more\else ? Pin
Kevin McFarlane7-Oct-06 5:26
Kevin McFarlane7-Oct-06 5:26 
Questionbug in XmlReader ? Pin
Chris Losinger5-Oct-06 5:59
professionalChris Losinger5-Oct-06 5:59 
try
{
   ...
   XmlReader rdr = XmlReader.Create(input_XML_file, settings);
}
catch (Exception ex)
{
...
}


if there's a problem reading/parsing the file, and the code ends up in the catch, the file is left open (can't rename, delete, move, etc). shutting down VS and all of its little spawned web servers doesn't help.

by changing the code to open the file as a StreamReader, then using that Stream as the source to XmlReader.Create, i can explicitly Close the Stream in the catch, and the file is not left locked.




AnswerRe: bug in XmlReader ? Pin
Guffa5-Oct-06 14:13
Guffa5-Oct-06 14:13 
GeneralRe: bug in XmlReader ? Pin
Chris Losinger5-Oct-06 15:00
professionalChris Losinger5-Oct-06 15:00 
AnswerRe: bug in XmlReader ? Pin
Guffa5-Oct-06 21:13
Guffa5-Oct-06 21:13 
GeneralRe: bug in XmlReader ? Pin
Chris Losinger6-Oct-06 1:46
professionalChris Losinger6-Oct-06 1:46 
GeneralRe: bug in XmlReader ? Pin
Mike Dimmick6-Oct-06 4:31
Mike Dimmick6-Oct-06 4:31 
GeneralRe: bug in XmlReader ? Pin
S. Senthil Kumar6-Oct-06 6:00
S. Senthil Kumar6-Oct-06 6:00 
GeneralRe: bug in XmlReader ? Pin
Mike Dimmick7-Oct-06 1:20
Mike Dimmick7-Oct-06 1:20 
GeneralRe: bug in XmlReader ? Pin
S. Senthil Kumar7-Oct-06 1:36
S. Senthil Kumar7-Oct-06 1:36 
AnswerRe: bug in XmlReader ? Pin
Guffa6-Oct-06 4:32
Guffa6-Oct-06 4:32 
GeneralRe: bug in XmlReader ? Pin
Chris Losinger6-Oct-06 4:49
professionalChris Losinger6-Oct-06 4:49 
GeneralRe: bug in XmlReader ? Pin
Guffa6-Oct-06 10:04
Guffa6-Oct-06 10:04 
GeneralRe: bug in XmlReader ? Pin
Chris Losinger6-Oct-06 10:38
professionalChris Losinger6-Oct-06 10:38 
GeneralRe: bug in XmlReader ? Pin
Guffa6-Oct-06 11:17
Guffa6-Oct-06 11:17 
GeneralRe: bug in XmlReader ? Pin
Chris Losinger6-Oct-06 11:31
professionalChris Losinger6-Oct-06 11:31 
GeneralRe: bug in XmlReader ? Pin
Guffa6-Oct-06 12:18
Guffa6-Oct-06 12:18 
GeneralRe: bug in XmlReader ? Pin
Chris Losinger6-Oct-06 12:31
professionalChris Losinger6-Oct-06 12:31 
GeneralRe: bug in XmlReader ? Pin
Guffa6-Oct-06 13:17
Guffa6-Oct-06 13:17 

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.