"My" Namespace Is Missing And Has Disappeared

Sep 29, 2010

I'm trying to access the "My" namespace, and it's missing everything except "Settings", "MySettings" and "Resources". I've looked in Microsoft.VisualBasic.Devices and all the references seem to be there, by the My namespace itself isn't working right.

Another thing that's not working is the ''' XML documentation function. Normally, typing those apostrophes in the right place spawns a big mass of UML commenting for Intellisense entries but now, nothing. I've tried both of these from my user account on the same PC and they work fine; presumably it's something my predecessor has inflicted onto his own settings in VS2010.

Does anyone know how I can fix this and go back to using Visual Studio as I know and love it? EDIT: I got sick of this behaviour and decided to move over to my username, where I'd verified the My namespace was fully working. Turns out that the problem reoccurred once I'd gotten the project working under my username, so it's presumably a project setting which has been turned off somewhere, as starting another project still creates an environment where "My" and the ''' comments work, but the problem project still doesn't have either feature.

View 3 Replies


ADVERTISEMENT

Namespace Missing In VS 2010?

Jun 21, 2012

I have installed VB.NET express 2010 version and I am trying to create a new dll file for use in my SSIS packages. When I try to write the code, the VS environment tells me that I dont have the Microsoft.SqlServer.Dts.Runtime Namespace. What can I do to make this possible?

I looked around on internet but couldn't find anything substantial. I also have BIDS 2008 which I use to create packages. I cannot uninstall that because I have some work to do on a daily basis.

View 2 Replies

Exporting DataGridView To Excel - Missing Microsoft.Office Namespace?

Nov 4, 2011

I need to export the contents of DataGridView into an Excel file. There is lot of discussion which I went thru and leaves me more confused now than before. I am using VS 2010 Express with Office 2007.

In the VB project reference components, I looked for Office components and did not find it there.

View 3 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

All My Controls Disappeared

Jan 7, 2012

All the controls on one of my forms has vanished. I was attempting to doubleclick a radio button to get to the CheckedChange event, go some sort of COM error, then the next thing all my controls dissapeared off the form. I got some other strange things happening.[code]...

View 8 Replies

All My Controls Have Disappeared

Jul 15, 2009

I went to go open up my form a minute ago and everything is missing!!! It is all there, but it is not. The form looks like a completely blank form with nothing on it. But all the controls are still there, somewhere, because if I click the dropdown at the top of the properties window, I still see all my controls, and my code does not have errors. It was working fine 10 minutes ago!!

View 16 Replies

Images Have Disappeared?

Sep 1, 2010

Images have disappeared

View 4 Replies

Design A Form But Now Disappeared

Nov 23, 2009

I was designing a Form in VS.NET but the form controls etc have dissappeared. I am left with a pnael which i can write code in but cant see the Form or its controls.

However - if i press the play button then i appears again but dissapears again when i close the form after playing it.

View 7 Replies

Everything On Main Form Disappeared

Nov 16, 2011

I don't know what happened I compiled the program and everything just disappeared from my main form....i can't name buttons the same thing that i recently had before everything disappeared so i know it still has to be there somewhere, i just don't know what to do.

View 8 Replies

Header Of The Button Disappeared?

May 18, 2010

I have a vb.net application, it is so far so good in high resolution. When I set the screen resolution of the machine to | 800 x 600, the header of the Save button has disappeared. If you look at the attached file, that means caption "F12" disappeared. I tested it in different machines, sometimes it is there but it may not be there in other machine.

I don't know whether it is the code error or machine environment setting up.
OS: WIN XP SP2.

View 2 Replies

IDE :: MsgBox Option Has Disappeared?

Nov 24, 2009

I've just started using Visual Basic - I'm completely new to programming altogether and thought it might be a useful skill - and I've been slowly working my way through the tutorials - from 'Learn VB' in the Start Page - and now the MsgBox function has disappeared! I have no idea why, as I'm doing the same thing (I think) as I was always doing. New Project > Windows Forms Application > Right Click on 'Form 1' in the solutions box > Source Code. Anyhow; when I type MsgBox there is neither a dropdown box with that name (IDE I think it's called?) and it becomes underlined with a squiggly blue line. I seem to remember that, in the IDE box, there were several different types of logos next to each name, but now only the logo that shows a windows with what looks like green highlighter written on it (you can see it if you type in #If) appears. I've already restarted the computer (via the start menu).

ps. I'm Running 'Visual Basic Express 2008' - and downloaded that yesterday (23/11/09)

View 2 Replies

IDE :: Step Into Disappeared From Toolbar

Sep 28, 2011

I am using VS2010 Pro and can no longer see the step into command buttons on the toolbar. That and the step out have disappeared. I know I had many more toolbar buttons across the top that I don't see now but the debug toolbar is checked but there isn't even the step into or step out options to add to the toolbar.

View 8 Replies

VB 2008 - The Bar To The Left Disappeared?

Mar 11, 2010

pressed (X) on all of the bars to the left?how do I re-enable them?

View 3 Replies

IDE :: DataGridView Control Properties Have Disappeared?

Sep 21, 2009

Greetings. I have a DataGridView control in a form, and as of a day ago, when I click on the control, I get *no* properties listed in the Properties pane of the IDE. The properties pane is totally blank. Neither properties nor events are visible. I have tried everything. Prior to this, the properties and events displayed normally.

Other controls' properties are displayed when I click on them, but not the DataGridView control. If, after clicking on my DataGridView control, I use the combo-box on the Properties pane to look at any other control's properties, they come right up. If I then select my control's name (DataGridView1) in the Properties pane combo-box, the IDE crashes completely and I have to restart.

I tried a repair re-installation. The same things happens.

I can set properties etc. programatically, but that sorta defeats the point of an IDE, not so?

View 5 Replies

IDE :: How To Delete Control Disappeared From Form

Dec 8, 2011

For some reason a control on my form has disappeared. I can select it in the properties window and view all the properties (Visible = True) but I can't see it. It also doesn't appear when I run the form. How can I delete it, or bring it back?

View 1 Replies

TabControl - Textbox Disappeared But Name Exists

Dec 11, 2010

I have been using a tabcontrol with multiple tabpages. On one particular tabpage I accept a value into a textbox which has worked many times. For some reason the textbox has now disappeared {clumsy thumbs are always a possibility}. However, when I try to put a new textbox in its place I find the textbox name already exists. I look for the name in the components address box in the properties sections of the ide and it doesn't exist?

View 3 Replies

User Control Disappeared From The Project?

Nov 23, 2011

Yesterday I added a new user control to a project I was working on: right click on the project name "Estimator", then add, then new item, then on the add new item dialog I typed the name of the user control, and I created my ButtonWithCheck.vb control.

My user control appeared on the toolbox, I inserted it in a form, used it, kept working on my project, and everything was fine. I saved and closed the solution.

Today I open the solution and I got an error: "Could not find type 'Estimator.ButtonWithCheck'. Please make sure..."

Why a project saved while working doesn't load?

View 5 Replies

VB2010 Design Mode Disappeared?

Nov 2, 2010

I created a Windows Forms Application and spent a lot of time putting it together. This is my first project like it, it works correctly and... I'm very happy with it. However, I didn't open Visual Studio for a couple weeks. And when I went back to open the project's .sln file to edit it again, I can no longer see the design view with the layout of the program and all its objects (textboxes, labels, buttons, etc).

When I open a brand new Windows Forms Application, I can Right click the Form1.vb file in the Solution Explorer and "View Designer." Here is a picture. Now, when I right click on the .vb file from my program, that option is not there. As you can see, my program has a lot of objects. So I'm getting a concerned that I did something wrong and will not be able to use the design mode any more.

View 3 Replies

VS 2008 DateTimePicker Highlighting Disappeared

Jan 12, 2012

We have this custom DateTimePicker in our project where you can alter the BackColor and so on. But normally, when you click on the month of a DateTimePicker, it gets highlighted and you can change it with for example the arrow buttons on your keyboard or by typing a different number. Now the problem is that in our DateTimePicker, the highlighting doesn't happen anymore. When you click on for example month, you'll be able to change month but you don't see wether you selected month or something else.

This is the code we have (it's old code from way before I even started working here):

Public Class ucBaseDateTimePicker
Inherits System.Windows.Forms.DateTimePicker
' true, when no date shall be displayed (empty DateTimePicker)

[Code]....

View 1 Replies

VS 2010 All Child Controls Disappeared?

May 17, 2011

In the project I'm working on, I was editing a class and when I got done, I clicked save all. I moved on to my main form's designer. When it came up, the custom tab control I have on the form was blank. There used to be a ton of controls in it, so I am extremely confused about where everything went.I checked the properties window and it thinks everything is still there:ut when I check the Document Outline window, everything is gone. The tab control is still there, "AVERT Wizard", but all of it's child controls and tab pages are gone.

View 2 Replies

VS 2010 Charting Control Disappeared?

Oct 19, 2010

The charting control has disappeared from my toolbox in VS2010. I know it was there when I upgraded to 2010 a few weeks ago. Both chart items are checked in the Choose Toolbox Items dialog but it doesn't show up in the toolbox. I'm pretty sure it was under the Data category. I tried resetting the toolbox but that didnt bring it back.

View 1 Replies

IDE :: VB 2008 Help File Has Disappeared After System Restore?

Oct 22, 2010

After a System Restore, to just two days ago, VB 2008 Express Help is no longer available. I get the message "No Help topics have been saved." I downloaded the help file long ago but don't know where it resides.

View 2 Replies

VB 2008 & Mic Access My Data Disappeared Even After Saved

Jun 12, 2011

I 'm trying to develop a database whereby all information input via vb 2008 will be saved into a microsoft access database. I've tried to populate a few information. The data was saved at that point, but when i reopen my system the next day, all the rows are gone. [code]

View 6 Replies

Actual Text Disappeared On Opening Saved File?

May 19, 2010

I am programming the Save File Dialog Box. I've got the basic code but after I save the text file that I created, the actual text itself seems to have disappeared when I open the file.

View 2 Replies

Clicking On Buttons By Mouse Makes Cursor Disappeared Until Move It Again?

Nov 11, 2010

on my form I have few buttons. clicking on them by mouse makes cursor disappeard until I move it again. How to fix it?

View 1 Replies

Menu Strip Has Disappeared But The Menu Items Are Still Showing In Properties List?

Oct 6, 2011

I have combed these forums and the 'net and can't find an answer to my specific problem. My menu strip disappeared (after deleting a small secondary form within my project). I therefore created a new strip and while recreating the menu items realized that the original menu items are still present, showing in my properties list. I have checked my design file as well and the original menu strip is definitely gone but the original menu items are there. I don't have many items so I would have no problem just deleting the original ones but I can't see them to delete them! I have checked and they are all set to visible. I have also moved everything on my form to see if it is behind anything else.

View 4 Replies







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