Re: [ADVANCED-DOTNET] VS 2005 Comments

2007-11-15 Thread Frans Bouma
> Ok, on second review. This appears to have cleared up the issue. I put > the XML file where the assembly was located and it started working after > I restarted visual studio. I do have this question though. Is creating > the XML file the only way to get those comments to show up in the > asse

Re: [ADVANCED-DOTNET] VS 2005 Comments

2007-11-15 Thread Russell Collins
there another way? -Original Message- From: Russell Collins Sent: Thursday, November 15, 2007 11:04 AM To: '[EMAIL PROTECTED]'; 'Discussion of advanced .NET topics.' Subject: RE: [ADVANCED-DOTNET] VS 2005 Comments Thanks, but that did not clear up the problem. One m

Re: [ADVANCED-DOTNET] VS 2005 Comments

2007-11-15 Thread Robert Lee
D] On Behalf Of Russell Collins Sent: Thursday, November 15, 2007 11:48 AM To: ADVANCED-DOTNET@DISCUSS.DEVELOP.COM Subject: [ADVANCED-DOTNET] VS 2005 Comments I am having an issue with assembly creation and VS2005. I create assembly "A" using C# XML comments "///". I then compi

Re: [ADVANCED-DOTNET] VS 2005 Comments

2007-11-15 Thread Russell Collins
To: 'Discussion of advanced .NET topics.' Subject: RE: [ADVANCED-DOTNET] VS 2005 Comments Make sure that the .XML file that matches your assembly name is in the folder that the assembly is in. -Original Message- From: Discussion of advanced .NET topics. [mailto:[EMAIL PROTECTED]

Re: [ADVANCED-DOTNET] VS 2005 Comments

2007-11-15 Thread Robert Lee
.NET topics. [mailto:[EMAIL PROTECTED] On Behalf Of Russell Collins Sent: Thursday, November 15, 2007 12:17 PM To: ADVANCED-DOTNET@DISCUSS.DEVELOP.COM Subject: Re: [ADVANCED-DOTNET] VS 2005 Comments Ok, on second review. This appears to have cleared up the issue. I put the XML file where the

Re: [ADVANCED-DOTNET] VS 2005 Comments

2007-11-15 Thread Robert Lee
@DISCUSS.DEVELOP.COM Subject: [ADVANCED-DOTNET] VS 2005 Comments I am having an issue with assembly creation and VS2005. I create assembly "A" using C# XML comments "///". I then compile the library into a .dll. I take that .dll library and use it in another project "B".

[ADVANCED-DOTNET] VS 2005 Comments

2007-11-15 Thread Russell Collins
I am having an issue with assembly creation and VS2005. I create assembly "A" using C# XML comments "///". I then compile the library into a .dll. I take that .dll library and use it in another project "B". I have no problems using the assembly. The issue is that I cannot see the comments I wr