G
Guest
My app uses C# classes that are shared with other apps that are Full
Framework. Therefore, I have several places where I have #if (!COMPACT) in
order to allow for methods and variables for the full framework. It works
fine when I am in debug, but it will not allow me to even create the cab
files in Release mode.
This is causing a problem when trying to create the Custom Installer,
described by this article:
http://msdn.microsoft.com/smartclie...rary/en-us/dnnetcomp/html/netcfdeployment.asp
Does anyone have any experience with this and know away around it or a way
to fix it without having to remove all of the FF code requiring the "#if"
statements?
Thanks
-G
Framework. Therefore, I have several places where I have #if (!COMPACT) in
order to allow for methods and variables for the full framework. It works
fine when I am in debug, but it will not allow me to even create the cab
files in Release mode.
This is causing a problem when trying to create the Custom Installer,
described by this article:
http://msdn.microsoft.com/smartclie...rary/en-us/dnnetcomp/html/netcfdeployment.asp
Does anyone have any experience with this and know away around it or a way
to fix it without having to remove all of the FF code requiring the "#if"
statements?
Thanks
-G