pomepome / dotnetportmapper

Automatically exported from code.google.com/p/dotnetportmapper
0 stars 0 forks source link

Invoke #5

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Great work, only one issue. 

using invoke doesn't work in wpf projects.

I removed your invoke calls and just called the delegates straight up.  
This may cause some cross threading issues but its better than nothing 
working at all.

Try to keep form/gui out of external DLL's if all possible.

Also I'm running 32 bit Windows 7, I changed it build in AnyCPU config and 
it worked just fine. I was having the same problems as the other guy with 
not loading the dll, after changing it to AnyCPU config it fixed it.

Everything is running great now.

Original issue reported on code.google.com by Micheal....@gmail.com on 13 Dec 2009 at 3:33