Is There Any Documentation Somewhere That Describes How This My Namespace Works

Jan 8, 2009

The following line of code failed to compile in a project targeting .Net 3.5 ( I am using VSTS 2008 and this is the only copy of VS installed in my system):The project type is class library.key = My.Computer.Registry.CurrentUser.OpenSubKey(keyString, False)the error message is:"Name 'My' is not declared."I have couple questions regarding the issue- Where the My namespace is defined? I am wondering if i missed to add a reference in the project.Is there any documentation somewhere that describes how this My namespace works?

View 4 Replies


ADVERTISEMENT

IDE :: Project No Longer Recognises XML Documentation, And Does Not Access Namespace Correctly

Sep 30, 2010

I've just picked up a project from someone who has recently left our company, and the project file for the project has somehow had XML documentation deactivated. Typing ''' no longer automatically creates XML documentation segments, and existing XML documentation within the code does not show up in Intellisense, and is also not correctly highlighted as XML documentation.

In addition, the Intellisense for the My. namespace contains only MySettings, Resources and Setting under the "All" tab. Everything else is missing. Attempting to manually write My. namespace code results in compile errors. These are not problems with the IDE; I can start a new project and both Intellisense and My. work fine in these new projects. I can only assume that this is something which has been set on the project itself.

View 3 Replies

Is There A Document That Describes New Objects Added In 2007

Jan 28, 2010

The following code works fine for Excel 2007, but give a run-time error 438 for an Excel 2000 user.ActiveWorkbook.Worksheets("Disbursement Request").Sort.SortFields.Clear..Is there a document that describes the new vb objects added in 2007?

View 5 Replies

Describes In Simple Language And Shows Sample Code For All Of Those Controls?

Jun 21, 2010

There are so many controls, properties, etc in VB 2008 .NET it's mind boggling. I'm amazed at how much this product can do.Does anyone know of a VB 2008 .NET book that describes in simple language and shows sample code for all of those controls, properties, etc?

View 5 Replies

Forms :: Lookup Table That Contains A Label That Describes The Data To Be Written Back To Database

Jan 9, 2012

I have a lookup table that contains a label that describes the data to be written back to my database. For example:Label = Manufacturing Repair Issue (This is what the user see's in my front-end windows app)Data = Mfg_Repair (What I want to save to the database when the user choses the label)

View 13 Replies

Adding Namespace Attribute To XElement - Prevent Blank/empty Namespace On Child Elements?

Mar 17, 2011

I need to read an xml document from a database record into an XDocument object in order for it to be deserialized. So that the deserialization will work, I need to apply a specific namespace to each of the level 1 elements. So XML looks a bit like this:

[Code]...

How do I prevent the blank/empty namespace being added to each child element of the element to which the required namespace has been applied?

View 1 Replies

ERROR : 'Namespace' Can Occur Only At File Or Namespace Level

Jan 29, 2012

Imports System.Windows.Forms

ERROR : 'Namespace' can occur only at file or namespace level

View 5 Replies

Type Or Namespace Name 'Messaging' Does Not Exist In Namespace 'System

Apr 10, 2010

The type or namespace name 'Messaging' does not exist in the namespace 'System' (are you missing an assembly reference?)

View 2 Replies

System Namespace Conflict With Sibling Namespace

Nov 16, 2011

This class is located in the namespace Acme.Infrastructure.Interface.A class with the same name EventArgs exists in the System namespace.In another project in my solution I have a class Acme.BusinessModules.MyModule.MyClass.When attempting to use the EventArgs class I have to fully qualify the class name or the compiler thinks I am using the System.EventArgs class.My understanding of namespace resolution was that the compiler would first look for the class in the current namespace, and then its parents. It seems that the compiler checks in System before it checks in sibling namespaces. Is it correct that System is checked before the sibling? Or is this behaviour caused by other issues (Imports order?)?

View 1 Replies

'Namespace' Statement Must End With A Matching 'End Namespace'?

Dec 8, 2011

I am getting this error,here is my code.

Public Class Sample2
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs)Handles Button1.Click

[Code]....

View 4 Replies

Link From Button - When Sheet1 Is Selected, It Works, But When Sheet2 Is Selected, Not Works

Jan 5, 2012

I have a spreadsheet with this code:

'insert link
sheet1.Hyperlinks.Add(sheet1.Range("P1"), "http://http://www.vbforums.com", "")
the code of the button (ribbon)

[CODE]...

When I press the button, it connects to the web site. when the sheet1 is selected, it works, but when the sheet2 is selected, not works, why? the path is sheet1,What's wrong?

View 2 Replies

Code That Doesn't Works Runtime But Works Step By Step?

Jun 26, 2010

this is my code:

Dim WB As WebBrowser
WB = GetPage("http://speed.travian.ir/a2b.php?z=" + VillageID.ToString + "&c=" + Type.ToString + "&" + AttackParams)

[code].....

View 9 Replies

Documentation Or Training On How To Use WMI

May 16, 2011

where can i find some good documentation or training on how to use WMI?

View 3 Replies

IDE :: XML Documentation With ParamArray?

Mar 7, 2012

I am trying to use xml documentation tool in my application. one of my methods receives 'ParamArray' as an argument. i want to document this argument elements.

here is my code
Public Sub LoadSearch_ByEmployee(ByVal EmployeeID As Integer _
, ByVal FromDate As Date _

[code].....

View 4 Replies

Providing Help Documentation In .NET?

Apr 26, 2010

I have written up troubleshooting documents for my project and would like them included in my program. I remember in VB6 there was a very easy way to do this with a control, where it already has the help document tree set up on the left and you just set it to point to certain files.

Does something like this exist for .NET? I am aware of the HelpProvider control but as far as I know this just puts in tooltips and opens documents on a button press?

View 1 Replies

Use The MSDN Documentation?

Feb 28, 2010

The regularity and frequency of that extolling is an indication of how many people, for whatever reason, don't use the documentation. Some say that I've forgotten what it's like to be a beginner, but I remember using the MSDN documentation as a beginner. I remember that I couldn't always find what I needed and I also remember that I didn't always understand what I found. More importantly, I remember that that didn't stop me using it first every time I had an issue and I also remember getting better at using it over time. So, I'm genuinely interested to know, if you don't use the MSDN documentation?

View 39 Replies

.NET Project Coding Documentation?

May 25, 2010

I want to know the professional way to comments VB.net project coding. In future, it may help to other people, whom may update my project.

View 4 Replies

C# - Find Detailed Documentation For .Net?

Nov 20, 2009

Here's an example of a wasted day:

(1) I want to find out exactly what Binding.FormattingEnabled does.

(2) I type MSDN Binding.FormattingEnabled into google and go to the page.

(3) I read the 3, 'helpful', line description.

(4) I check out the bottom of the page for references.

(5) Never mind, non of those helped....

(6) I search google and find nobody seems to know what the property does in its entirety.

(7) I open up reflector and spend hours in a tangled web before being 70% sure I know what's going on.

(8) I carry on coding, but the 30% is niggling at me.

(9) Repeat 6 - 8 ad nauseum ...

There must be a better way!

I'm using VS.Net 2008 Express edition, btw.

ETA: The FormattingEnabled property was just an example, this is more of a general question. Using reflector, I'm about 94.314% sure of how it works..

View 6 Replies

C# - Force Documentation In VS(2010)

Mar 13, 2012

I am simply searching how to obtain errors/warning for each function/member that isnt documented. Im pretty sure I managed to do this on one of my projects, but cant find how to do it here on my workstation. I have looked into the project props, the solution props, but cant find it. I must have missed something, or maybe I could do this at home with an extension.

[Code]...

View 2 Replies

Create An Application Documentation?

Sep 29, 2011

I was wondering what options i have in order for me to create documentation for the applications i write? i.e. Some documentation for code written and some general comments on what the application is doing etc?

After a quick search i noticed a few options but most seem to be using VS 2003 (prefer something for 2010)

View 1 Replies

Documentation - XML Comments Not Showing On .Net?

Aug 25, 2009

I am using something similar to this and it will not display the Summary or Remarks when I am attempting to use the Intellisense for this function?

[Code]...

View 1 Replies

Get A Documentation For Unit Tests In VS TS?

Aug 27, 2009

When i perform unit testing on routines, using the unit testing framwork provided by VSTS, i need to get a output of the unit test and result on to a document (documentation). how do i do i do this?

View 1 Replies

IDE :: XML Documentation Comments Not Working?

Sep 1, 2006

One of the Projects in my VB.NET Solution seemed unwilling to let me write XML Documentation in my code. When tapping ''' on the line directly above a method declaration, nothing would happen. The project consisted of modules and classes only(no forms), so I initially thought that had something to do with it.

Later I found that under project properties and the Compile tab, the "Generate XML documentation file" checkbox was left unchecked. Checking this instantly allowed me to place the comments normally. After doing some testing, I also found that Creating an Empty project leaves the checkbox unchecked, while creating a Windows Application automatically checks it.

View 3 Replies

Reference Xml File Documentation?

Sep 22, 2009

how to call or reference an item from an xml document. I hava a java app that i'm converting over to vb.net. The java application uses the digester class to to parse the information. The app uses 2 classes and the xml file. one class is the Vb.net Parameter class (fully converted from Java to vb.net) that pulls the information out of the xml document and then places it when called into the 2nd class file.

I'm pretty sure that i need to use the system.xml class to do this however i'm having or just not reading the examples properly.

I have partially converted the code over to vb.net, it still has some java references.

[Code].....

View 9 Replies

Reignite An Auto-documentation?

Sep 17, 2011

I have been searching for the ability to utilize the three apostrophe means for auto-documentation ( ''' ) outlining but just can't find the IDE setting for such.

View 3 Replies

Structured Text In VB XML Documentation?

Apr 7, 2008

I am trying to add structure (line breaks, paragraphs and code) to the Remarks Tag of XML documentation in VB2005. I have tried many examples from "Recommended XML Tags for Documentation Comments (Visual Basic)" [URL], but all of the examples seem to compile to one continuous line when viewed in the VS2005 Object browser.

Below is an Example:

[Code]....

View 1 Replies

Website - Documentation - How To Access

Aug 23, 2010

Website, Documentation but do not know how to access it. [URL] [URL]

View 1 Replies

Where Can Found Begininvoke Documentation

Mar 1, 2011

I simply want to find documentation about invoke and begininvoke. A member of delegates. simply searching on it on bing and stuff don't show anything. It shows control.invoke, etc.In the delegate msdn entry there is no invoke member. At least not when I look for system.action or system.func.Where can I found begininvoke documentation? what will happen if I put nothing as callback function for example? Intuitively the program simply don't call any call back function but hei, I want to makes ure of it.

View 3 Replies

Where Is The Regular Expressions Documentation

Mar 26, 2009

Where is the regular expressions documentation?

View 4 Replies

Windows InitiateSystemShutdown And MS Documentation

Nov 7, 2011

If I run this against a Windows 7 machine it shutdown with forcing apps to close. owever if I run the same program against a XP on it reboots the machine??? SO I tried swapping the parameters between reboot and force and this works on XP IE the supossed reboot actually forces applications to close ?? Is Microsoft documentation just wrong after all these years or am I missing something ??

[Code]...

View 4 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved