<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://www.aras.com/community/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>server event dll issue</title><link>https://www.aras.com/community/f/development/3471/server-event-dll-issue</link><description>Hello,

I&amp;#39;m a new user to the Aras solution and still trying to get my head round a number of things. The installation I did myself.

The first action that I would like to do is to create my own part numbering solution. I have created a new List that</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: server event dll issue</title><link>https://www.aras.com/community/thread/1029?ContentTypeID=1</link><pubDate>Tue, 21 Nov 2017 15:12:49 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:72170b3c-8461-4261-9516-768ccb33a887</guid><dc:creator>Former Member</dc:creator><description>Thanks for taking the time to respond.

My Innovator release is 11 SP9 build 6549, and the dll folder is read only. But the other observation is that while previously the folder was empty, now its got 178 files!

I wonder if this is linked to another odd error message that I&amp;#39;m getting when trying to make a newly created field mandatory, but I&amp;#39;ll start another thread for that.

Cheers&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: server event dll issue</title><link>https://www.aras.com/community/thread/1028?ContentTypeID=1</link><pubDate>Tue, 21 Nov 2017 14:43:32 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:c478d8ed-09d1-4559-b89f-d8f7a53cbca3</guid><dc:creator>Christopher Gillis</dc:creator><description>Hello,

Typically the error message is more tuned. For example, in my environment, the error message with your original code is instead:

&lt;code&gt;Line number 3, Error Number: BC30516, Overload resolution failed because no accessible &amp;#39;setProperty&amp;#39; accepts this number of arguments.&lt;/code&gt;

Much more helpful than the message you were seeing. Could you please confirm which version of Aras Innovator you are using?

Additionally, it&amp;#39;s possible that this is a permissions issue preventing the temporary files from being created in the /dll/ folder. Could you also check the folder permissions of the /dll/ folder referenced in your original error message?

Chris

_______________________________________________

Christopher Gillis

Aras Labs Software Engineer&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: server event dll issue</title><link>https://www.aras.com/community/thread/1025?ContentTypeID=1</link><pubDate>Tue, 21 Nov 2017 14:10:21 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:e369ba9a-36bf-4fba-9b75-e5ee83cdaab1</guid><dc:creator>Former Member</dc:creator><description>Hi Chris,

Yes you&amp;#39;re right! With some digging I found that the variation of this question had been asked before.

Is it possible to tune the error message...? :-)

Cheers&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: server event dll issue</title><link>https://www.aras.com/community/thread/1027?ContentTypeID=1</link><pubDate>Tue, 21 Nov 2017 11:42:31 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:b7a934e4-cfce-490c-9ea3-14133bcf15fd</guid><dc:creator>Christopher Gillis</dc:creator><description>Hello,

I believe this is being caused by a syntax error. The &lt;strong&gt;setProperty&lt;/strong&gt; function takes two arguments: the property name and the new property value. Please try to update your sample as below:

&lt;code&gt;me.setProperty(&amp;quot;item_number&amp;quot;, me.getProperty(&amp;quot;project_id&amp;quot;) &amp;amp; &amp;quot;-&amp;quot; &amp;amp; me.getInnovator.getNextSequence(&amp;quot;Default Part&amp;quot;))&lt;/code&gt;

Chris

__________________________________________

Christopher Gillis

Aras Labs Software Engineer&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: server event dll issue</title><link>https://www.aras.com/community/thread/1022?ContentTypeID=1</link><pubDate>Mon, 20 Nov 2017 18:03:33 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:cb61aa47-c643-4f39-af40-85ae02a9ffe5</guid><dc:creator>Former Member</dc:creator><description>Thanks for the prompt response!

Adding Return me to the 2nd line did not make any difference I&amp;#39;m afraid.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: server event dll issue</title><link>https://www.aras.com/community/thread/1019?ContentTypeID=1</link><pubDate>Mon, 20 Nov 2017 17:51:05 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:598e7bc7-8070-45dc-b979-8cd27ae727cf</guid><dc:creator>Zahar Chernov</dc:creator><description>try to end the method with (i guess you are writing VB.NET?):
&lt;blockquote&gt;return Me&lt;/blockquote&gt;
&amp;nbsp;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>