<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>WCFLoadTest Forum Rss Feed</title><link>http://www.codeplex.com/WCFLoadTest/Thread/List.aspx</link><description>WCFLoadTest Forum Rss Description</description><item><title>New Post: Object reference not set to an instance</title><link>http://wcfloadtest.codeplex.com/discussions/443626</link><description>&lt;div style="line-height: normal;"&gt;I think it would help to see the signatures of the problem calls, including any types referenced if possible.&lt;br /&gt;
&lt;br /&gt;
Regards&lt;br /&gt;
&lt;br /&gt;
Rob&lt;br /&gt;
&lt;/div&gt;</description><author>robjarratt</author><pubDate>Wed, 15 May 2013 10:40:07 GMT</pubDate><guid isPermaLink="false">New Post: Object reference not set to an instance 20130515104007A</guid></item><item><title>New Post: Object reference not set to an instance</title><link>http://wcfloadtest.codeplex.com/discussions/443626</link><description>&lt;div style="line-height: normal;"&gt;Hi Rob,&lt;br /&gt;
&lt;br /&gt;
Thanks a lot for the reply. Actually in this case all the endpoints are using NetTcpBinding. We have all the enpoint listed in the client configuration file with the binding configuration and behavior configuration in it.  I am able to see all the call details and their response in the message log file. Even I am getting the call details for the 2 calls which are not getting generated.  I have only one proxy assembly(dll) which is having all the proxies. When I am creating C# script by providing this assembly, it generates code for other calls and adding this dll under the reference node of the solution. I am able to create the proxy client for the particular service by hand and through the proxy client I am able to see the call which is not getting generated by the tool. From the log I am able to see that a lot of things are passed to this call. So creating this call by hand would be very difficult.&lt;br /&gt;
&lt;br /&gt;
The call looks like below one.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;E2ETraceEvent xmlns=&amp;quot;&lt;a href="http://schemas.microsoft.com/2004/06/E2ETraceEvent" rel="nofollow"&gt;http://schemas.microsoft.com/2004/06/E2ETraceEvent&lt;/a&gt;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;System xmlns=&amp;quot;&lt;a href="http://schemas.microsoft.com/2004/06/windows/eventlog/system" rel="nofollow"&gt;http://schemas.microsoft.com/2004/06/windows/eventlog/system&lt;/a&gt;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;EventID&amp;gt;0&amp;lt;/EventID&amp;gt;&lt;br /&gt;
&amp;lt;Type&amp;gt;3&amp;lt;/Type&amp;gt;&lt;br /&gt;
&amp;lt;SubType Name=&amp;quot;Information&amp;quot;&amp;gt;0&amp;lt;/SubType&amp;gt;&lt;br /&gt;
&amp;lt;Level&amp;gt;8&amp;lt;/Level&amp;gt;&lt;br /&gt;
&amp;lt;TimeCreated SystemTime=&amp;quot;2013-05-14T10:17:37.2283235Z&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;Source Name=&amp;quot;System.ServiceModel.MessageLogging&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;Correlation ActivityID=&amp;quot;{00000000-0000-0000-0000-000000000000}&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;Execution ProcessName=&amp;quot;SomeClient-UAT&amp;quot; ProcessID=&amp;quot;5256&amp;quot; ThreadID=&amp;quot;8&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;Channel /&amp;gt;&lt;br /&gt;
&amp;lt;Computer&amp;gt;Some Computer&amp;lt;/Computer&amp;gt;&lt;br /&gt;
&amp;lt;/System&amp;gt;&lt;br /&gt;
&amp;lt;ApplicationData&amp;gt;&lt;br /&gt;
&amp;lt;TraceData&amp;gt;&lt;br /&gt;
&amp;lt;DataItem&amp;gt;&lt;br /&gt;
&amp;lt;MessageLogTraceRecord Time=&amp;quot;2013-05-14T18:17:37.2283235+08:00&amp;quot; Source=&amp;quot;ServiceLevelSendRequest&amp;quot; Type=&amp;quot;System.ServiceModel.Dispatcher.OperationFormatter+OperationFormatterMessage&amp;quot; xmlns=&amp;quot;&lt;a href="http://schemas.microsoft.com/2004/06/ServiceModel/Management/MessageTrace" rel="nofollow"&gt;http://schemas.microsoft.com/2004/06/ServiceModel/Management/MessageTrace&lt;/a&gt;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;s:Envelope xmlns:a=&amp;quot;&lt;a href="http://www.w3.org/2005/08/addressing" rel="nofollow"&gt;http://www.w3.org/2005/08/addressing&lt;/a&gt;&amp;quot; xmlns:s=&amp;quot;&lt;a href="http://www.w3.org/2003/05/soap-envelope" rel="nofollow"&gt;http://www.w3.org/2003/05/soap-envelope&lt;/a&gt;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;s:Header&amp;gt;&lt;br /&gt;
&amp;lt;a:Action s:mustUnderstand=&amp;quot;1&amp;quot;&amp;gt;&lt;a href="http://tempuri.org/IExposure/MyMethod&amp;lt;/a:Action" rel="nofollow"&gt;http://tempuri.org/IExposure/MyMethod&lt;/a:Action&lt;/a&gt;&amp;gt;&lt;br /&gt;
&amp;lt;a:MessageID&amp;gt;urn:uuid:316e589b-1e74-4f40-aacb-2133a1784f14&amp;lt;/a:MessageID&amp;gt;&lt;br /&gt;
&amp;lt;a:ReplyTo&amp;gt;&lt;br /&gt;
&amp;lt;a:Address&amp;gt;&lt;a href="http://www.w3.org/2005/08/addressing/anonymous&amp;lt;/a:Address" rel="nofollow"&gt;http://www.w3.org/2005/08/addressing/anonymous&lt;/a:Address&lt;/a&gt;&amp;gt;&lt;br /&gt;
&amp;lt;/a:ReplyTo&amp;gt;&lt;br /&gt;
&amp;lt;CUSTOM_HEADER xmlns=&amp;quot;com.SomeClient&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;CUSTOM_HEADER xmlns=&amp;quot;Key&amp;quot;&amp;gt;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;utf-16&amp;quot;?&amp;gt;&lt;br /&gt;
&amp;lt;CustomHeaderData xmlns:xsi=&amp;quot;&lt;a href="http://www.w3.org/2001/XMLSchema-instance" rel="nofollow"&gt;http://www.w3.org/2001/XMLSchema-instance&lt;/a&gt;&amp;quot; xmlns:xsd=&amp;quot;&lt;a href="http://www.w3.org/2001/XMLSchema" rel="nofollow"&gt;http://www.w3.org/2001/XMLSchema&lt;/a&gt;&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;UserID&amp;gt;12345&amp;lt;/UserID&amp;gt;&lt;br /&gt;
  &amp;lt;SessionID&amp;gt;5d360ba4-cbf7-429a-b5ef-e68307d6f1ac&amp;lt;/SessionID&amp;gt;&lt;br /&gt;
  &amp;lt;IsValidSession&amp;gt;false&amp;lt;/IsValidSession&amp;gt;&lt;br /&gt;
  &amp;lt;IsSessionExists&amp;gt;false&amp;lt;/IsSessionExists&amp;gt;&lt;br /&gt;
  &amp;lt;IsSessionTimedOut&amp;gt;false&amp;lt;/IsSessionTimedOut&amp;gt;&lt;br /&gt;
&amp;lt;/CustomHeaderData&amp;gt;&amp;lt;/CUSTOM_HEADER&amp;gt;&lt;br /&gt;
&amp;lt;/CUSTOM_HEADER&amp;gt;&lt;br /&gt;
&amp;lt;/s:Header&amp;gt;&lt;br /&gt;
&amp;lt;s:Body&amp;gt;&lt;br /&gt;
&amp;lt;/Body&amp;gt;&lt;br /&gt;
&amp;lt;/s:Envelope&amp;gt;&lt;br /&gt;
&amp;lt;/MessageLogTraceRecord&amp;gt;&lt;br /&gt;
&amp;lt;/DataItem&amp;gt;&lt;br /&gt;
&amp;lt;/TraceData&amp;gt;&lt;br /&gt;
&amp;lt;/ApplicationData&amp;gt;&lt;br /&gt;
&amp;lt;/E2ETraceEvent&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Please note that I had to skip the body part of this call since it is very big, and this forum is not supporting this many characters.&lt;br /&gt;
&lt;/div&gt;</description><author>Rinku51</author><pubDate>Wed, 15 May 2013 10:27:18 GMT</pubDate><guid isPermaLink="false">New Post: Object reference not set to an instance 20130515102718A</guid></item><item><title>New Post: Object reference not set to an instance</title><link>http://wcfloadtest.codeplex.com/discussions/443626</link><description>&lt;div style="line-height: normal;"&gt;Can you give me some details about the calls that are failing?&lt;br /&gt;
&lt;br /&gt;
Thanks&lt;br /&gt;
&lt;br /&gt;
Rob&lt;br /&gt;
&lt;/div&gt;</description><author>robjarratt</author><pubDate>Wed, 15 May 2013 06:58:28 GMT</pubDate><guid isPermaLink="false">New Post: Object reference not set to an instance 20130515065828A</guid></item><item><title>New Post: Object reference not set to an instance</title><link>http://wcfloadtest.codeplex.com/discussions/443626</link><description>&lt;div style="line-height: normal;"&gt;Hi,&lt;br /&gt;
I am using WCF Loadtest for generating the code from the WCF message log file. But the problem is if I select all the calls captured and then provide the proxy assembly, it does not generate the code.&lt;br /&gt;
It gives error like &amp;quot;Object reference not set to an instance&amp;quot;. But if I take out 2 calls from the list of calls by unchecking the checkboxes beside it, then provide the same proxy assembly. It generates the code. The code also works fine. But we need to generate the left out calls as well.&lt;br /&gt;
How can we do that? Can anybody help in this case?&lt;br /&gt;
&lt;/div&gt;</description><author>Rinku51</author><pubDate>Tue, 14 May 2013 17:34:35 GMT</pubDate><guid isPermaLink="false">New Post: Object reference not set to an instance 20130514053435P</guid></item><item><title>New Post: Can we use WCF load to test Silver light consuming (WCF services)</title><link>http://wcfloadtest.codeplex.com/discussions/441133</link><description>&lt;div style="line-height: normal;"&gt;This appears to be because the assemblies are for .NET 4.0. I have started the process of updating the tool to work with .NET 4.0, not quite sure how soon I can release the update though.&lt;br /&gt;
&lt;br /&gt;
Regards&lt;br /&gt;
&lt;br /&gt;
Rob&lt;br /&gt;
&lt;/div&gt;</description><author>robjarratt</author><pubDate>Tue, 30 Apr 2013 15:14:16 GMT</pubDate><guid isPermaLink="false">New Post: Can we use WCF load to test Silver light consuming (WCF services) 20130430031416P</guid></item><item><title>New Post: Problem with "SampleAsmxClientService" on wcfload code generation.</title><link>http://wcfloadtest.codeplex.com/discussions/441384</link><description>&lt;div style="line-height: normal;"&gt;Greetings,&lt;br /&gt;
&lt;br /&gt;
Rob I have tried again and Now I am getting error &amp;quot;__The message log file did not contain any usable data. Please make sure that LogMessageAtServiceLevel and LogEntrieMessage at set.__&amp;quot; at code generation time. Do I need this app.config settings for Fiddler also?&lt;br /&gt;
I have placed ErrorImage, Fiddlerlog and dll file at &lt;a href="https://docs.google.com/file/d/0BzWipjGotp_ueGktY09odXFLWE0/edit" rel="nofollow"&gt;https://docs.google.com/file/d/0BzWipjGotp_ueGktY09odXFLWE0/edit&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
(Note: VS 2010 updated your code through VS Conversion Wizard) &lt;br /&gt;
&lt;br /&gt;
Regards,&lt;br /&gt;
Zohaib&lt;br /&gt;
&lt;/div&gt;</description><author>zohaib_cs</author><pubDate>Mon, 29 Apr 2013 07:48:06 GMT</pubDate><guid isPermaLink="false">New Post: Problem with "SampleAsmxClientService" on wcfload code generation. 20130429074806A</guid></item><item><title>New Post: Can we use WCF load to test Silver light consuming (WCF services)</title><link>http://wcfloadtest.codeplex.com/discussions/441133</link><description>&lt;div style="line-height: normal;"&gt;Greeting,&lt;br /&gt;
&lt;br /&gt;
Rob I have sent you the required files in private message. Let me know if more information is required on this.&lt;br /&gt;
&lt;br /&gt;
Regards,&lt;br /&gt;
Zohaib&lt;br /&gt;
&lt;/div&gt;</description><author>zohaib_cs</author><pubDate>Mon, 29 Apr 2013 06:18:14 GMT</pubDate><guid isPermaLink="false">New Post: Can we use WCF load to test Silver light consuming (WCF services) 20130429061814A</guid></item><item><title>New Post: Can we use WCF load to test Silver light consuming (WCF services)</title><link>http://wcfloadtest.codeplex.com/discussions/441133</link><description>&lt;div style="line-height: normal;"&gt;I added the headers on my own copy of your log file and the file parsed fine. I assume it is failing at a later stage of the process. Can you tell me what error you get? You may also need to let me have the assemblies that contain the contracts and types in order to try to repro the problem.&lt;br /&gt;
&lt;br /&gt;
Regards&lt;br /&gt;
&lt;br /&gt;
Rob&lt;br /&gt;
&lt;/div&gt;</description><author>robjarratt</author><pubDate>Sat, 27 Apr 2013 08:22:48 GMT</pubDate><guid isPermaLink="false">New Post: Can we use WCF load to test Silver light consuming (WCF services) 20130427082248A</guid></item><item><title>New Post: Problem with "SampleAsmxClientService" on wcfload code generation.</title><link>http://wcfloadtest.codeplex.com/discussions/441384</link><description>&lt;div style="line-height: normal;"&gt;I tried to repro this with the Fiddler log file you provided, but it works for me. Can you check to make sure that you specified a Fiddler log file rather than WCF message log?&lt;br /&gt;
&lt;br /&gt;
Regards&lt;br /&gt;
&lt;br /&gt;
Rob&lt;br /&gt;
&lt;/div&gt;</description><author>robjarratt</author><pubDate>Sat, 27 Apr 2013 08:10:25 GMT</pubDate><guid isPermaLink="false">New Post: Problem with "SampleAsmxClientService" on wcfload code generation. 20130427081025A</guid></item><item><title>New Post: Can we use WCF load to test Silver light consuming (WCF services)</title><link>http://wcfloadtest.codeplex.com/discussions/441133</link><description>&lt;div style="line-height: normal;"&gt;Thanks Rob&lt;br /&gt;
&lt;br /&gt;
I have changed all HTTP header like below but no success &lt;br /&gt;
&lt;pre&gt;&lt;code&gt;
POST http://130.0.203.4/AFSServices/SecurityServicePOS.svc HTTP/1.1
Accept: */*
Referer: http://130.0.203.4/posweb/ClientBin/Silverlight/AFS.UI.Silverlight.xap
Accept-Language: en-US
Content-Length: 883
Content-Type: application/soap+xml; charset=utf-8
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.3; .NET4.0C; .NET4.0E)
SOAPAction: &amp;quot;http://tempuri.org/ISecurityService/Login&amp;quot; 
Host: 130.0.203.4
Connection: Keep-Alive
Pragma: no-cache
Cookie: ASP.NET_SessionId=q13abrnbsynnrodjjqi1e2jx&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;</description><author>zohaib_cs</author><pubDate>Wed, 24 Apr 2013 08:28:15 GMT</pubDate><guid isPermaLink="false">New Post: Can we use WCF load to test Silver light consuming (WCF services) 20130424082815A</guid></item><item><title>New Post: Can we use WCF load to test Silver light consuming (WCF services)</title><link>http://wcfloadtest.codeplex.com/discussions/441133</link><description>&lt;div style="line-height: normal;"&gt;Sorry, I wasn't very clear, I was talking about HTTP headers, like this:&lt;br /&gt;
&lt;br /&gt;
POST &lt;a href="http://127.0.0.1:8082/TestAsmxService.asmx" rel="nofollow"&gt;http://127.0.0.1:8082/TestAsmxService.asmx&lt;/a&gt; HTTP/1.1&lt;br /&gt;
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; MS Web Services Client Protocol 2.0.50727.4927)&lt;br /&gt;
Content-Type: text/xml; charset=utf-8&lt;br /&gt;
SOAPAction: &amp;quot;&lt;a href="http://contoso.com/asmxservice/test/SomeFunction" rel="nofollow"&gt;http://contoso.com/asmxservice/test/SomeFunction&lt;/a&gt;&amp;quot;&lt;br /&gt;
Host: 127.0.0.1:8082&lt;br /&gt;
Content-Length: 316&lt;br /&gt;
Expect: 100-continue&lt;br /&gt;
&lt;br /&gt;
Regards&lt;br /&gt;
&lt;br /&gt;
Rob&lt;br /&gt;
&lt;/div&gt;</description><author>robjarratt</author><pubDate>Wed, 24 Apr 2013 07:08:29 GMT</pubDate><guid isPermaLink="false">New Post: Can we use WCF load to test Silver light consuming (WCF services) 20130424070829A</guid></item><item><title>New Post: Problem with "SampleAsmxClientService" on wcfload code generation.</title><link>http://wcfloadtest.codeplex.com/discussions/441384</link><description>&lt;div style="line-height: normal;"&gt;WCFLoad gives error &amp;quot;The message log did not contain any usable data. Please make sure that LogMessagesAtServiceLevel and LogEntireMessage are set&amp;quot; when try to WCFLoad code with fiddler log file.&lt;br /&gt;
&lt;br /&gt;
Snapshot of log file is &lt;br /&gt;
&lt;a href="https://docs.google.com/file/d/0BzWipjGotp_uemcxeUpETHlMbDQ/edit" rel="nofollow"&gt;https://docs.google.com/file/d/0BzWipjGotp_uemcxeUpETHlMbDQ/edit&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Log file as text is &lt;br /&gt;
&lt;a href="https://docs.google.com/file/d/0BzWipjGotp_uaFJZbmxQcFdRWGs/edit" rel="nofollow"&gt;https://docs.google.com/file/d/0BzWipjGotp_uaFJZbmxQcFdRWGs/edit&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>zohaib_cs</author><pubDate>Wed, 24 Apr 2013 05:59:13 GMT</pubDate><guid isPermaLink="false">New Post: Problem with "SampleAsmxClientService" on wcfload code generation. 20130424055913A</guid></item><item><title>New Post: Can we use WCF load to test Silver light consuming (WCF services)</title><link>http://wcfloadtest.codeplex.com/discussions/441133</link><description>&lt;div style="line-height: normal;"&gt;Thanks rob for reply but i have question, are you talking about SOAPAction header &lt;strong&gt;s:Header&lt;/strong&gt;?&lt;br /&gt;
&lt;pre&gt;&lt;code&gt;&amp;lt;s:Envelope xmlns:a=&amp;quot;http://www.w3.org/2005/08/addressing&amp;quot; xmlns:s=&amp;quot;http://www.w3.org/2003/05/soap-envelope&amp;quot;&amp;gt;&amp;lt;s:Header&amp;gt;&amp;lt;a:Action s:mustUnderstand=&amp;quot;1&amp;quot;&amp;gt;http://tempuri.org/ISecurityService/Login&amp;lt;/a:Action&amp;gt;&amp;lt;a:MessageID&amp;gt;urn:uuid:b540c97a-c6ef-4825-94d8-9d91c1ab5492&amp;lt;/a:MessageID&amp;gt;&amp;lt;a:ReplyTo&amp;gt;&amp;lt;a:Address&amp;gt;http://www.w3.org/2005/08/addressing/anonymous&amp;lt;/a:Address&amp;gt;&amp;lt;/a:ReplyTo&amp;gt;&amp;lt;a:To s:mustUnderstand=&amp;quot;1&amp;quot;&amp;gt;http://130.0.203.4/AFSServices/SecurityServicePOS.svc&amp;lt;/a:To&amp;gt;&amp;lt;/s:Header&amp;gt;&amp;lt;s:Body&amp;gt;&amp;lt;Login xmlns=&amp;quot;http://tempuri.org/&amp;quot;&amp;gt;&amp;lt;requestObject xmlns:d4p1=&amp;quot;http://Abtsol.Core.Entities&amp;quot; xmlns:i=&amp;quot;http://www.w3.org/2001/XMLSchema-instance&amp;quot;&amp;gt;&amp;lt;d4p1:Object xmlns:d5p1=&amp;quot;http://AFS.Business.Contracts&amp;quot;&amp;gt;&amp;lt;d5p1:applicationcde&amp;gt;00002&amp;lt;/d5p1:applicationcde&amp;gt;&amp;lt;d5p1:workflowPassword&amp;gt;admin&amp;lt;/d5p1:workflowPassword&amp;gt;&amp;lt;d5p1:workflowUserName&amp;gt;admin&amp;lt;/d5p1:workflowUserName&amp;gt;&amp;lt;/d4p1:Object&amp;gt;&amp;lt;/requestObject&amp;gt;&amp;lt;/Login&amp;gt;&amp;lt;/s:Body&amp;gt;&amp;lt;/s:Envelope&amp;gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;</description><author>zohaib_cs</author><pubDate>Wed, 24 Apr 2013 05:49:22 GMT</pubDate><guid isPermaLink="false">New Post: Can we use WCF load to test Silver light consuming (WCF services) 20130424054922A</guid></item><item><title>New Post: Can we use WCF load to test Silver light consuming (WCF services)</title><link>http://wcfloadtest.codeplex.com/discussions/441133</link><description>&lt;div style="line-height: normal;"&gt;I have had a look at the log file and it would seem to be because there is no SOAPAction header in the fiddler log file, which is what the parser expects to be able to find. Try adding it manually to see if that resolves your problem. &lt;br /&gt;
&lt;br /&gt;
Regards&lt;br /&gt;
&lt;br /&gt;
Rob&lt;br /&gt;
&lt;/div&gt;</description><author>robjarratt</author><pubDate>Tue, 23 Apr 2013 18:19:09 GMT</pubDate><guid isPermaLink="false">New Post: Can we use WCF load to test Silver light consuming (WCF services) 20130423061909P</guid></item><item><title>New Post: Can we use WCF load to test Silver light consuming (WCF services)</title><link>http://wcfloadtest.codeplex.com/discussions/441133</link><description>&lt;div style="line-height: normal;"&gt;I have tried to generate code by following way&lt;br /&gt;
1-	Fiddler2 installed.&lt;br /&gt;
2-	Access the web (Silverlight) in IE.&lt;br /&gt;
3-	Selected and saved the WCF requests from fiddler 2 as text file.&lt;br /&gt;
4-	Open the VS 2010 ultimate  &amp;quot;WCF Test&amp;quot; Use Pre-Captured messages log file (fiddler text) and click on Parse.&lt;br /&gt;
&lt;br /&gt;
VS shows error “Not a valid message log file”&lt;br /&gt;
Please suggest any work around.&lt;br /&gt;
&lt;br /&gt;
Check the log and image for details.&lt;br /&gt;
&lt;br /&gt;
My Logfile is&lt;br /&gt;
&lt;a href="https://docs.google.com/file/d/0BzWipjGotp_uMWVDZEVzMTM5WXc/edit?pli=1" rel="nofollow"&gt;https://docs.google.com/file/d/0BzWipjGotp_uMWVDZEVzMTM5WXc/edit?pli=1&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
and image is&lt;br /&gt;
&lt;a href="https://docs.google.com/file/d/0BzWipjGotp_uak1PeVNxZzVReUU/edit?pli=1" rel="nofollow"&gt;https://docs.google.com/file/d/0BzWipjGotp_uak1PeVNxZzVReUU/edit?pli=1&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>zohaib_cs</author><pubDate>Mon, 22 Apr 2013 10:50:51 GMT</pubDate><guid isPermaLink="false">New Post: Can we use WCF load to test Silver light consuming (WCF services) 20130422105051A</guid></item><item><title>New Post: WCF load test tool support for .Net 4.5</title><link>http://wcfloadtest.codeplex.com/discussions/439651</link><description>&lt;div style="line-height: normal;"&gt;I have not tried it with 4.5 so I don't know for sure. I am hoping to get some time to refresh WCF Load Test fairly soon but cannot make any promises at the moment.&lt;br /&gt;
&lt;br /&gt;
Regards&lt;br /&gt;
&lt;br /&gt;
Rob&lt;br /&gt;
&lt;/div&gt;</description><author>robjarratt</author><pubDate>Thu, 11 Apr 2013 13:13:04 GMT</pubDate><guid isPermaLink="false">New Post: WCF load test tool support for .Net 4.5 20130411011304P</guid></item><item><title>New Post: WCF load test tool support for .Net 4.5</title><link>http://wcfloadtest.codeplex.com/discussions/439651</link><description>&lt;div style="line-height: normal;"&gt;Hi,&lt;br /&gt;
&lt;br /&gt;
There are assemblies compiled in .Net 4.5, any ideas if WCF load test tool support .Net 4.5? if not, will it supported in next build? what is time frame for next build.&lt;br /&gt;
&lt;br /&gt;
There may be an incompatibility issue if we are attempting to reference a 4.5 assembly from a 4.0 unit test.&lt;br /&gt;
&lt;br /&gt;
Please advise&lt;br /&gt;
&lt;br /&gt;
Thanks&lt;br /&gt;
Ram&lt;br /&gt;
&lt;/div&gt;</description><author>drc_cp</author><pubDate>Tue, 09 Apr 2013 14:02:59 GMT</pubDate><guid isPermaLink="false">New Post: WCF load test tool support for .Net 4.5 20130409020259P</guid></item><item><title>New Post: Unable to view the WCF Test option after installing in VS Ultimate 2010</title><link>http://wcfloadtest.codeplex.com/discussions/437287</link><description>&lt;div style="line-height: normal;"&gt;Hi Rob,&lt;br /&gt;
&lt;br /&gt;
Thank you very mcuh for sharing the information and providing the support.&lt;br /&gt;
&lt;br /&gt;
Thanks&lt;br /&gt;
Arun Nambiar.&lt;br /&gt;
&lt;/div&gt;</description><author>Arun13</author><pubDate>Wed, 20 Mar 2013 11:06:26 GMT</pubDate><guid isPermaLink="false">New Post: Unable to view the WCF Test option after installing in VS Ultimate 2010 20130320110626A</guid></item><item><title>New Post: Unable to view the WCF Test option after installing in VS Ultimate 2010</title><link>http://wcfloadtest.codeplex.com/discussions/437287</link><description>&lt;div style="line-height: normal;"&gt;Yes, the service can be written in VB.NET, the client can also be written in VB.NET, it is just that the tool will only generate C#.&lt;br /&gt;
&lt;br /&gt;
Regards&lt;br /&gt;
&lt;br /&gt;
Rob&lt;br /&gt;
&lt;/div&gt;</description><author>robjarratt</author><pubDate>Wed, 20 Mar 2013 10:52:51 GMT</pubDate><guid isPermaLink="false">New Post: Unable to view the WCF Test option after installing in VS Ultimate 2010 20130320105251A</guid></item><item><title>New Post: Unable to view the WCF Test option after installing in VS Ultimate 2010</title><link>http://wcfloadtest.codeplex.com/discussions/437287</link><description>&lt;div style="line-height: normal;"&gt;HI Rob,&lt;br /&gt;
&lt;br /&gt;
Thanks...but can i use this tool to test a WCF service which is developed in VB.Net? &lt;br /&gt;
I mean my test project will be in c# but my service is developed in VB.Net. Also, the application which consumes this WCF Service are also developed in VB.Net. Is this in scope??&lt;br /&gt;
&lt;br /&gt;
Thanks &lt;br /&gt;
Arun Nambiar&lt;br /&gt;
&lt;/div&gt;</description><author>Arun13</author><pubDate>Wed, 20 Mar 2013 10:30:04 GMT</pubDate><guid isPermaLink="false">New Post: Unable to view the WCF Test option after installing in VS Ultimate 2010 20130320103004A</guid></item></channel></rss>