Visual Studio.NET Question

  • Thread starter Thread starter Roshawn Dawson
  • Start date Start date
R

Roshawn Dawson

Hi,

I am currently experimenting with ASP.NET. There is one particular
problem that I continue to have. Whenever I run the current project, it
appears to call code from another ASP.NET project. I'm not referencing
any other projects, yet the app still insists on calling code elsewhere.
Why does this happen?

Thx,
Roshawn
 
I have never seen this behavior and I have been working with .NET since the
early betas (2000), so I am not sure. How, specifically (step by step) do you
get this issue?


---

Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

***************************
Think Outside the Box!
***************************
 
Hi Guys,

Sorry to take so long, but I've been busy with other things. Well, the
problem still persists. I think this is why my problem happens.

I had a previous web project (lets say App1) that contained some useful
code. I simply copied and pasted that code into a new web project (App2).
App2, instead of using its own code, calls the same code from App1.

I've checked App2 repeatedly for any references to App1. Each time I've come
up empty. I know for a fact that App2 is calling code from App1 because the
error generated tells me so. It tells me what line of code is faulty (with
the line number) and the location of the code (the location given is indeed
App1's location).

I hope this helps,
Roshawn
 
Back
Top