[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pnet-developers] framework1.1 profile
From: |
Stefan Lang |
Subject: |
[Pnet-developers] framework1.1 profile |
Date: |
Sat, 18 Sep 2004 19:34:54 +0200 |
User-agent: |
KMail/1.6.2 |
Doing a "configure --with-profile=framework1.1; make; make install"
for pnetlib, running an Application with "Application.Run(new Form());"
throws the following exception:
Uncaught exception: System.NotImplementedException:
System.Threading.Thread..ctor()
at System.Threading.Thread.InternalCurrentThread()
at System.Threading.Thread.get_CurrentThread()
in ./System/Threading/Thread.cs:291
at System.Windows.Forms.Application.RunMessageLoop(ApplicationContext)
in ./Application.cs:378
at System.Windows.Forms.Application.Run(Form) in ./Application.cs:576
If i run configure without specifiying a profile, there is no problem.
Is it a bug, or does profile framework1.1 not support threads or
winforms?
And what is the default profile? default1.1 or default1.2?
Thanks,
Stefan
- [Pnet-developers] framework1.1 profile,
Stefan Lang <=