3

Using this to generate my resources. Problem is, spark dies when tries to generate dynamic views because there is app_globalresources.dll and myapp.dll somewhere there - deep into temp jungles.

.spark(9,36): error CS0433: The type 'Resources.Account' exists in both 'c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\webpac\031ff06d\e6932d30\assembly\dl3\f31cd083\982c5673_7f8dca01\myApp.DLL' and 'c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\webpac\031ff06d\e6932d30\App_GlobalResources.cwbnqwjg.dll'

Any ideas what's wrong?

Arnis Lapsa
  • 45,880
  • 29
  • 115
  • 195

1 Answers1

2

Moved resource files from App_GlobalResources to simple folder Resources and it's cool.

Arnis Lapsa
  • 45,880
  • 29
  • 115
  • 195
  • I just fixed my own problem thanks to this! http://stackoverflow.com/questions/3263981/why-am-i-getting-app-globalresources-assembly-generated-error-cs0433 – Antony Scott Jul 16 '10 at 10:50