Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 Development Tools
 ASP.NET
 It's dead Jim but not as we know it

Author  Topic 

elwoos
Master Smack Fu Yak Hacker

2052 Posts

Posted - 2006-06-30 : 08:53:24
I have created a small ASP.NET 1.1 app which was working fine.

When I came to deploy it I realised that one of the user controls should have been in a different location to the one it was in as it is used elsewhere. I moved it, changed all the references and deleted the original.

Then the problems started! I now get an error saying could not load type ...MyUserControl. The code then shown and the stated source file are both ones that were deleted (and references updated).

I've tried to build, rebuild, delete most of the bin folder and everything else I can think of but I still get this error. I presume that somewhere it is cached/stored but where and how do I get rid of it?

Many thanks in advance

steve

-----------

Don't worry head. The computer will do all the thinking from now on.

AndrewMurphy
Master Smack Fu Yak Hacker

2916 Posts

Posted - 2006-06-30 : 08:56:52
What about having an old-fashioned look at all files/registry entries modified during your implementation phase....you could find the guilty party
Go to Top of Page

MichaelP
Jedi Yak

2489 Posts

Posted - 2006-06-30 : 12:51:30
Try restarting IIS. You may have your "app" still in memory, so it's using what's in memory instead of reloading it.

Michael

<Yoda>Use the Search page you must. Find the answer you will. Cursors, path to the Dark Side they are. Avoid them, you must. Use Order By NewID() to get a random record you will.</Yoda>

Opinions expressed in this post are not necessarily those of TeleVox Software, inc. All information is provided "AS IS" with no warranties and confers no rights.
Go to Top of Page

elwoos
Master Smack Fu Yak Hacker

2052 Posts

Posted - 2006-07-03 : 03:16:49
Thanks guys


steve

-----------

Don't worry head. The computer will do all the thinking from now on.
Go to Top of Page

elwoos
Master Smack Fu Yak Hacker

2052 Posts

Posted - 2006-07-03 : 06:38:29
Looks (thankfully) as though Michael was right!


cheers both

steve

-----------

Don't worry head. The computer will do all the thinking from now on.
Go to Top of Page
   

- Advertisement -