Tagged Questions

2
votes
2answers
2k views

IKVM and System.Core System.Runtime.CompilerServices.ExtensionAttribute

I'm using the latest release of IKVM to "compile" a Java .jar file into a .NET DLL. That all worked fine, and now I'm trying to reference the DLL in a .NET 3.5 C# project. In my C# project, I've ...
1
vote
2answers
312 views

Required file 'alink.dll with IAlink3'

I was trying to build a C# solution on my Visual Studio 2008, that is running on a Windows Vista machine, but when I try to build it I'm getting this error: Required file 'alink.dll with IAlink3' ...
0
votes
1answer
326 views

Winforms designer is unable to find the project assembly?

I have a win forms Usercontrol that is suddenly unable to build, with this error: Edit- forgot to mention, The name of the project is Datatesting, it is not an external reference! Error 1 ...