<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic C# SDK examples in Splunk Dev</title>
    <link>https://community.splunk.com/t5/Splunk-Dev/C-SDK-examples/m-p/44455#M547</link>
    <description>&lt;P&gt;I downloaded the SDK, opened the project in VS 2012.  Built the solution.  Setup .splunkrc.  None of the examples work.  Many of the Unit Tests fail.  Where is the proper place to get help on this?&lt;/P&gt;</description>
    <pubDate>Thu, 23 May 2013 19:21:12 GMT</pubDate>
    <dc:creator>rmorlen</dc:creator>
    <dc:date>2013-05-23T19:21:12Z</dc:date>
    <item>
      <title>C# SDK examples</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/C-SDK-examples/m-p/44455#M547</link>
      <description>&lt;P&gt;I downloaded the SDK, opened the project in VS 2012.  Built the solution.  Setup .splunkrc.  None of the examples work.  Many of the Unit Tests fail.  Where is the proper place to get help on this?&lt;/P&gt;</description>
      <pubDate>Thu, 23 May 2013 19:21:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/C-SDK-examples/m-p/44455#M547</guid>
      <dc:creator>rmorlen</dc:creator>
      <dc:date>2013-05-23T19:21:12Z</dc:date>
    </item>
    <item>
      <title>Re: C# SDK examples</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/C-SDK-examples/m-p/44456#M548</link>
      <description>&lt;P&gt;What specific issues are you running into? Can you provide more detail? Feel free to email &lt;A href="mailto:nluthra@splunk.com"&gt;me&lt;/A&gt; directly and I would be happy to look into it.&lt;/P&gt;</description>
      <pubDate>Thu, 23 May 2013 19:25:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/C-SDK-examples/m-p/44456#M548</guid>
      <dc:creator>Neeraj_Luthra</dc:creator>
      <dc:date>2013-05-23T19:25:19Z</dc:date>
    </item>
    <item>
      <title>Re: C# SDK examples</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/C-SDK-examples/m-p/44457#M549</link>
      <description>&lt;P&gt;The issue was related to HOMEDRIVE environment variable mapped to a remote machine. A workaround, in this case, is to create a new env variable (and use it in the Command.Splunkrc()that points to local C:\ and put the .splunkrc in this new location.&lt;/P&gt;

&lt;P&gt;Another option is to modify Command.cs to the following:&lt;BR /&gt;
&lt;PRE&gt;&lt;CODE&gt;//  const string ToExpand = "%HOMEDRIVE%%HOMEPATH%";&lt;/CODE&gt;&lt;/PRE&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;const string ToExpand = "%LOCALAPPDATA%";
&amp;lt;/code&amp;gt;&amp;lt;/pre&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;This will look for the file in the c:\users\myuserid\AppData\Local directory.&lt;/P&gt;</description>
      <pubDate>Fri, 24 May 2013 17:49:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/C-SDK-examples/m-p/44457#M549</guid>
      <dc:creator>rmorlen</dc:creator>
      <dc:date>2013-05-24T17:49:13Z</dc:date>
    </item>
  </channel>
</rss>

