[Lucene.Net] Could not load assembly

2011-06-11 Thread Prescott Nasser
While trying to set up a test for Contrib.IsolatedStorage, I'm running into an issue I haven't been able to solve. {System.TypeLoadException: Could not load type 'Lucene.Net.Documents.Document' from assembly 'Lucene.Net, Version=2.9.4.2, Culture=neutral, PublicKeyToken=null'. at

RE: [Lucene.Net] Could not load assembly

2011-06-11 Thread Prescott Nasser
I have - I wasn't sure how to fake IsolatedStorage and figured I'd just try and get it running in a wp7 app with the emulator, then go back and start filling in holes (like the test proj) From: digyd...@gmail.com To:

Re: [Lucene.Net] Could not load assembly

2011-06-11 Thread Michael Herndon
was it compiled against the wp7 version of silverlight? or .net full framework? On Sat, Jun 11, 2011 at 6:28 PM, Prescott Nasser geobmx...@hotmail.comwrote: I have - I wasn't sure how to fake IsolatedStorage and figured I'd just try and get it running in a wp7 app with the emulator, then go

RE: [Lucene.Net] Could not load assembly

2011-06-11 Thread Prescott Nasser
Hmm, that's likely it. Do you know a fast way to compile Lucene.Net and the IsolatedStorage to the silverlight framework? I could create new wp7 class projects and import all the files, but surely there is another way? Date: Sat, 11 Jun 2011

Re: [Lucene.Net] Could not load assembly

2011-06-11 Thread Michael Herndon
In the past people have used project linker. However there is something newer that could be use which is the portable class library: http://msdn.microsoft.com/en-us/library/gg597391.aspx Either way, unless someone knows an easier way (possibly changing the project guids), you'll have to use a

Re: [Lucene.Net] Could not load assembly

2011-06-11 Thread Michael Herndon
If thats the case, I'd propose exploring the portable class library project for the long run. Its supposed to constrain you to the shared APIs that are available in the target frameworks chosen. (xna/xbox, the full framework, silverlight, windows mobile 7 silverlight). Then it should allow you

RE: [Lucene.Net] Could not load assembly

2011-06-11 Thread Prescott Nasser
I'll investigate it a bit. So far though there are issues with making lucene wp7 compatible ATM. As I fix things more issues pop up. Definitely something I'll look closely at though Sent from my Windows Phone -Original Message- From: Michael Herndon Sent: Saturday, June 11, 2011 6:30