473,799 Members | 3,822 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

"Imports Microsoft.Visua lBasic" doesn't import

I've built a control. At the top of my control, I have this:

Imports Microsoft.Visua lBasic

Then, later, I call a function like this:

DateTime.Now.Ye ar.ToString()

This works fine on my machine. My coworker takes the exact same file,
compiles it, and gets errors until he explicitly writes out the function as:
microsoft.Visua lBasic.DateAndT ime.Now.Year.To String()

Why?

This has happened before and only seems to affact the microsoft.Visua lBasic
namespace. On his computer, it just doesn't seem to import it.

-Darrel
Nov 18 '05 #1
2 4247
On Wed, 18 Aug 2004 17:30:58 -0500, "darrel" <no*****@hotmai l.com>
wrote:

microsoft.Visu alBasic.DateAnd Time.Now.Year.T oString()

Why?
DateTime is a System.ValueTyp e
This has happened before and only seems to affact the microsoft.Visua lBasic
namespace. On his computer, it just doesn't seem to import it.


He'd also have to use a M instead of a m for it to work. Are you
using this name space for anything in particular cause I don't think
you need it in most cases.

-Adam
Nov 18 '05 #2
The frameowk is probably getting confused because that function doesn't
require the VisualBasic library at all. You can say the exact same thing
with System.DateTime .Now.Year.ToStr ing(). If the System and
Microsoft.Visua lBasic namespaces are both imported, how does the
DateTime.Now.Ye ar.ToString() code know which namespace you are referencing?
It doesn't, which is why it generates the error unless the VisualBasic
namespace is specified as then there isn't any confusion by the compiler.

Hope this helps,
Mark Fitzpatrick
Microsoft MVP - FrontPage

"darrel" <no*****@hotmai l.com> wrote in message
news:en******** ******@tk2msftn gp13.phx.gbl...
I've built a control. At the top of my control, I have this:

Imports Microsoft.Visua lBasic

Then, later, I call a function like this:

DateTime.Now.Ye ar.ToString()

This works fine on my machine. My coworker takes the exact same file,
compiles it, and gets errors until he explicitly writes out the function
as:
microsoft.Visua lBasic.DateAndT ime.Now.Year.To String()

Why?

This has happened before and only seems to affact the
microsoft.Visua lBasic
namespace. On his computer, it just doesn't seem to import it.

-Darrel

Nov 18 '05 #3

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

Similar topics

15
2511
by: Rob Evans | last post by:
Is there a way of stopping " - Microsoft Internet Explorer" being added to the browser window title ? eg, I want it to say: My Website Name and not My Website Name - Microsoft Internet Explorer I have added full stops (periods) but this looks messy:
4
16306
by: Georges Heinesch | last post by:
Hi. This question might seem trivial, but I didn't find any solution. By error, I created some event for a subform (subfrmTest). Hence, an entry in the VBA editor list was made (Form_subfrmTest) and some code was inserted to it. So I deleted the code, but the entry in the VBA editor remained (Form_subfrmTest). I didn't find any mean to delete it. As I said already, the subform doesn't contain any code (any more).
0
305
by: darrel | last post by:
(Apologies for the duplicate post. OE seems to have lost a weeks worth of newsgroup postings and I can't seem to get it to re-sync the lost days.) I've built a control. At the top of my control, I have this: Imports Microsoft.VisualBasic Then, later, I call a function like this: DateTime.Now.Year.ToString()
3
1929
by: Dan Nash | last post by:
Hi guys Is there a way to get rid of the "- Microsoft Internet Explorer" part of the title bar? I've got a popup with "Contact Details :: " and it just looks untidy with the IE stuff. Cheers Dan
1
1466
by: A. Nonymous | last post by:
If I make my own Namespace do I have to compile it to a DLL before I can use the line: Imports MyNamespace anywhere? TIA
2
1316
by: danthman | last post by:
Can someone tell me why the following VB.NET code doesn't work? ----- Imports System.Data.SqlClient Partial Class PageHeader Inherits System.Web.UI.UserControl Public ConnectionObjG As SqlConnection = New SqlConnection()
7
2030
by: pcnerd | last post by:
In Java I can use, for example, " Imports java.util.* ". Can I use, for example, " Imports System.* " instead of several different "Imports" statements? Thank you. David
1
1729
by: Alexander Eisenhuth | last post by:
Hi, PyLint says that "Relative imports" ... are worth to be warned . And I ask myself why? ----------------- Example directory structure --------- Sound/ Top-level package __init__.py Initialize the sound package Utils/ Subpackage
5
13371
by: kimiraikkonen | last post by:
Hello, I want to ask about "imports" statement. Some projects must be inserted with "imports xxxx" statements before beginning coding. But how do i know when to use or do i have to use "imports" statement? How will i know which "imports" will my project need? From books or how can i guess? Thanks...
0
9543
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10488
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10257
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
10029
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9077
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7567
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 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 a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5467
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5588
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4144
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system

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.