473,397 Members | 1,969 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,397 software developers and data experts.

Missing an assembly reference

Hi,
I have this program that I'm trying to compile and it flags this error:
The type or namespace name 'src' could not be found(are you missing a
using directive or an assembly reference?) I've tryed to look for a
..dll called src I can't find it. It's only a folder called src that I
find. Am I missing something?
thank you

Jan 23 '07 #1
5 2833
What is 'src' in your program? ( I mean Type)
Thanks
-Cnu.

rcoco wrote:
Hi,
I have this program that I'm trying to compile and it flags this error:
The type or namespace name 'src' could not be found(are you missing a
using directive or an assembly reference?) I've tryed to look for a
.dll called src I can't find it. It's only a folder called src that I
find. Am I missing something?
thank you
Jan 23 '07 #2
If 'src' is of type X,, search in which assembly type X exists then
refer the assembly and include 'using namespae'

This should solve the issue.

Thanks
-Cnu.

rcoco wrote:
Hi,
I have this program that I'm trying to compile and it flags this error:
The type or namespace name 'src' could not be found(are you missing a
using directive or an assembly reference?) I've tryed to look for a
.dll called src I can't find it. It's only a folder called src that I
find. Am I missing something?
thank you
Jan 23 '07 #3

Src is a folder and in that folder has an asp.net file.

Jan 23 '07 #4
Hi,

Somewhere in your code you have the word 'src'. The compiler tries to
find out what type src is, can't figure it out and guesses that you have
forgot to add the assembly referencing the type of src. Hence the
'missing assembly reference' error.

If you are using Visual Studio, doubleclick on the error to go to the line
with the undefined 'src'.

On Tue, 23 Jan 2007 12:06:49 +0100, rcoco <nc******@yahoo.cawrote:
>
Src is a folder and in that folder has an asp.net file.


--
Happy Coding!
Morten Wennevik [C# MVP]
Jan 23 '07 #5
HI,

can you post your code? or at least the line that is being flagged
--
Ignacio Machin
machin AT laceupsolutions com
"rcoco" <nc******@yahoo.cawrote in message
news:11**********************@k78g2000cwa.googlegr oups.com...
|
| Src is a folder and in that folder has an asp.net file.
|
Jan 23 '07 #6

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

Similar topics

2
by: dimension | last post by:
Hi, in visual studio 2005 beta, when i type "using System.Web." no code complete helper pops up. Similarly, when typing "using System.Net." i do not see an HttpWebRequest in the list that pops...
2
by: Jeff Green | last post by:
Hello all, Can anyone explain why I keep getting the following error? C:\Project\CalcServer\CalcServer.cs(4): The type or namespace name 'Http' does not exist in the class or namespace...
3
by: Boris | last post by:
I notice the following strange behavior of the applications running under ..NET Framework. Let say I have application MyApp.exe which reference assembly MyAssembly.dll. The MyAssembly.dll is...
0
by: RSB | last post by:
Hi every one, all of a sudden my project has started giving me the errors about the Reference. here is one example. C:\Projects\myMainFile.ascx.cs(3): A using namespace directive can only be...
8
by: Victor Hadianto | last post by:
Hi, Everytime I change my code and hit the start debug button on the ASP.Net WebApp project I often get a very annoying message saying such and such dll is missing from ASP.Net temporary...
14
by: tshad | last post by:
I am trying to set up a reusable library (business component) that I can use in a bunch of my pages. I built the file and it almost compiles, but I am not sure what I am missing. The vbc...
6
by: rcoco | last post by:
Hi, I have this program that I'm trying to compile and it flags this error: The type or namespace name 'src' could not be found(are you missing a using directive or an assembly reference?) I've...
4
by: =?Utf-8?B?V2FubmFiZQ==?= | last post by:
I developed, and ran successfully, a web application on my development box, but cannot get it to run on the server. The error I am getting is: Compiler Error Message: CS0234: The type or...
2
by: m.a | last post by:
Hello, I have the following code which is an entity for a table in my database. but I am getting several errors such as: The type or namespace name 'ColumnAttribute' could not be found (are...
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: 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
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
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...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
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...
0
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,...

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.