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

Missing references

Any one know where can find a references to download and add to my solutions,
I need :
- System.Diagnostics
-System.Configurations
-Microsoft.Win32.Interop

I don't have them in my machine ,I search tried to add but they not execte!!
Nov 16 '05 #1
9 4723
They should be available in your machine...how did u try to add?

"[Yosi]" wrote:
Any one know where can find a references to download and add to my solutions,
I need :
- System.Diagnostics
-System.Configurations
-Microsoft.Win32.Interop

I don't have them in my machine ,I search tried to add but they not execte!!

Nov 16 '05 #2
I open solution witch includes thos references but I got a "!" icon and error
"references could not be found". I try to add by right click on the
references then in 'Add References...' menue , I then try to find in the all
lists but I can't find any one of them. (I have Framwork 1.1)

"Rakesh Rajan" wrote:
They should be available in your machine...how did u try to add?

"[Yosi]" wrote:
Any one know where can find a references to download and add to my solutions,
I need :
- System.Diagnostics
-System.Configurations
-Microsoft.Win32.Interop

I don't have them in my machine ,I search tried to add but they not execte!!

Nov 16 '05 #3
[Yosi] <Yo**@discussions.microsoft.com> wrote:
I open solution witch includes thos references but I got a "!" icon and error
"references could not be found". I try to add by right click on the
references then in 'Add References...' menue , I then try to find in the all
lists but I can't find any one of them. (I have Framwork 1.1)


It sounds like your installation is corrupt. I suggest uninstalling
VS.NET, uninstalling .NET, then reinstalling both. I know that'll take
ages, but just copying libraries around is going to leave your system
in a very strange state.

--
Jon Skeet - <sk***@pobox.com>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too
Nov 16 '05 #4
I uninstalled and installed again , but the same !!!!!!!!!

"Jon Skeet [C# MVP]" wrote:
[Yosi] <Yo**@discussions.microsoft.com> wrote:
I open solution witch includes thos references but I got a "!" icon and error
"references could not be found". I try to add by right click on the
references then in 'Add References...' menue , I then try to find in the all
lists but I can't find any one of them. (I have Framwork 1.1)


It sounds like your installation is corrupt. I suggest uninstalling
VS.NET, uninstalling .NET, then reinstalling both. I know that'll take
ages, but just copying libraries around is going to leave your system
in a very strange state.

--
Jon Skeet - <sk***@pobox.com>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too

Nov 16 '05 #5
[Yosi] <Yo**@discussions.microsoft.com> wrote:
I uninstalled and installed again , but the same !!!!!!!!!


Hmm. What kind of project do you have? (Console app, Smart Device
Framework app, etc?)

--
Jon Skeet - <sk***@pobox.com>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too
Nov 16 '05 #6
Windows Application

"Jon Skeet [C# MVP]" wrote:
[Yosi] <Yo**@discussions.microsoft.com> wrote:
I uninstalled and installed again , but the same !!!!!!!!!


Hmm. What kind of project do you have? (Console app, Smart Device
Framework app, etc?)

--
Jon Skeet - <sk***@pobox.com>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too

Nov 16 '05 #7
[Yosi] <Yo**@discussions.microsoft.com> wrote:
Windows Application


Hmm. So when you go to the Add Reference dialog, which references
*does* is have?

--
Jon Skeet - <sk***@pobox.com>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too
Nov 16 '05 #8
Do you have system.dll in your GAC, and in
%windir%\Microsoft.NET\Framework\v1.1.4322 ?
It should be there. I assume you are looking for the assembly
to reference, right? You can find more info as to which
classes are included in which assembly in the Object Browser.

If that's what you're doing and system.dll is there, then
I'd suspect a permissions issue.
RayO

"[Yosi]" <Yo**@discussions.microsoft.com> wrote in message
news:04**********************************@microsof t.com...
Any one know where can find a references to download and add to my solutions,
I need :
- System.Diagnostics
-System.Configurations
-Microsoft.Win32.Interop

I don't have them in my machine ,I search tried to add but they not execte!!

Nov 16 '05 #9
Hi,
"[Yosi]" <Yo**@discussions.microsoft.com> wrote in message
news:04**********************************@microsof t.com...
Any one know where can find a references to download and add to my solutions, I need :
- System.Diagnostics
-System.Configurations
-Microsoft.Win32.Interop


Microsoft.Win32.interop does not exist , it''s
System.Runtime.InteropServices

In the same way it's System.Configuration without the S at the end.
The rest MUST exist if you have the framework installed in your machine,
First check if they are already referenced a "using NameSpace" will be
enough, IIRC ALL the projects types include System.Diagnostics ( It's
deployed together with System IIRC ) as well as System.Configuration so you
dont have to include any other references.
Cheers,

--
Ignacio Machin,
ignacio.machin AT dot.state.fl.us
Florida Department Of Transportation
Nov 16 '05 #10

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

Similar topics

3
by: Zarko Jovanovic | last post by:
hi all, this is what happend: first I uninstalled office xp and the reinstall it after that my VB project (visual studio .net) cannot open references (project -> references) it says...
4
by: Zlatko Matiæ | last post by:
Hello. I prepared a .mde file using Access 2003. When I tried to use it on a computer with Access 2002 installed, it didn't work, because some references were missing (lower versions). Therefore...
3
by: S. van Beek | last post by:
Dear reader, I still have a problem with my reference libraries. In my frond end application a check procedure for missing references is available. The problem I confronted with is that...
2
by: S. van Beek | last post by:
Dear reader, For removing a reference in the VBA reference form I receive from Doug Steele the following code: ........... References.Remove refCurr
0
by: A.Black | last post by:
Hi, Trying to create a simple application in C# that requires access to Outlooks mail folders. Have downloaded sample code and that works fine however when I try to create my own project & code I...
5
by: Jozef | last post by:
I have an MDE file that is blowing up with "Error 3075 Function Not Available", which is normally a reference issue, but, I have no missing references. It seems that offending function is a...
2
by: jodyblau | last post by:
I have noticed that when I move my database onto a different computer, I often get a message about some reference missing. So I go into the reference list, and find the one that says "Missing,"...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
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...

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.