473,387 Members | 1,812 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

XML comment Error

I HAVE THIS Warning : What can I do to fix it ????
XML comment block must immediately precede the language element to witch its
applies

and next is the code qhen I doble click the Warning
------------------------------------------------------------------------------

' <autogenerated>

' This code was generated by a tool.

' Runtime Version:2.0.40607.42

'

' Changes to this file may cause incorrect behavior and will be lost if

' the code is regenerated.

' </autogenerated>

'------------------------------------------------------------------------------

Option Strict Off

Option Explicit On

Imports System

Imports System.IO

Imports System.Resources

Namespace My.Resources
'''<summary>
<<<<<<<<,-------------------------------------- ERROR HERE

''' A strongly-typed resource class, for looking up localized strings, etc.
<<<<<------ ERROR HERE

'''</summary>

'This class was auto-generated by the Strongly Typed Resource Builder
<<<<-- ERROR HERE

'class via a tool like ResGen or Visual Studio.NET.

'To add or remove a member, edit your .ResX file then rerun ResGen

'with the /str option, or rebuild your VS project.

<Microsoft.VisualBasic.HideModuleName()> _

Module MyResources
Private _resMgr As System.Resources.ResourceManager
Private _resCulture As System.Globalization.CultureInfo
'''<summary>

''' Returns the cached ResourceManager instance used by this class.

'''</summary>

<System.ComponentModel.EditorBrowsableAttribute(Sy stem.ComponentModel.EditorBrowsableState.Advanced) >
_

Public ReadOnly Property ResourceManager() As
System.Resources.ResourceManager

Get

If (_resMgr Is Nothing) Then

Dim temp As System.Resources.ResourceManager = New
System.Resources.ResourceManager("HI.MyResources",
GetType(MyResources).Assembly)

_resMgr = temp

End If

Return _resMgr

End Get

End Property
'''<summary>

''' Overrides the current thread's CurrentUICulture property for all

''' resource lookups using this strongly typed resource class.

'''</summary>

<System.ComponentModel.EditorBrowsableAttribute(Sy stem.ComponentModel.EditorBrowsableState.Advanced) >
_

Public Property Culture() As System.Globalization.CultureInfo

Get

Return _resCulture

End Get

Set

_resCulture = value

End Set

End Property
Public ReadOnly Property cut_clipboard24() As System.Drawing.Bitmap

Get

Return CType(ResourceManager.GetObject("cut_clipboard24",
_resCulture),System.Drawing.Bitmap)

End Get

End Property
Public ReadOnly Property new_document24() As System.Drawing.Bitmap

Get

Return CType(ResourceManager.GetObject("new_document24",
_resCulture),System.Drawing.Bitmap)

End Get

End Property

End Module

End Namespace


Jul 21 '05 #1
1 1469
JoseLuis <jl*****@hotmail.com> wrote:
I HAVE THIS Warning : What can I do to fix it ????
XML comment block must immediately precede the language element to witch its
applies

and next is the code qhen I doble click the Warning


Have you tried getting rid of the non-XML comment which occurs between
the XML comment and the module declaration?

--
Jon Skeet - <sk***@pobox.com>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too
Jul 21 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
by: Rob | last post by:
Hello all, If I have the following code fragment: /* comment bla bla */ ....code... With a regular expression, how do I get/extract the comment inside this multi line comment block. With...
2
by: Richard | last post by:
Hi, I downloaded a sample form from formsplayer.com, extracted the source code and made some simple (I thought) mods. I added the comments before the html tag and the comments on the namespace...
8
by: hobbes_7_8 | last post by:
Hi everybody! This is basically a pre-processor doubt. I have this very simple define: #ifdef NDEBUG #define QTRACE // #else #define QTRACE qDebug() #endif
6
by: cdrsir | last post by:
we can use 1) // my comments a 2) /* my comments b */ when we want to add some comments. I know some compilers just support the 2nd syntax, but normally both of these 2 syntaxs are supported...
14
by: daskumardilip | last post by:
how to remove comment from c source code.
3
by: Ludwig Miniatur | last post by:
Hi, I ran into a funny thing when I played with the python parser, to build a python call graph for learning... When I have a (special) python program, that runs without any error it gives an...
14
by: Siv | last post by:
Hi, Just busily coding away and removed a procedure from my code and all of a sudden an error came up miles away from the location of the piece of code I removed and it relates to the XML...
39
by: polas | last post by:
Afternoon all. I was just wondering about this point - I have (generally) used // for commenting a single line in C, but from looking at code other people have written it seems many use /* */...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.