﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>RoboticsConnection User Forum / RoboticsConnection Software Support / Serializer .NET Micro Framework Library  / SerializerLib MSI Issues / Latest Posts</title><generator>InstantForum.NET v4.1.4</generator><description>RoboticsConnection User Forum</description><link>http://www.roboticsconnection.com/userForums/</link><webMaster>info@roboticsconnection.com</webMaster><lastBuildDate>Thu, 04 Dec 2008 12:18:47 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: SerializerLib MSI Issues</title><link>http://www.roboticsconnection.com/userForums/Topic578-22-1.aspx</link><description>Okie dokie...I just updated the SerializerLibMF Installer and Solution file, so that it only installs the SerializerLibMF files.  I also added an InstallationNotes.txt file in the solution to provide requirements and the proper installation procedure for installing the .NET MF framework, SJJ Micro Hardware assemblies, and the SerializerLibMF.&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.roboticsconnection.com/p-16-serializer-net-robot-controller.aspx"&gt;http://www.roboticsconnection.com/p-16-serializer-net-robot-controller.aspx&lt;/A&gt; (Docs/HowTo/Library Tab).&lt;/P&gt;&lt;P&gt;The projects in the solution now look to the appropriate directories for the .NET MF (SPOT) libs, and the SJJ Micro Hardware assemblies.&lt;/P&gt;&lt;P&gt;Sean Liming just sent me their v2.5 update, which adds ADC, and PWM control to the board.  I will test our library against that in the coming week and see if I can read some simple analog sensors with it.&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sjjmicro.com/EDK.html"&gt;http://www.sjjmicro.com/EDK.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I have not had time to test the library against the .NET MF v3.0 BETA yet, but I'll try to do that in a few weeks.&lt;/P&gt;&lt;P&gt;If you guys see any further errors, please don't hesitate to drop us a post!&lt;/P&gt;&lt;P&gt;Best Regards!</description><pubDate>Fri, 15 Aug 2008 13:55:07 GMT</pubDate><dc:creator>jsummerour</dc:creator></item><item><title>RE: SerializerLib MSI Issues</title><link>http://www.roboticsconnection.com/userForums/Topic578-22-1.aspx</link><description>I just talked to Sean Liming (SJJ Micro), and he said we definitely didn't need to provide any of the following in our installer.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;DIV class=MsoPlainText style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face=Consolas color=#000000 size=3&gt;Microsoft.SPOT.Hardware.pdbx&lt;/FONT&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;&lt;DIV class=MsoPlainText style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face=Consolas color=#000000 size=3&gt;Microsoft.SPOT.Hardware.pe&lt;/FONT&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;&lt;DIV class=MsoPlainText style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face=Consolas color=#000000 size=3&gt;Microsoft.SPOT.Native.pdbx&lt;/FONT&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;&lt;DIV class=MsoPlainText style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face=Consolas color=#000000 size=3&gt;Microsoft.SPOT.Native.pe&lt;/FONT&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;&lt;DIV class=MsoPlainText style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face=Consolas color=#000000 size=3&gt;&lt;FONT face=Consolas color=#000000 size=3&gt;SJJ_HardwareProvider.pdbx&lt;/FONT&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;&lt;DIV class=MsoPlainText style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face=Consolas color=#000000 size=3&gt;&lt;FONT face=Consolas color=#000000 size=3&gt;SJJ_HardwareProvider.pe&lt;/FONT&gt;&amp;gt; &lt;/FONT&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P class=MsoPlainText style="MARGIN: 0in 0in 0pt"&gt;Also, I haven't played around with the emulator, since our stuff is meant to be used with the SJJ Micro EDK Plus kit.&lt;/P&gt;&lt;P class=MsoPlainText style="MARGIN: 0in 0in 0pt"&gt; &lt;/P&gt;&lt;P class=MsoPlainText style="MARGIN: 0in 0in 0pt"&gt;So, I'm about to update the project, and put it out on the site.  I apologize for the inconvenience! :)&lt;/P&gt;&lt;P class=MsoPlainText style="MARGIN: 0in 0in 0pt"&gt; &lt;/P&gt;&lt;P class=MsoPlainText style="MARGIN: 0in 0in 0pt"&gt;Best Regards!</description><pubDate>Fri, 15 Aug 2008 12:14:29 GMT</pubDate><dc:creator>jsummerour</dc:creator></item><item><title>RE: SerializerLib MSI Issues</title><link>http://www.roboticsconnection.com/userForums/Topic578-22-1.aspx</link><description>Problem solved partially. I managed to work my way around it by creating a new library project and then adding it as reference to both emulator and the project using the emulator. This way I didn't get any errors for missing .pe files. I guess it's okay as long as it works. :P</description><pubDate>Fri, 15 Aug 2008 05:00:14 GMT</pubDate><dc:creator>omgzergrush</dc:creator></item><item><title>RE: SerializerLib MSI Issues</title><link>http://www.roboticsconnection.com/userForums/Topic578-22-1.aspx</link><description>Just to clarify the problem I'm having... when I build my emulator project there are no .pe files generated at all but it compiles without errors. But using the emulator project as reference doesn't work since I get compile errors for several missing .pe files like &lt;project name&gt;.pe and Microsoft.SPOT.Emulator.pe. Nevertheless Visual Studio 2005 solution for SerializerLibMF has a bunch of them like &lt;project name&gt;.pe and Microsoft.SPOT.Hardware.pe so I'd be a really happy camper if someone could explain how these files are created (or why my solution doesn't do it).</description><pubDate>Fri, 15 Aug 2008 01:25:03 GMT</pubDate><dc:creator>omgzergrush</dc:creator></item><item><title>RE: SerializerLib MSI Issues</title><link>http://www.roboticsconnection.com/userForums/Topic578-22-1.aspx</link><description>Okay, I figured out why I missed these posts...I wasn't subscribed to this specific forum.   Dohhh!</description><pubDate>Thu, 14 Aug 2008 12:23:49 GMT</pubDate><dc:creator>jsummerour</dc:creator></item><item><title>RE: SerializerLib MSI Issues</title><link>http://www.roboticsconnection.com/userForums/Topic578-22-1.aspx</link><description>Thanks for looking into this, we know that you are busy with other things like the CMUcamLibMF :)</description><pubDate>Thu, 14 Aug 2008 05:11:42 GMT</pubDate><dc:creator>omgzergrush</dc:creator></item><item><title>RE: SerializerLib MSI Issues</title><link>http://www.roboticsconnection.com/userForums/Topic578-22-1.aspx</link><description>Hey guys...&lt;/P&gt;&lt;P&gt;I don't know how this one slipped by me.  I just saw it because John posted.&lt;/P&gt;&lt;P&gt;I will investigate this and get it fixed tonight.   I aplogize for the extreme delay in my response!&lt;/P&gt;&lt;P&gt;Best Regards!</description><pubDate>Wed, 13 Aug 2008 10:34:19 GMT</pubDate><dc:creator>jsummerour</dc:creator></item><item><title>RE: SerializerLib MSI Issues</title><link>http://www.roboticsconnection.com/userForums/Topic578-22-1.aspx</link><description>[quote][b]John (7/3/2008)[/b][hr]I'm having problems with the MSI installer for the .NET MF serializer support.&lt;br&gt;&lt;br&gt;1) the MSI doesn't appear to install the PE file, and that leads to build errors.&lt;br&gt;&lt;br&gt;2) the MSI includes old versions of the Microsoft assemblies. I suspect you shouldn't be shipping the MS assemblies, since they are installed with the .NET Micro Framework SDK and the ones you provide aren't current.&lt;br&gt;&lt;br&gt;I've since found the source for the serializer library and rebuilt it, so now I can proceed, but your MSI is still broken in multiple ways...:unsure:[/quote]&lt;br&gt;&lt;br&gt;Same problem here, when I tried to use the SerializerLibMF.dll, compiling resulted in error about missing SerializerLibMF.pe file that could not be copied. The one that came with Visual Studio solution worked fine though. I wouldn't even bring this up otherwise but I'm currently making a simple emulator for Traxster. When I try to add the emulator files as reference to my test project I get the same kind of error about missing .pe files (only about even more files) when compiling.&lt;br&gt;&lt;br&gt;Anyone know if they should be generated automatically or should I be able to do it manually? The SerializerLibMF solution has them so I'm assuming that either there's a way to do it or I'm doing something wrong.</description><pubDate>Tue, 12 Aug 2008 04:34:19 GMT</pubDate><dc:creator>omgzergrush</dc:creator></item><item><title>SerializerLib MSI Issues</title><link>http://www.roboticsconnection.com/userForums/Topic578-22-1.aspx</link><description>I'm having problems with the MSI installer for the .NET MF serializer support.&lt;P&gt;1) the MSI doesn't appear to install the PE file, and that leads to build errors.&lt;/P&gt;&lt;P&gt;2) the MSI includes old versions of the Microsoft assemblies.  I suspect you shouldn't be shipping the MS assemblies, since they are installed with the .NET Micro Framework SDK and the ones you provide aren't current.&lt;/P&gt;&lt;P&gt;I've since found the source for the serializer library and rebuilt it, so now I can proceed, but your MSI is still broken in multiple ways...:unsure:</description><pubDate>Thu, 03 Jul 2008 11:37:56 GMT</pubDate><dc:creator>John</dc:creator></item></channel></rss>