Hello,
I am using Websharper 2.1.79 and VS 2010 SP1 (installed a couple of
days ago).
I have created a sample WS app. Then I have created another project
containing they following file:
namespace Xenon
open IntelliFactory.WebSharper
open IntelliFactory.WebSharper.Html
module A =
[<JavaScript>]
let main() = Div [Text "hello"]
I have modified Control1.fs file in the sample WebSharperProject so
that it uses the code above:
namespace WebSharperProject
open IntelliFactory.WebSharper
open IntelliFactory.WebSharper.Html
open Xenon.A
type Control1() =
inherit Web.Control()
[<JavaScript>]
override this.Body = upcast main() // use 'main' defined in
above code
When I build the solution I get the following errors:
------ Build started: Project: LA, Configuration: Debug Any CPU ------
C:\Program Files\Microsoft F#\v4.0\fsc.exe -o:obj\Debug\LA.dll -g --
debug:full --noframework --define:DEBUG --define:TRACE --doc:bin\Debug
\LA.XML --optimize- --tailcalls- -r:"C:\Program Files\Reference
Assemblies\Microsoft\FSharp\2.0\Runtime\v2.0\FSharp.Core.dll" -r:"C:
\Program Files\IntelliFactory\WebSharper
\2.0\IntelliFactory.WebSharper.dll" -r:"C:\Program Files\IntelliFactory
\WebSharper\2.0\IntelliFactory.WebSharper.Html.dll" -r:C:\Windows
\Microsoft.NET\Framework\v2.0.50727\mscorlib.dll -r:"C:\Program Files
\Reference Assemblies\Microsoft\Framework\v3.5\System.Core.dll" -r:C:
\Windows\Microsoft.NET\Framework\v2.0.50727\System.dll --
target:library --warn:3 --warnaserror:76 --vserrors --LCID:1033 --
utf8output --fullpaths --flaterrors A.fs
LA -> C:\Users\jcm\Documents\projects\WSTest1\WSTest1\LA\bin\Debug
\LA.dll
------ Build started: Project: WebSharperProject, Configuration: Debug
Any CPU ------
C:\Windows\Microsoft.NET\Framework
\v4.0.30319\Microsoft.Common.targets(1360,9): warning MSB3267: The
primary reference "System.Numerics", which is a framework assembly,
could not be resolved in the currently targeted framework.
".NETFramework,Version=v3.5". To resolve this problem, either remove
the reference "System.Numerics" or retarget your application to a
framework version which contains "System.Numerics".
C:\Program Files\Microsoft F#\v4.0\fsc.exe -o:obj\Debug
\WebSharperProject.dll -g --debug:full --noframework --define:DEBUG --
define:TRACE --optimize- --tailcalls- -r:"C:\Program Files
\IntelliFactory\WebSharper\2.0\IntelliFactory.Formlet.Base.dll" -r:"C:
\Program Files\IntelliFactory\WebSharper\2.0\IntelliFactory.Html.dll" -
r:"C:\Program Files\IntelliFactory\WebSharper
\2.0\IntelliFactory.JavaScript.dll" -r:"C:\Program Files\IntelliFactory
\WebSharper\2.0\IntelliFactory.Json.dll" -r:"C:\Program Files
\IntelliFactory\WebSharper\2.0\IntelliFactory.PowerPack.dll" -r:"C:
\Program Files\IntelliFactory\WebSharper
\2.0\IntelliFactory.Reactive.dll" -r:"C:\Program Files\IntelliFactory
\WebSharper\2.0\IntelliFactory.WebSharper.Collections.dll" -r:"C:
\Program Files\IntelliFactory\WebSharper
\2.0\IntelliFactory.WebSharper.Control.dll" -r:"C:\Program Files
\IntelliFactory\WebSharper\2.0\IntelliFactory.WebSharper.Core.dll" -
r:"C:\Program Files\IntelliFactory\WebSharper
\2.0\IntelliFactory.WebSharper.dll" -r:"C:\Program Files\IntelliFactory
\WebSharper\2.0\IntelliFactory.WebSharper.Dom.dll" -r:"C:\Program Files
\IntelliFactory\WebSharper\2.0\IntelliFactory.WebSharper.Ecma.dll" -
r:"C:\Program Files\IntelliFactory\WebSharper
\2.0\IntelliFactory.WebSharper.Formlet.dll" -r:"C:\Program Files
\IntelliFactory\WebSharper\2.0\IntelliFactory.WebSharper.Html.dll" -
r:"C:\Program Files\IntelliFactory\WebSharper
\2.0\IntelliFactory.WebSharper.Html5.dll" -r:"C:\Program Files
\IntelliFactory\WebSharper
\2.0\IntelliFactory.WebSharper.InterfaceGenerator.dll" -r:"C:\Program
Files\IntelliFactory\WebSharper
\2.0\IntelliFactory.WebSharper.JQuery.dll" -r:"C:\Program Files
\IntelliFactory\WebSharper\2.0\IntelliFactory.WebSharper.Json.dll" -
r:"C:\Program Files\IntelliFactory\WebSharper
\2.0\IntelliFactory.WebSharper.Remoting.dll" -r:"C:\Program Files
\IntelliFactory\WebSharper\2.0\IntelliFactory.WebSharper.Sitelets.dll"
-r:"C:\Program Files\IntelliFactory\WebSharper
\2.0\IntelliFactory.WebSharper.Web.dll" -r:"C:\Program Files
\IntelliFactory\WebSharper
\2.0\IntelliFactory.WebSharper.XmlHttpRequest.dll" -r:C:\Users\jcm
\Documents\projects\WSTest1\WSTest1\LA\bin\Debug\LA.dll -r:C:\Windows
\Microsoft.NET\Framework\v2.0.50727\mscorlib.dll -r:"C:\Program Files
\Reference Assemblies\Microsoft\Framework\v3.5\System.Core.dll" -r:C:
\Windows\Microsoft.NET\Framework\v2.0.50727\System.dll -r:C:\Windows
\Microsoft.NET\Framework\v2.0.50727\System.Web.dll --target:library --
warn:3 --warnaserror:76 --vserrors --LCID:1033 --utf8output --
fullpaths --flaterrors Control1.fs
WebSharperProject -> C:\Users\jcm\Documents\projects
\WSTest1\WSTest1\WebSharperProject\bin\Debug\WebSharperProject.dll
"C:\Program Files\IntelliFactory\WebSharper\2.0\WebSharper.exe" -r
"C:\Program Files\IntelliFactory\WebSharper
\2.0\IntelliFactory.Formlet.Base.dll" -r "C:\Program Files
\IntelliFactory\WebSharper\2.0\IntelliFactory.Html.dll" -r "C:\Program
Files\IntelliFactory\WebSharper\2.0\IntelliFactory.JavaScript.dll" -r
"C:\Program Files\IntelliFactory\WebSharper
\2.0\IntelliFactory.Json.dll" -r "C:\Program Files\IntelliFactory
\WebSharper\2.0\IntelliFactory.PowerPack.dll" -r "C:\Program Files
\IntelliFactory\WebSharper\2.0\IntelliFactory.Reactive.dll" -r "C:
\Program Files\IntelliFactory\WebSharper
\2.0\IntelliFactory.WebSharper.Collections.dll" -r "C:\Program Files
\IntelliFactory\WebSharper\2.0\IntelliFactory.WebSharper.Control.dll" -
r "C:\Program Files\IntelliFactory\WebSharper
\2.0\IntelliFactory.WebSharper.Core.dll" -r "C:\Program Files
\IntelliFactory\WebSharper\2.0\IntelliFactory.WebSharper.dll" -r "C:
\Program Files\IntelliFactory\WebSharper
\2.0\IntelliFactory.WebSharper.Dom.dll" -r "C:\Program Files
\IntelliFactory\WebSharper\2.0\IntelliFactory.WebSharper.Ecma.dll" -r
"C:\Program Files\IntelliFactory\WebSharper
\2.0\IntelliFactory.WebSharper.Formlet.dll" -r "C:\Program Files
\IntelliFactory\WebSharper\2.0\IntelliFactory.WebSharper.Html.dll" -r
"C:\Program Files\IntelliFactory\WebSharper
\2.0\IntelliFactory.WebSharper.Html5.dll" -r "C:\Program Files
\IntelliFactory\WebSharper
\2.0\IntelliFactory.WebSharper.InterfaceGenerator.dll" -r "C:\Program
Files\IntelliFactory\WebSharper
\2.0\IntelliFactory.WebSharper.JQuery.dll" -r "C:\Program Files
\IntelliFactory\WebSharper\2.0\IntelliFactory.WebSharper.Json.dll" -r
"C:\Program Files\IntelliFactory\WebSharper
\2.0\IntelliFactory.WebSharper.Remoting.dll" -r "C:\Program Files
\IntelliFactory\WebSharper\2.0\IntelliFactory.WebSharper.Sitelets.dll"
-r "C:\Program Files\IntelliFactory\WebSharper
\2.0\IntelliFactory.WebSharper.Web.dll" -r "C:\Program Files
\IntelliFactory\WebSharper
\2.0\IntelliFactory.WebSharper.XmlHttpRequest.dll" -r "C:\Users\jcm
\Documents\projects\WSTest1\WSTest1\LA\bin\Debug\LA.dll" -r "C:\Windows
\Microsoft.NET\Framework\v2.0.50727\mscorlib.dll" -r "C:\Program Files
\Reference Assemblies\Microsoft\Framework\v3.5\System.Core.dll" -r "C:
\Windows\Microsoft.NET\Framework\v2.0.50727\System.dll" -r "C:\Windows
\Microsoft.NET\Framework\v2.0.50727\System.Web.dll" "C:\Users\jcm
\Documents\projects\WSTest1\WSTest1\WebSharperProject\bin\Debug
\WebSharperProject.dll"
EXEC: warning : 0 : Failed to reflect method .ctor on type
WebSharperProject.Control1: System.IO.FileNotFoundException: Could not
load file or assembly 'LA, Version=0.0.0.0, Culture=neutral,
PublicKeyToken=null' or one of its dependencies. The system cannot
find the file specified.
File name: 'LA, Version=0.0.0.0, Culture=neutral,
PublicKeyToken=null'
at System.Reflection.RuntimeAssembly._nLoad(AssemblyName
fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly
locationHint, StackCrawlMark& stackMark, Boolean throwOnFileNotFound,
Boolean forIntrospection, Boolean suppressSecurityChecks)
at System.Reflection.RuntimeAssembly.nLoad(AssemblyName fileName,
String codeBase, Evidence assemblySecurity, RuntimeAssembly
locationHint, StackCrawlMark& stackMark, Boolean throwOnFileNotFound,
Boolean forIntrospection, Boolean suppressSecurityChecks)
at
System.Reflection.RuntimeAssembly.InternalLoadAssemblyName(AssemblyName
assemblyRef, Evidence assemblySecurity, StackCrawlMark& stackMark,
Boolean forIntrospection, Boolean suppressSecurityChecks)
at System.Reflection.RuntimeAssembly.InternalLoad(String
assemblyString, Evidence assemblySecurity, StackCrawlMark& stackMark,
Boolean forIntrospection)
at System.Reflection.Assembly.Load(String assemblyString)
at Microsoft.FSharp.Quotations.PatternsModule.u_assref(InputState
st)
at
Microsoft.FSharp.Quotations.PatternsModule.u_NamedType(InputState st)
at
Microsoft.FSharp.Quotations.PatternsModule.u_ModuleDefn(InputState st)
at
Microsoft.FSharp.Quotations.PatternsModule.u_constSpec(InputState st)
at Microsoft.FSharp.Quotations.PatternsModule.u_Expr(InputState
st)
at
Microsoft.FSharp.Quotati...@1134.Invoke(InputState
st)
at
Microsoft.FSharp.Quotations.PatternsModule.SimpleUnpickle.u_list_aux[a]
(FSharpFunc`2 f, FSharpList`1 acc, InputState st)
at
Microsoft.FSharp.Quotati...@1134-1.Invoke(InputState
st)
at Microsoft.FSharp.Quotations.PatternsModule.u_Expr(InputState
st)
at Microsoft.FSharp.Quotations.PatternsModule.u_Expr(InputState
st)
at Microsoft.FSharp.Quotations.PatternsModule.u_Expr(InputState
st)
at Microsoft.FSharp.Quotations.PatternsModule.u_Expr(InputState
st)
at
Microsoft.FSharp.Quotations.Patt...@1261.Invoke(InputState
st)
at
Microsoft.FSharp.Quotations.PatternsModule.SimpleUnpickle.u_list_aux[a]
(FSharpFunc`2 f, FSharpList`1 acc, InputState st)
at
Microsoft.FSharp.Quotations.Patt...@1262.Invoke(InputState
st)
at
Microsoft.FSharp.Quotations.Patt...@1266.Invoke(Byte[]
phase2bytes)
at
Microsoft.FSharp.Quotations....@1412.Invoke(String
rn)
at Microsoft.FSharp.Primitives.Basics.List.map[T,TResult]
(FSharpFunc`2 mapping, FSharpList`1 x)
at
Microsoft.FSharp.Quotations.PatternsModule.resolveMethodBase(MethodBase
methodBase, Type[] tyargs)
at
Microsoft.FSharp.Quotations.PatternsModule.resolveMethodBaseInstantiated(MethodBase
methodBase)
at
Microsoft.FSharp.Quotations.FSharpExpr.TryGetReflectedDefinition(MethodBase
methodBase)
at
IntelliFactory.WebSharper.Extensions.MethodBase.GetQuotation(MethodBase )
WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM
\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly
bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software
\Microsoft\Fusion!EnableLog].
EXEC: warning : 0 : Failed to reflect method .ctor on type
WebSharperProject.Control1: System.IO.FileNotFoundException: Could not
load file or assembly 'LA, Version=0.0.0.0, Culture=neutral,
PublicKeyToken=null' or one of its dependencies. The system cannot
find the file specified.
File name: 'LA, Version=0.0.0.0, Culture=neutral,
PublicKeyToken=null'
at System.Reflection.RuntimeAssembly._nLoad(AssemblyName
fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly
locationHint, StackCrawlMark& stackMark, Boolean throwOnFileNotFound,
Boolean forIntrospection, Boolean suppressSecurityChecks)
at System.Reflection.RuntimeAssembly.nLoad(AssemblyName fileName,
String codeBase, Evidence assemblySecurity, RuntimeAssembly
locationHint, StackCrawlMark& stackMark, Boolean throwOnFileNotFound,
Boolean forIntrospection, Boolean suppressSecurityChecks)
at
System.Reflection.RuntimeAssembly.InternalLoadAssemblyName(AssemblyName
assemblyRef, Evidence assemblySecurity, StackCrawlMark& stackMark,
Boolean forIntrospection, Boolean suppressSecurityChecks)
at System.Reflection.RuntimeAssembly.InternalLoad(String
assemblyString, Evidence assemblySecurity, StackCrawlMark& stackMark,
Boolean forIntrospection)
at System.Reflection.Assembly.Load(String assemblyString)
at Microsoft.FSharp.Quotations.PatternsModule.u_assref(InputState
st)
at
Microsoft.FSharp.Quotations.PatternsModule.u_NamedType(InputState st)
at
Microsoft.FSharp.Quotations.PatternsModule.u_ModuleDefn(InputState st)
at
Microsoft.FSharp.Quotations.PatternsModule.u_constSpec(InputState st)
at Microsoft.FSharp.Quotations.PatternsModule.u_Expr(InputState
st)
at
Microsoft.FSharp.Quotati...@1134.Invoke(InputState
st)
at
Microsoft.FSharp.Quotations.PatternsModule.SimpleUnpickle.u_list_aux[a]
(FSharpFunc`2 f, FSharpList`1 acc, InputState st)
at
Microsoft.FSharp.Quotati...@1134-1.Invoke(InputState
st)
at Microsoft.FSharp.Quotations.PatternsModule.u_Expr(InputState
st)
at Microsoft.FSharp.Quotations.PatternsModule.u_Expr(InputState
st)
at Microsoft.FSharp.Quotations.PatternsModule.u_Expr(InputState
st)
at Microsoft.FSharp.Quotations.PatternsModule.u_Expr(InputState
st)
at
Microsoft.FSharp.Quotations.Patt...@1261.Invoke(InputState
st)
at
Microsoft.FSharp.Quotations.PatternsModule.SimpleUnpickle.u_list_aux[a]
(FSharpFunc`2 f, FSharpList`1 acc, InputState st)
at
Microsoft.FSharp.Quotations.Patt...@1262.Invoke(InputState
st)
at
Microsoft.FSharp.Quotations.Patt...@1266.Invoke(Byte[]
phase2bytes)
at
Microsoft.FSharp.Quotations....@1412.Invoke(String
rn)
at Microsoft.FSharp.Primitives.Basics.List.map[T,TResult]
(FSharpFunc`2 mapping, FSharpList`1 x)
at
Microsoft.FSharp.Quotations.PatternsModule.resolveMethodBase(MethodBase
methodBase, Type[] tyargs)
at
Microsoft.FSharp.Quotations.PatternsModule.resolveMethodBaseInstantiated(MethodBase
methodBase)
at
Microsoft.FSharp.Quotations.FSharpExpr.TryGetReflectedDefinition(MethodBase
methodBase)
at
IntelliFactory.WebSharper.Extensions.MethodBase.GetQuotation(MethodBase )
WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM
\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly
bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software
\Microsoft\Fusion!EnableLog].
EXEC: warning : 0 : Failed to reflect method get_Body on type
WebSharperProject.Control1: System.IO.FileNotFoundException: Could not
load file or assembly 'LA, Version=0.0.0.0, Culture=neutral,
PublicKeyToken=null' or one of its dependencies. The system cannot
find the file specified.
File name: 'LA, Version=0.0.0.0, Culture=neutral,
PublicKeyToken=null'
at System.Reflection.RuntimeAssembly._nLoad(AssemblyName
fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly
locationHint, StackCrawlMark& stackMark, Boolean throwOnFileNotFound,
Boolean forIntrospection, Boolean suppressSecurityChecks)
at System.Reflection.RuntimeAssembly.nLoad(AssemblyName fileName,
String codeBase, Evidence assemblySecurity, RuntimeAssembly
locationHint, StackCrawlMark& stackMark, Boolean throwOnFileNotFound,
Boolean forIntrospection, Boolean suppressSecurityChecks)
at
System.Reflection.RuntimeAssembly.InternalLoadAssemblyName(AssemblyName
assemblyRef, Evidence assemblySecurity, StackCrawlMark& stackMark,
Boolean forIntrospection, Boolean suppressSecurityChecks)
at System.Reflection.RuntimeAssembly.InternalLoad(String
assemblyString, Evidence assemblySecurity, StackCrawlMark& stackMark,
Boolean forIntrospection)
at System.Reflection.Assembly.Load(String assemblyString)
at Microsoft.FSharp.Quotations.PatternsModule.u_assref(InputState
st)
at
Microsoft.FSharp.Quotations.PatternsModule.u_NamedType(InputState st)
at
Microsoft.FSharp.Quotations.PatternsModule.u_ModuleDefn(InputState st)
at
Microsoft.FSharp.Quotations.PatternsModule.u_constSpec(InputState st)
at Microsoft.FSharp.Quotations.PatternsModule.u_Expr(InputState
st)
at
Microsoft.FSharp.Quotati...@1134.Invoke(InputState
st)
at
Microsoft.FSharp.Quotations.PatternsModule.SimpleUnpickle.u_list_aux[a]
(FSharpFunc`2 f, FSharpList`1 acc, InputState st)
at
Microsoft.FSharp.Quotati...@1134-1.Invoke(InputState
st)
at Microsoft.FSharp.Quotations.PatternsModule.u_Expr(InputState
st)
at Microsoft.FSharp.Quotations.PatternsModule.u_Expr(InputState
st)
at Microsoft.FSharp.Quotations.PatternsModule.u_Expr(InputState
st)
at Microsoft.FSharp.Quotations.PatternsModule.u_Expr(InputState
st)
at
Microsoft.FSharp.Quotations.Patt...@1261.Invoke(InputState
st)
at
Microsoft.FSharp.Quotations.PatternsModule.SimpleUnpickle.u_list_aux[a]
(FSharpFunc`2 f, FSharpList`1 acc, InputState st)
at
Microsoft.FSharp.Quotations.Patt...@1262.Invoke(InputState
st)
at
Microsoft.FSharp.Quotations.Patt...@1266.Invoke(Byte[]
phase2bytes)
at
Microsoft.FSharp.Quotations....@1412.Invoke(String
rn)
at Microsoft.FSharp.Primitives.Basics.List.map[T,TResult]
(FSharpFunc`2 mapping, FSharpList`1 x)
at
Microsoft.FSharp.Quotations.PatternsModule.resolveMethodBase(MethodBase
methodBase, Type[] tyargs)
at
Microsoft.FSharp.Quotations.PatternsModule.resolveMethodBaseInstantiated(MethodBase
methodBase)
at
Microsoft.FSharp.Quotations.FSharpExpr.TryGetReflectedDefinition(MethodBase
methodBase)
at
IntelliFactory.WebSharper.Extensions.MethodBase.GetQuotation(MethodBase )
WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM
\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly
bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software
\Microsoft\Fusion!EnableLog].
EXEC: warning : 0 : Failed to reflect method get_Body on type
WebSharperProject.Control1: System.IO.FileNotFoundException: Could not
load file or assembly 'LA, Version=0.0.0.0, Culture=neutral,
PublicKeyToken=null' or one of its dependencies. The system cannot
find the file specified.
File name: 'LA, Version=0.0.0.0, Culture=neutral,
PublicKeyToken=null'
at System.Reflection.RuntimeAssembly._nLoad(AssemblyName
fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly
locationHint, StackCrawlMark& stackMark, Boolean throwOnFileNotFound,
Boolean forIntrospection, Boolean suppressSecurityChecks)
at System.Reflection.RuntimeAssembly.nLoad(AssemblyName fileName,
String codeBase, Evidence assemblySecurity, RuntimeAssembly
locationHint, StackCrawlMark& stackMark, Boolean throwOnFileNotFound,
Boolean forIntrospection, Boolean suppressSecurityChecks)
at
System.Reflection.RuntimeAssembly.InternalLoadAssemblyName(AssemblyName
assemblyRef, Evidence assemblySecurity, StackCrawlMark& stackMark,
Boolean forIntrospection, Boolean suppressSecurityChecks)
at System.Reflection.RuntimeAssembly.InternalLoad(String
assemblyString, Evidence assemblySecurity, StackCrawlMark& stackMark,
Boolean forIntrospection)
at System.Reflection.Assembly.Load(String assemblyString)
at Microsoft.FSharp.Quotations.PatternsModule.u_assref(InputState
st)
at
Microsoft.FSharp.Quotations.PatternsModule.u_NamedType(InputState st)
at
Microsoft.FSharp.Quotations.PatternsModule.u_ModuleDefn(InputState st)
at
Microsoft.FSharp.Quotations.PatternsModule.u_constSpec(InputState st)
at Microsoft.FSharp.Quotations.PatternsModule.u_Expr(InputState
st)
at
Microsoft.FSharp.Quotati...@1134.Invoke(InputState
st)
at
Microsoft.FSharp.Quotations.PatternsModule.SimpleUnpickle.u_list_aux[a]
(FSharpFunc`2 f, FSharpList`1 acc, InputState st)
at
Microsoft.FSharp.Quotati...@1134-1.Invoke(InputState
st)
at Microsoft.FSharp.Quotations.PatternsModule.u_Expr(InputState
st)
at Microsoft.FSharp.Quotations.PatternsModule.u_Expr(InputState
st)
at Microsoft.FSharp.Quotations.PatternsModule.u_Expr(InputState
st)
at Microsoft.FSharp.Quotations.PatternsModule.u_Expr(InputState
st)
at
Microsoft.FSharp.Quotations.Patt...@1261.Invoke(InputState
st)
at
Microsoft.FSharp.Quotations.PatternsModule.SimpleUnpickle.u_list_aux[a]
(FSharpFunc`2 f, FSharpList`1 acc, InputState st)
at
Microsoft.FSharp.Quotations.Patt...@1262.Invoke(InputState
st)
at
Microsoft.FSharp.Quotations.Patt...@1266.Invoke(Byte[]
phase2bytes)
at
Microsoft.FSharp.Quotations....@1412.Invoke(String
rn)
at Microsoft.FSharp.Primitives.Basics.List.map[T,TResult]
(FSharpFunc`2 mapping, FSharpList`1 x)
at
Microsoft.FSharp.Quotations.PatternsModule.resolveMethodBase(MethodBase
methodBase, Type[] tyargs)
at
Microsoft.FSharp.Quotations.PatternsModule.resolveMethodBaseInstantiated(MethodBase
methodBase)
at
Microsoft.FSharp.Quotations.FSharpExpr.TryGetReflectedDefinition(MethodBase
methodBase)
at
IntelliFactory.WebSharper.Extensions.MethodBase.GetQuotation(MethodBase )
WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM
\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly
bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software
\Microsoft\Fusion!EnableLog].
------ Build started: Project: WebApplication, Configuration: Debug
Any CPU ------
WebApplication -> C:\Users\jcm\Documents\projects
\WSTest1\WSTest1\WebApplication\bin\WebApplication.dll
========== Build: 3 succeeded or up-to-date, 0 failed, 0 skipped
==========
I also verified that the problem does not come from SP1 (see (http://
fsharppowerpack.codeplex.com/
Thread/View.aspx?ThreadId=238389) ). It does not.
Thanks
Regards
J-C