Please anybody help to solve error "class not registered" problem in vs 2003

Please support our ASP.NET advertiser: $4.95 a Month - ASP.NET Web Hosting – Click Here!
Reply

Join Date: Dec 2006
Posts: 12
Reputation: Rocksoft is an unknown quantity at this point 
Solved Threads: 0
Rocksoft Rocksoft is offline Offline
Newbie Poster

Please anybody help to solve error "class not registered" problem in vs 2003

 
0
  #1
Jan 25th, 2007
Hi,

i got error "class not registered" when i try to create web setup and deployment project to my web application. i created web setup and deployment project many times to my application, but i getting this error now.please anybody try to help me out, if anybody solve this problem really million thanks to them.


Thanks.
Reply With Quote Quick reply to this message  
Join Date: Jan 2007
Posts: 130
Reputation: sedgey is on a distinguished road 
Solved Threads: 8
sedgey's Avatar
sedgey sedgey is offline Offline
Junior Poster

Re: Please anybody help to solve error "class not registered" problem in vs 2003

 
0
  #2
Jan 30th, 2007
sounds like a problem with VS2003, sometimes you just need to repair the install and the error goes away. Can happen if VS crashes or if you remove ad-ins etc. etc. Either way repairing the install may solve it, or reinstalling the add-in that you may have deleted
David Ridgway: so little daylight, too much caffeine
MCSD MCAD MCSE
http://web2asp.net
Reply With Quote Quick reply to this message  
Join Date: Dec 2006
Posts: 12
Reputation: Rocksoft is an unknown quantity at this point 
Solved Threads: 0
Rocksoft Rocksoft is offline Offline
Newbie Poster

Re: Please anybody help to solve error "class not registered" problem in vs 2003

 
0
  #3
Jan 30th, 2007
Originally Posted by sedgey View Post
sounds like a problem with VS2003, sometimes you just need to repair the install and the error goes away. Can happen if VS crashes or if you remove ad-ins etc. etc. Either way repairing the install may solve it, or reinstalling the add-in that you may have deleted
Hi,

Really thanks for your reply, i solved this problem when i repaired the vs .net 2003, but i have another problem in my project, the following problem is "The dependency 'ICSharpCode.SharpZipLib' could not be found.", can you please try to give some solution to this problem. Again thanks for your reply.

Thanks.
Reply With Quote Quick reply to this message  
Join Date: Jan 2007
Posts: 130
Reputation: sedgey is on a distinguished road 
Solved Threads: 8
sedgey's Avatar
sedgey sedgey is offline Offline
Junior Poster

Re: Please anybody help to solve error "class not registered" problem in vs 2003

 
0
  #4
Jan 30th, 2007
Ahh that old chestnut! with any .dll or library (reference) that you intend to use in a project it's recommendable to keep the .dll in a folder somewhere that doesnt move or add the assembly to the gac, I usually use C:\program files\ICsharpCode.SharpZipLib\thelibrary.dll (anything will do this just makes sense to me as it keeps them in an obvious place)
then when you add the reference when it looks for an updated assembly then it will find the assembly in the location it was added from. If you have already removed the reference and are still getting the error, I'd check all my code files for references (just search the whole solution) thats only if the project is not building of course. It's usually just a warning because VS2003 is looking for the file where it was originally added from to check it's build version to see if its been updated and do you a favour by adding the latest version.
Last edited by sedgey; Jan 30th, 2007 at 11:37 am.
David Ridgway: so little daylight, too much caffeine
MCSD MCAD MCSE
http://web2asp.net
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the ASP.NET Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC