What steps will reproduce the problem?
1. Get the source using SVN
2. Load the solution and try compiling it.
What is the expected output? What do you see instead?
Build succeeds. Compiled dll.
I see the error message box pops up and the build fails.
What version of the product are you using? On what operating system?
Latest source from the trunk.
Windows XP SP3
Please provide any additional information below.
When tried compiling without the Tesla.Interop.Generator.exe step I get the
dll, but when using it the execution eventually goes into one of the
InternalInterop functions (ReadInline) which just throws exception. Is this the
intent? I really hoped to use the new version... :(