vbcommenter
-
hi guys i want to enable xml comments in my vb.net project created in vs-2005. but when i type (''') before my method declaration it doestnot show xml comment like c# why ?
hello
Fistly you'd have to enable the generation of the xml file[^]: Go
... she said you are the perfect stranger she said baby let's keep it like this... Dire Straits
-
Fistly you'd have to enable the generation of the xml file[^]: Go
... she said you are the perfect stranger she said baby let's keep it like this... Dire Straits
Hello, It works fine when you add metadata above functions property,sub in your same application your work on but if you write a dll, add metadata and then use this dll in your application then it won't work correctly. Any solution? Thanks
Shay Noy
-
Hello, It works fine when you add metadata above functions property,sub in your same application your work on but if you write a dll, add metadata and then use this dll in your application then it won't work correctly. Any solution? Thanks
Shay Noy
Why not?:confused: It works for me. It generates 2 separate xml files: one for the project and another for the dll.
... she said you are the perfect stranger she said baby let's keep it like this... Dire Straits
-
Why not?:confused: It works for me. It generates 2 separate xml files: one for the project and another for the dll.
... she said you are the perfect stranger she said baby let's keep it like this... Dire Straits
perhaps it generates XML files but try to use from your application a function from your dll and you will see that no comment will be displayed.
Shay Noy
-
perhaps it generates XML files but try to use from your application a function from your dll and you will see that no comment will be displayed.
Shay Noy
Not the case ... the comments are displayed
... she said you are the perfect stranger she said baby let's keep it like this... Dire Straits
-
Not the case ... the comments are displayed
... she said you are the perfect stranger she said baby let's keep it like this... Dire Straits
I found the problem why I can't see the comments when I am refering to functions of dll. All the dlls that we wrote are located on the network (I am working in factory ~ 500 persons). When I am using those dlls, I can't see the comments but if I am using the same dll while is located on my hard disk, I can see the comments. How can I solve the problem while the dll is located on the net? Thank you
Shay Noy
modified on Wednesday, April 23, 2008 1:55 AM