Page 1 of 1

My Plugin won't compile in IA9 any more

Posted: Tue Dec 07, 2010 3:16 pm
by andyhore
I'm getting the dreaded:

Error during build: Failed to compile plug-in action: IIS Backup

during a Compile and I can't work out why. Nothing has changed with the Plugin and it used to compile just fine:(

Any suggestions?

Thanks,
Andy.

Re: My Plugin won't compile in IA9 any more

Posted: Wed Dec 08, 2010 7:23 am
by andyhore
Never mind, found the problem. Turns out that the code was returning false from CompileTimeBuild when it should be true. Now, this NEVER mattered for previous releases, but now it does:)

Andy.

Re: My Plugin won't compile in IA9 any more

Posted: Wed Dec 08, 2010 2:47 pm
by mills
Hi Andy,

I just want to confirm this is resolved?

Re: My Plugin won't compile in IA9 any more

Posted: Wed Dec 08, 2010 2:58 pm
by andyhore
Yep, it is.

Andy.

Re: My Plugin won't compile in IA9 any more

Posted: Wed Jul 11, 2012 10:53 pm
by tofutim
Sure wish I had found this thread, or that the sample template had 'return true' instead of 'return false'.