I vote the same #2 I already did a bit of changing to use the generic class and the connection made via the provider and that works so that's done just have to...
5855
Chad Z. Hower aka Kudzu
czhower
May 6, 2013 5:13 pm
... #2 because debugging msbuild stuff is already hell......
5854
Matthijs ter Woord
mterwoord_new
May 6, 2013 5:00 pm
So. Did some investigation. The strategy I had in mind (registering the DbProviderFactory at runtime) wont work. I'll have a thought on strategies we can use...
5853
Henry Wright
melikescheese
May 6, 2013 8:42 am
When I was investigating this bug I found that using the Compiler Tester didn't yield any bugs. But on building an os, the exception was thrown. Sent from...
5852
Matthijs ter Woord
mterwoord_new
May 6, 2013 6:04 am
We should try to find a solution which doesn't place anything in the GAC, but first let get things working.. Geramy, can you try running in the compilertester?...
5851
Jim Loveless
geramyloveless@...
May 5, 2013 9:13 pm
When i build it and have sqlite in the gac and remove adding it as a provider in the code i get this..... Error 8 An error occurred while updating the entries....
5850
Matthijs ter Woord
mterwoord_new
May 5, 2013 8:37 pm
I meant to include the following link: http://msdn.microsoft.com/en-us/library/1009fa28.aspx Op 5 mei 2013 22:37 schreef "Matthijs ter Woord"...
5849
Matthijs ter Woord
mterwoord_new
May 5, 2013 8:37 pm
I didn't do any thorough reading but seems like the assembly.loadfrom context automatically auto loads dependencies in the same folder. Msbuild uses .loadfrom...
5848
Matthijs ter Woord
mterwoord_new
May 5, 2013 8:32 pm
Maybe. But gac-ing the assembly doesn't register it with the dbfactories stuff..... Maybe I can have a quick look Tuesday. Op 5 mei 2013 22:19 schreef "Chad Z....
5847
Chad Z. Hower aka Kudzu
czhower
May 5, 2013 8:19 pm
... Matthijs will the VS fake GAC work for this?...
5846
Jim Loveless
geramyloveless@...
May 5, 2013 8:18 pm
the System.Data.SQLite.dll needs to be in the GAC because msbuild cannot find it since msbuild's base directory is in visual studios and it loads ...
5845
Matthijs ter Woord
mterwoord_new
May 5, 2013 7:41 pm
What configuration file? Like an app.config? That's not possible in all situations..... Op 5 mei 2013 21:26 schreef "Jim Loveless" <geramyloveless@...>...
5844
Jim Loveless
geramyloveless@...
May 5, 2013 7:26 pm
I suggest putting the configuration into a config file as well........
5843
Jim Loveless
geramyloveless@...
May 5, 2013 6:56 pm
19:55] <Geramy> its not configured right the second time it goes round lol [19:55] <Geramy> the second process [19:55] <Geramy> starting the program [19:56]...
5842
Jim Loveless
geramyloveless@...
May 5, 2013 6:48 pm
I have the same error just in a different place now..... Error 39 The "ExtractMapFromElfFile" task failed unexpectedly. ...
5841
Matthijs ter Woord
mterwoord_new
May 5, 2013 3:44 pm
After the registration code, try adding code to use the DbFactory model to create a connection: See http://msdn.microsoft.com/en-us/library/h508h681.aspx ...
5840
Henry Wright
melikescheese
May 5, 2013 3:05 pm
No luck. Maybe aman can see if it works on his computer. It might be that the dev kit builder needs more prerequisites? The thing is that the bug is happening...
5839
atom_ap
May 5, 2013 10:53 am
Sorry for late..but every Monday I have a test that's why I had not still started working on it...I will start working on it and report result here :) I think...
5838
Matthijs ter Woord
mterwoord_new
May 5, 2013 9:02 am
Any luck yet? Maybe someone else (aman?) can join in to find the issue? On Wed, May 1, 2013 at 5:10 PM, Henry Wright...
5837
atom_ap
May 4, 2013 11:48 am
I want to know who is working on FAT Write support, And FAT reading support (which is not fully developed, As it is only able to read root directory) And such...
5836
atom_ap
May 4, 2013 11:40 am
Currently Cosmos is using Partition Class... Which defines only primary partition...And We are currently only achieved detecting Primary partition...But i am...
5835
Henry Wright
melikescheese
May 1, 2013 3:10 pm
Done. But still can't find a reason for that bug....
5834
Matthijs ter Woord
mterwoord_new
May 1, 2013 6:33 am
You can just checkin this fix. On Wed, May 1, 2013 at 8:30 AM, Henry Wright...
5833
Henry Wright
melikescheese
May 1, 2013 6:30 am
I've got to go now. But the provider and connection are now being centrally registered in DebugInfo.cs but it hasn't fixed the bug. Though I suspect this is...
5832
Matthijs ter Woord
mterwoord_new
May 1, 2013 6:19 am
(And please join irc again please.. Most of the time when I'm responsive on mailinglist, i'm responsive on irc as well) On Wed, May 1, 2013 at 8:18 AM, Henry...
5831
Henry Wright
melikescheese
May 1, 2013 6:18 am
I'll try that now....
5830
Matthijs ter Woord
mterwoord_new
May 1, 2013 6:16 am
We fixed it in the msbuild task, right? This is happening in a different msbuild task. Try re-registering (or move the registering to DebugInfo class, as that...
5829
Henry Wright
melikescheese
May 1, 2013 6:13 am
I registered the provider, but the connection provider doesn't need re-registering in DebugInfo.cs because that is the file that is causing the ultimate...
5828
Matthijs ter Woord
mterwoord_new
May 1, 2013 6:04 am
Have you registered the provider and the connectionprovider? On Wed, May 1, 2013 at 8:03 AM, Henry Wright...