0

i am working on windows phone 8 app. I am facing following errors, you can see the name of dlls in mentioned messages which are working in debug mode. But when i am building my app in release mode than these errors are coming. any idea ?

1)The type or namespace name 'ICSharpCode' could not be found (are you missing a using directive or an assembly reference?)

2)The type or namespace name 'Community' could not be found (are you missing a using directive or an assembly reference?)

Ashish-BeJovial
  • 1,829
  • 3
  • 38
  • 62
  • 1
    try re adding the same in release mode(by removing and re referencing), This worked for me – A.K. Jan 24 '14 at 06:10
  • With the help your suggession my first error has been resolved, and same way i tried with the SQLite but it is not helping with sqlite. – Ashish-BeJovial Jan 24 '14 at 06:21

0 Answers0