keyongtech


  keyongtech > dotnet.framework.* > dotnet.framework.main > 06/2005

 #1  
06-13-05, 08:41 PM
Ben
I have a .Net Windows Forms application made up of several projects. Under
one project, I added a new folder under my GUI project called 'Components'.
I am going to add classes that manage menu items in my app. Well, I add
classes to the folder and their namesapces are XYZ_GUI.Components. Great, so
far.

I go to a class in another, separate project (XYZ_App) which references
XYZ_GUI project and it cannot see the namespace XYZ_GUI.Components. I have
rebuilt the XYZ_GUI class several times.

I'm sure the solution is something quite simple; any assistance is
appreciated.
 #2  
06-14-05, 02:34 PM
Cowboy (Gregory A. Beamer) - MVP
1. Make sure everything is compiling
2. Make sure the DLLs are being copied correctly to your project folder
3. Ensure there are no errors in your project

You can check all three by examining the output window after a compile. You
often miss these as the project starts up in debug, so you think everything
is kosher. This is a very common issue, unfortunately.
 #3  
06-14-05, 03:07 PM
Ben
Gregory,

Thanks for your reply. I discovered that a process of my application was
still running yesterday (non-debug). Even though VS.Net would recompile
everything correctly, it did not copy the dll because the other process was
using it. I used the "rebootion solution", reopened VS.Net, and recompiled
and now Intellisense sees the Components namespace.

Yippie-ka-yay!

Ben

"Cowboy (Gregory A. Beamer) - MVP" wrote:
[..]
Similar Threads
Visual Studio 2003 - Developing on Remote Machine

All I've been asked run a VM on my development machine, with Windows Server 2003 installed. I've also been asked to then develop against this environment from the host...

Developing Pocket PC using C++ in Visual Studio.net 2003

Hi, I am new to pocket pc developing. I could like to know what I need to do inorder to select the type of application under C++ that will develop for pocket pc . I have...

Developing on SP 2003 without Visual Studio .Net 2003

Hi, I've written a fairly large Windows Forms app and wish to implement a subset of it on the SmartPhone 2003 platform (dev machine is an SPV-E200). Is it possible to...

Developing large applications with Visual Studio 2003

Hi, I would be very interested to know what other people's experiences of developing large(ish) C++ applications with Visual Studio .net & SourceSafe have been. The current...

Processor or Memory for Visual Studio 2003 Developing Machine

Hi all, I am currently developing on Visual Studio 2003 and I'm getting ready to buy a new machine. I would be running VS2003,SQL2000, Crystal Reporting,Macromedia...


All times are GMT. The time now is 11:20 PM. | Privacy Policy