+ Reply to Thread
Results 1 to 2 of 2
-
05-19-2008 04:31 PM #1ihill Guest
Building API Debug mode vs Release mode
When I build my API in release mode, the following 2 lines cause build time errors that do not occur when I build in debug mode:
using Checkbox.Users;
using Checkbox.Security;
The errors are:
The type or namespace name 'Users' does not exist in the namespace 'Checkbox' (are you missing an assembly reference?)
The type or namespace name 'Security' does not exist in the namespace 'Checkbox' (are you missing an assembly reference?)
Are there any suggestions on how to get this to compile in release mode? Any one else run into this?
-
05-24-2008 08:52 AM #2
Administrator
- Join Date
- Mar 2007
- Location
- Prezza Technologies
- Posts
- 227
Based on that error message, it looks like the reference to the Checkbox assembly isn't being found or loaded correctly.
What version of the developer kit are you using?


LinkBack URL
About LinkBacks
Reply With Quote
