473,385 Members | 1,192 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,385 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 1468
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 /* */...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
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: 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: 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
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

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.