Con risposta Changing namespace of Project

  • mercoledì 22 agosto 2012 09:20
     
     
    I had create da blank solution named RssAggregator and  a visual webpart named RssFeedAggregator.Now I had changed the namespace to RssAggregator instead of RssAggregator.RssFeedAggregator.So when I am adding that webpart after deploying into a site ,its giving some error like its not found or not registered as safe. Can u anyone tell me whereshould I have to change the namespace .I had changed into Elements.Xml(RssFeedAggregator webpart),RssFeedAggregator.webpart, RssFeedAggregator.cs. Is there any other palces where I have to change the name?

Tutte le risposte

  • mercoledì 22 agosto 2012 12:15
     
     Con risposta

    Try this -

    1) Just do a Ctrl H and Replace the previous namespace with the new namespace

    2) Retract the solution and Deploy the solution.. 



    Priyanka