Author |
|
mangesh.barmate Newbie
Joined: 18 May 2016 Location: India
Online Status: Offline Posts: 20
|
Posted: 20 May 2016 at 6:01am | IP Logged
|
|
|
Hi,
I am getting below error while building Webmail Lite .NET application-
The type or namespace name 'Calendar_NET' could not be found (are you missing a using directive or an assembly reference?)
I only want to know, Where I am getting this assembly.
Thanks.
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 20 May 2016 at 6:18am | IP Logged
|
|
|
Calendar itself, as well as Calendar_NET namespace, are only available in WebMail Pro ASP.NET.
Even though there might be references to it in Lite version, those are never listed in WebMail.csproj file so the files which have the references are not to be compiled. There is something going wrong with how you're building the project. You may want to build using compile.bat file, instead.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|
mangesh.barmate Newbie
Joined: 18 May 2016 Location: India
Online Status: Offline Posts: 20
|
Posted: 20 May 2016 at 8:14am | IP Logged
|
|
|
Hi,
Thanks for suggestion. I have not clear about to run compile.bat file.
Can anyone guide me on, How to run compile.bat file with step ?
Thanks.
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 20 May 2016 at 8:20am | IP Logged
|
|
|
The file is found in WebMail Lite main directory, simply run it from command line to apply any changes you made in the project.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|