Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Visual Studio.NET / IDE / April 2008

Tip: Looking for answers? Try searching our database.

VS2008 bug?

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
eschneider - 26 Mar 2008 22:07 GMT
In VS2008 Pro:

For example if my dll file name is "MyCompany.MyLib.dll" the documentation
file ends up as "MyCompany.xml"
and I expect "MyCompany.MyLib.xml"

This used to work fine until 2008.
This is using VB projects, not sure about C#.

Any ideas whats going on?

Thanks,

Schneider
Wen Yuan Wang [MSFT] - 27 Mar 2008 12:27 GMT
Hello Schneider,

VS IDE outputs xml file as [ProjectName].xml. You can also specify it in
Project|Build Project.

I have tried it on my VS 2008. It seems fine. If I create a project named
MyCompany.MyLib, the output xml will be "MyCompany.MyLib.XML". I do the
steps as below:
1)    Create a C# library project named "MyCompany.MyLib"
2)    Right-Click on Project in Solution Explorer, and select "Properties" in
context menu.
3)    Navigate to "Build" tab, checked the box named "XML Documentation File"
4)    The filename appeared in textbox is "bin\Debug\MyCompany.MyLib.XML".

Am I missing anything here? I cannot reproduce your issue on my side...

Have a great day,
Best regards,
Wen Yuan

Microsoft Online Community Support
Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
msdnmg@microsoft.com.
==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.
Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
eschneider - 27 Mar 2008 15:20 GMT
Try a VB.NET project. There is no filename textbox.

Schneider

> Hello Schneider,
>
[quoted text clipped - 40 lines]
> This posting is provided "AS IS" with no warranties, and confers no
> rights.
Wen Yuan Wang [MSFT] - 28 Mar 2008 10:52 GMT
Hello Schneider,
Thanks for your reply.

(sorry, I didn't test with VB project yesterday. I missed your important
information...). Now, I have tried with VB.net project. There is no
filename textbox besides "Generate XML Document" checkbox. But, on my side,
after building the project, you noticed the output filename is really
"MyCompany.MyLib.xml". I still cannot reproduce the issue. Does this issue
occur for each VB project on your VS 2008?

Actually, the xml document information is stored in project file. If you
right-click on .vbproj file, you will notice there is a line specified the
output xml name.
<DocumentationFile>MyCompany.MyLib3.xml</DocumentationFile>

VS doesn't provide feature to modify xml filename for VB project in UI. But
we can edit it in .vbproj file directly. You can check if the file name in
project file is what you need. If not, you can change it to anything you
need.

Hope this helps. If you have any more concern, please feel free to let us
know. It's my pleasure to assist you.
Have a great day,
Best regards,
Wen Yuan

Microsoft Online Community Support
Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
msdnmg@microsoft.com.
==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.
Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
eschneider - 28 Mar 2008 15:21 GMT
Thats great, I will try that tonight.
I think it should work, assuming whatever changed it, does not change it
again.

Maybe a VS2005 to 2008 Proj upgrade issue?

Thanks,
Schneider

> Hello Schneider,
> Thanks for your reply.
[quoted text clipped - 48 lines]
> This posting is provided "AS IS" with no warranties, and confers no
> rights.
schneider - 30 Mar 2008 00:57 GMT
I confirmed that this work-around works, be sure to notepad; wordpad will
corrupt the file.

Thanks,
Schneider

> Thats great, I will try that tonight.
> I think it should work, assuming whatever changed it, does not change it
[quoted text clipped - 63 lines]
>> This posting is provided "AS IS" with no warranties, and confers no
>> rights.
Wen Yuan Wang [MSFT] - 31 Mar 2008 08:30 GMT
Hello Schneider,
Thanks for your reply.

I'm not sure if this is a VS 2005 to VS 2008 project upgrade issue. I have
tried it on my side, but failed on repro. Anyway, I will log it in our DB
for product team to investigate. Maybe we can submit a request to support
modifying output document filename in VB project. Thereby, we can rename
the output document easier when necessary.

I'm glad to hear my work around works on your side. It seems you have
resolved the issue now.
Do you have any more concern? or there is anything you feel we can help
with? Please feel free to let us know. It's my pleasure to assist you.:)

Have a great day,
Best regards,
Wen Yuan

Microsoft Online Community Support
Delighting our customers is our #1 priority. We welcome your comments and
Suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
msdnmg@microsoft.com.
============================================================================
===============================================
This posting is provided "AS IS" with no warranties, and confers no rights.
eschneider - 31 Mar 2008 15:53 GMT
I'm good to go.

Thanks,
Schneider

> Hello Schneider,
> Thanks for your reply.
[quoted text clipped - 24 lines]
> This posting is provided "AS IS" with no warranties, and confers no
> rights.
Wen Yuan Wang [MSFT] - 01 Apr 2008 07:36 GMT
Thanks for your reply, Schneider.
You are welcome.

Have a great day,
Best regards,
Wen Yuan

Microsoft Online Community Support
Delighting our customers is our #1 priority. We welcome your comments and
Suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
msdnmg@microsoft.com.
============================================================================
===============================================
This posting is provided "AS IS" with no warranties, and confers no rights.

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.