NetTalk Central

Author Topic: Build Problem  (Read 3114 times)

RichBowman

  • Jr. Member
  • **
  • Posts: 76
    • View Profile
    • Email
Build Problem
« on: July 31, 2012, 03:27:43 AM »
I've been away from NT development for a couple of months. I downloaded 6.38 and I'm running the latest C8. When I try to Generate and Make the app I've been working on, it stops after code generation and produces these 2 error messages:

GEN: web\themes\midnight\nettalk-mobile.css does not exist
GEN: web\themes\midnight\nettalk-ui.css does not exist

It does copy the latest NT files to my Web folder.

Could this be my problem? If so, I don't know what it means.

Thank you,

Rich Bowman

p.s. I tried deleting everything in my Obj, Map and Src folders, but no change.

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11245
    • View Profile
Re: Build Problem
« Reply #1 on: July 31, 2012, 06:27:06 AM »
I don't think those errors actually stop the build.

They're really just pointing out the existence of a new theme (midnight).
Usually it'll only appear on the first generate - after that the folders are up to date.

cheers
Bruce

RichBowman

  • Jr. Member
  • **
  • Posts: 76
    • View Profile
    • Email
Re: Build Problem
« Reply #2 on: August 01, 2012, 05:24:58 AM »
I found the problem. A corrupt .sln. Could have happened in one of the many IDE freezes / lockups that I get.

Thank you,

Rich