<?xml version="1.0" encoding="iso-8859-9" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>ERP Nedir? | T&#252;rkiye'nin ERP Forum Platformu : WebService ve NetopenX50</title>
  <link>http://www.erpne.org/</link>
  <description><![CDATA[XML içerik linki; ERP Nedir? | T&#252;rkiye'nin ERP Forum Platformu : ERP Entegrasyonlar&#305; : WebService ve NetopenX50]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 17 Apr 2026 16:11:01 +0000</pubDate>
  <lastBuildDate>Tue, 26 Jan 2016 11:09:45 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 11.10</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>www.erpne.org/RSS_post_feed.asp?TID=3882</WebWizForums:feedURL>
  <image>
   <title><![CDATA[ERP Nedir? | T&#252;rkiye'nin ERP Forum Platformu]]></title>
   <url>http://www.erpne.org/forum_images/logotype.png</url>
   <link>http://www.erpne.org/</link>
  </image>
  <item>
   <title><![CDATA[WebService ve NetopenX50 :  servis altindan regkontrol &#231;alistirin...]]></title>
   <link>http://www.erpne.org/webservice-ve-netopenx50_topic3882_post22576.html#22576</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://www.erpne.org/member_profile.asp?PF=483">Conari</a><br /><strong>Konu:</strong> 3882<br /><strong>Gönderim Zamanı:</strong> 26&nbsp;Ocak&nbsp;2016 Saat 11:09<br /><br />servis altindan regkontrol çalistirin]]>
   </description>
   <pubDate>Tue, 26 Jan 2016 11:09:45 +0000</pubDate>
   <guid isPermaLink="true">http://www.erpne.org/webservice-ve-netopenx50_topic3882_post22576.html#22576</guid>
  </item> 
  <item>
   <title><![CDATA[WebService ve NetopenX50 : Netopenx50 dll ile netsis e fatura...]]></title>
   <link>http://www.erpne.org/webservice-ve-netopenx50_topic3882_post22575.html#22575</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://www.erpne.org/member_profile.asp?PF=4746">hcolak</a><br /><strong>Konu:</strong> 3882<br /><strong>Gönderim Zamanı:</strong> 25&nbsp;Ocak&nbsp;2016 Saat 16:46<br /><br /><div>Netopenx50 dll ile netsis e fatura kaydeymek istiyorum visual studio üzerinden&nbsp;</div><div><br></div>Asagidaki kodda Kernel olustururken&nbsp;<div>NetTLB\RCFRBridge.tlb file could not loaded(Version 5.0) Kitablik kaydedilmemis. uyarisi veriyor tamam deyince asagidaki hatayi vermekte</div><div><br></div><div>An unhandled exception of type 'System.Runtime.InteropServices.COMException' occurred in mscorlib.dll</div><div><br><div>Additional information: IClassFactory'den {65EB3876-89FF-459F-BF24-02E8DD7F2DB2} CLSID'sine sahip COM bileseninin örnegini olusturma su asagidaki hatayla basarisiz oldu: 8000ffff Çok zararli hata (HRESULT özel durum döndürdü: 0x8000FFFF (E_UNEXPECTED)).</div><div><br></div><div>seklinde hata aliyorum. &nbsp;Asagida hataya benzer sebebi ne olabilir.</div><div><br></div><div><br></div></div><div><br></div><div><div>&nbsp; Kernel kernel = new Kernel();</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Sirket sirket = default(Sirket);</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Kasa kasa = default(Kasa);</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; try</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; sirket = kernel.yeniSirket(TVTTipi.vtMSSQL, "NetsisEnterprice7", "HColak", "", "AJSFJ", "0", 0);</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; kasa = kernel.yeniKasa(sirket);</div><div><br></div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; kasa.KsMas_Kod = "00"; &nbsp; &nbsp; &nbsp;//Kasa Kodu</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; kasa.IO = "G";</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; kasa.Tip = "F";</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; kasa.Kod = "100-02-001"; &nbsp; &nbsp;//Muhasebe Karsilik Kodu</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; kasa.Fisno = "x09";</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; kasa.Tutar = 500;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; kasa.Kdv_Dahil = "E";</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; kasa.Kdv_Oran = 18;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; kasa.Plasiyer_Kodu = "02";</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; kasa.Proje_Kodu = "033";</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; kasa.Tarih = DateTime.Now;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; kasa.Islem(TKasaIslem.tkFaturaKayit);</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; finally</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Marshal.ReleaseComObject(kasa);</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; kasa = default(Kasa);</div><div><br></div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Marshal.ReleaseComObject(sirket);</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; sirket = default(Sirket);</div><div><br></div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; kernel.FreeNetsisLibrary();</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Marshal.ReleaseComObject(kernel);</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; kernel = default(Kernel);</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }</div></div>]]>
   </description>
   <pubDate>Mon, 25 Jan 2016 16:46:36 +0000</pubDate>
   <guid isPermaLink="true">http://www.erpne.org/webservice-ve-netopenx50_topic3882_post22575.html#22575</guid>
  </item> 
  <item>
   <title><![CDATA[WebService ve NetopenX50 : IIS YAPILANDIRMASIhttp://www.m...]]></title>
   <link>http://www.erpne.org/webservice-ve-netopenx50_topic3882_post20642.html#20642</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://www.erpne.org/member_profile.asp?PF=1592">rhan</a><br /><strong>Konu:</strong> 3882<br /><strong>Gönderim Zamanı:</strong> 14&nbsp;Ekim&nbsp;2014 Saat 15:14<br /><br />IIS YAPILANDIRMASI<br>http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/13f991a5-45eb-496c-8618-2179c3753bb0.mspx?mfr=true<br><br>32 BIT UYGULAMALAR CALISSIN SECNEGI AÇILMALI. UYGULAMA HAVUZU<br><br>To enable IIS 6.0 to run 32-bit applications on 64-bit Windows<br>1.Open a command prompt and navigate to the %systemdrive%\Inetpub\AdminScripts directory.<br>2.Type the following command:<br>cscript.exe adsutil.vbs set W3SVC/AppPools/Enable32BitAppOnWin64 “true”<br>3.Press ENTER.<br><br>bu bende çözmü?tü.<br>]]>
   </description>
   <pubDate>Tue, 14 Oct 2014 15:14:36 +0000</pubDate>
   <guid isPermaLink="true">http://www.erpne.org/webservice-ve-netopenx50_topic3882_post20642.html#20642</guid>
  </item> 
  <item>
   <title><![CDATA[WebService ve NetopenX50 : tekrar ilk postta ki hataya geri...]]></title>
   <link>http://www.erpne.org/webservice-ve-netopenx50_topic3882_post20639.html#20639</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://www.erpne.org/member_profile.asp?PF=4536">burak.ogutken</a><br /><strong>Konu:</strong> 3882<br /><strong>Gönderim Zamanı:</strong> 14&nbsp;Ekim&nbsp;2014 Saat 13:01<br /><br />tekrar ilk postta ki hataya geri donduk. Anlamadigim su localhostta ashx dosyasi calisiyor sorunsuz ama disaridan erismeye kalktigimzida yani herhangi bir browserdan cagirdigimizda bunu aliyoruz<div><br></div><div><br></div><div><p ="p1"><span ="s1">/Dalisto' Uygulamasynda Sunucu Hatasy.</span></p></div><div><p ="p1"><span ="s1"><i>{65EB3876-89FF-459F-BF24-02E8DD7F2DB2} CLSID de?erine bile?en için COM synyfy fabrikasyny alma, yandaki hata nedeniyle ba?arysyz oldu: 80040154 Synyf kaydedilmemi? (HRESULT özel durum döndürdü: 0x80040154 (REGDB_E_CLASSNOTREG)).</i></span></p></div>]]>
   </description>
   <pubDate>Tue, 14 Oct 2014 13:01:06 +0000</pubDate>
   <guid isPermaLink="true">http://www.erpne.org/webservice-ve-netopenx50_topic3882_post20639.html#20639</guid>
  </item> 
  <item>
   <title><![CDATA[WebService ve NetopenX50 : registerli kontroll ettik simdide...]]></title>
   <link>http://www.erpne.org/webservice-ve-netopenx50_topic3882_post20638.html#20638</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://www.erpne.org/member_profile.asp?PF=4536">burak.ogutken</a><br /><strong>Konu:</strong> 3882<br /><strong>Gönderim Zamanı:</strong> 14&nbsp;Ekim&nbsp;2014 Saat 11:41<br /><br />registerli kontroll ettik simdide gariptir baska bir hata vermeye basladi<div><br></div><div>kernel olusturuken</div><div><br></div><div><div>An exception of type 'System.Runtime.InteropServices.COMException' occurred in mscorlib.dll but was not handled in user code</div><div><br></div><div>Additional information: IClassFactory'den {65EB3876-89FF-459F-BF24-02E8DD7F2DB2} CLSID'sine sahip COM bile?eninin örne?ini olu?turma ?u a?a?ydaki hatayla ba?arysyz oldu: 8000ffff Çok zararly hata (HRESULT özel durum döndürdü: 0x8000FFFF (E_UNEXPECTED)).</div></div><div><br></div><div>bu hatayi almaya basladik yardimci olabilecek gercekten cok zor durumdayiz :(</div>]]>
   </description>
   <pubDate>Tue, 14 Oct 2014 11:41:06 +0000</pubDate>
   <guid isPermaLink="true">http://www.erpne.org/webservice-ve-netopenx50_topic3882_post20638.html#20638</guid>
  </item> 
  <item>
   <title><![CDATA[WebService ve NetopenX50 : netopenx register edilmemi? gibi,lisans...]]></title>
   <link>http://www.erpne.org/webservice-ve-netopenx50_topic3882_post20637.html#20637</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://www.erpne.org/member_profile.asp?PF=483">Conari</a><br /><strong>Konu:</strong> 3882<br /><strong>Gönderim Zamanı:</strong> 14&nbsp;Ekim&nbsp;2014 Saat 11:14<br /><br />netopenx register edilmemi? gibi,<br />lisans sorunu da olabilir.]]>
   </description>
   <pubDate>Tue, 14 Oct 2014 11:14:45 +0000</pubDate>
   <guid isPermaLink="true">http://www.erpne.org/webservice-ve-netopenx50_topic3882_post20637.html#20637</guid>
  </item> 
  <item>
   <title><![CDATA[WebService ve NetopenX50 : Arkdaslar siparis islemi icin...]]></title>
   <link>http://www.erpne.org/webservice-ve-netopenx50_topic3882_post20636.html#20636</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://www.erpne.org/member_profile.asp?PF=4536">burak.ogutken</a><br /><strong>Konu:</strong> 3882<br /><strong>Gönderim Zamanı:</strong> 14&nbsp;Ekim&nbsp;2014 Saat 10:06<br /><br />Arkdaslar siparis islemi icin bir webservis hazirladim sorunsuz kayit atiyor ancak iis uzerine kurudugumda&nbsp;<div><span style="line-height: 1.4;">soyle bir hata aliyorum bu hata ile karsilasan arkadaslarim varsa yardimlarini esirgemesinler simdiden&nbsp;</span></div><div><span style="line-height: 1.4;"><br></span></div><div><span style="line-height: 1.4;">tesekkur ederim</span></div><div><br></div><div><h2 style="font-family: Verdana; font-weight: normal; font-size: 14pt; color: maro&#111;n; line-height: normal;"><i>{65EB3876-89FF-459F-BF24-02E8DD7F2DB2} CLSID de?erine bile?en için COM synyfy fabrikasyny alma, yandaki hata nedeniyle ba?arysyz oldu: 80040154 Synyf kaydedilmemi? (HRESULT özel durum döndürdü: 0x80040154 (REGDB_E_CLASSNOTREG)).</i></h2></div><div><i><br></i></div><div><br></div>]]>
   </description>
   <pubDate>Tue, 14 Oct 2014 10:06:00 +0000</pubDate>
   <guid isPermaLink="true">http://www.erpne.org/webservice-ve-netopenx50_topic3882_post20636.html#20636</guid>
  </item> 
 </channel>
</rss>