<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.asp.net/utility/FeedStylesheets/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>Other</title><link>http://forums.asp.net/38.aspx</link><description>Discussions/Questions about other .NET languages.</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Maximum memory for string ? . System.MemoryOutOfException Occurs when reading the Content of the file and Storing it in a string.</title><link>http://forums.asp.net/thread/3467003.aspx</link><pubDate>Tue, 20 Oct 2009 10:28:44 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3467003</guid><dc:creator>balajicodeit</dc:creator><author>balajicodeit</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3467003.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=38&amp;PostID=3467003</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;I have a C++ code which reads a file [vtk file - its similar to text file only]. and try to store it in string.&lt;/p&gt;&lt;p&gt;here&amp;#39;s the code:&lt;br /&gt;&lt;/p&gt;&lt;p&gt;String^ ParallelProjectionRenderer::GetVolumeDataAsString(String^ FileName)&lt;/p&gt;&lt;p&gt; {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; vtkSmartPointer&amp;lt;vtkDataSetWriter&amp;gt; sWriter = vtkSmartPointer&amp;lt;vtkDataSetWriter&amp;gt;::New();&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; String^ FileName = &amp;quot;D:\\Users\\...&amp;quot;;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; char * sptName = static_cast&amp;lt;char *&amp;gt;(Marshal::StringToHGlobalAnsi(FileName).ToPointer());&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; sWriter-&amp;gt;SetFileName(sptName);&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; sWriter-&amp;gt;Register(nullptr);&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; sWriter-&amp;gt;SetInput(this-&amp;gt;dataSource);&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; sWriter-&amp;gt;SetFileTypeToASCII();&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; sWriter-&amp;gt;Write();&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; sWriter-&amp;gt;Delete();&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; String^ result= File::ReadAllText(FileName);&amp;nbsp;&amp;nbsp; [it breaks here with system.memoryoutofexception when the file size is huge]&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; return result;&lt;/p&gt;&lt;p&gt;}&lt;/p&gt;&lt;p&gt;this code executes fine when the file size is less than 8mb.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;I wanted to know whats the maximum memory allocated to the string.&lt;/b&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;As a workaround i skipped reading out in C++ code. and i tried to read the file contents in asp.net C# code and store it on string.&lt;/p&gt;&lt;p&gt;Same sort of exception came.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Basically i need this result in string bcoz, I need to communicate with the Silverlight component.&lt;/p&gt;&lt;p&gt;As far as i know, the WebForm to silverlight communication is done via javascript using string message.&lt;/p&gt;&lt;p&gt;So is there a way for this issue?&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Thanx in advance,&lt;/p&gt;&lt;p&gt;Balajee&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Different Languages in .Net</title><link>http://forums.asp.net/thread/2775242.aspx</link><pubDate>Sun, 30 Nov 2008 10:59:10 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2775242</guid><dc:creator>mapelixir</dc:creator><author>mapelixir</author><slash:comments>5</slash:comments><comments>http://forums.asp.net/thread/2775242.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=38&amp;PostID=2775242</wfw:commentRss><description>&lt;p&gt;I have a basic question in .Net&lt;br /&gt;&lt;br /&gt;Why there is a need for .Net Framework supporting different languages? Is it not better to train everyone in a single language?&lt;br /&gt;&lt;br /&gt;Thanks. &lt;/p&gt;</description></item><item><title>Tools for memory error check in VS2005</title><link>http://forums.asp.net/thread/3412539.aspx</link><pubDate>Fri, 18 Sep 2009 09:39:10 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3412539</guid><dc:creator>rchiu5hk</dc:creator><author>rchiu5hk</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3412539.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=38&amp;PostID=3412539</wfw:commentRss><description>&lt;p&gt;Dear all,&lt;/p&gt;
&lt;p&gt;I am going to write vs2005 program with ASP.NET and C++.&lt;/p&gt;
&lt;p&gt;As you know that C++ will involve a lot of memory error handling.&lt;/p&gt;
&lt;p&gt;Do you know is there any tools for checking memory error in Code Behind C++??&lt;/p&gt;</description></item><item><title>ldap_search_s - Unhandled exception at 0x77148705 Access violation reading location 0xcccccccc</title><link>http://forums.asp.net/thread/3412438.aspx</link><pubDate>Fri, 18 Sep 2009 08:20:27 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3412438</guid><dc:creator>ryuroden</dc:creator><author>ryuroden</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3412438.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=38&amp;PostID=3412438</wfw:commentRss><description>&lt;p&gt;Hi all&lt;br /&gt;&lt;br /&gt;I have an &lt;strong&gt;Unhanled Exception&lt;/strong&gt; when using &lt;strong&gt;ldap_search_s&lt;/strong&gt; :&lt;br /&gt;&lt;br /&gt;1. I used &lt;strong&gt;VC++ 2008&lt;/strong&gt; , &lt;strong&gt;winldap.h&lt;/strong&gt; , &lt;strong&gt;Wldap32.lib&lt;/strong&gt; &lt;br /&gt;&lt;br /&gt;2. My code :&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; PCHAR hostName = Settings::LdapHost;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; LDAP* pLdapConnection = NULL;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ULONG version = LDAP_VERSION3;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ULONG numReturns = 10;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ULONG lRtn = 0;&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; pLdapConnection = &lt;strong&gt;ldap_init&lt;/strong&gt; (hostName, Settings::LdapPort);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (pLdapConnection == NULL)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ldap_unbind(pLdapConnection);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; return -1;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; lRtn = &lt;strong&gt;ldap_set_option&lt;/strong&gt; (&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; pLdapConnection,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // Session handle&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LDAP_OPT_PROTOCOL_VERSION, // Option&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (void*) &amp;amp;version);&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // Option value&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(lRtn != LDAP_SUCCESS)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ldap_unbind(pLdapConnection);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; return -1;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; lRtn = &lt;strong&gt;ldap_connect&lt;/strong&gt; (pLdapConnection, NULL);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(lRtn != LDAP_SUCCESS)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ldap_unbind(pLdapConnection);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; return -1;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; lRtn = &lt;strong&gt;ldap_simple_bind_s&lt;/strong&gt; (pLdapConnection, pUserName, pPassword);&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(lRtn != LDAP_SUCCESS)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; printf(&amp;quot;ldap_bind_s failed with 0x%lx.\n&amp;quot;,lRtn);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ldap_unbind(pLdapConnection);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; return -1;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ULONG errorCode = LDAP_SUCCESS;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; LDAPMessage* pSearchResult = 0;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; PCHAR pMyFilter = &amp;quot;(&amp;amp;(objectClass=*))&amp;quot;;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; PCHAR pMyAttributes[2];&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; pMyAttributes[0] = &amp;quot;cn&amp;quot;;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; pMyAttributes[1] = &amp;quot;uid&amp;quot;;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; errorCode = &lt;strong&gt;ldap_search_s&lt;/strong&gt; (&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; pLdapConnection,&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; // Session handle&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;quot;ou=manager,dc=com,dc=vn&amp;quot;,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // DN to start search&amp;nbsp;&amp;nbsp;&amp;nbsp; pMyDN&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; LDAP_SCOPE_SUBTREE,&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; // Scope&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; pMyFilter,&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; // Filter&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; pMyAttributes,&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; // Retrieve list of attributes&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; 0,&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; // Get both attributes and values&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;amp;pSearchResult);&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; // [out] Search results&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;I got the Exception &amp;quot;&lt;strong&gt;Unhandled exception at 0x77148705 in LdapTest.exe: 0xC0000005: Access violation reading location 0xcccccccc&lt;/strong&gt; &amp;quot; at line errorCode = ldap_search_s . Even I passed correct userName &amp;amp; Password, and I ran this test &lt;strong&gt;succesfully in C#&lt;/strong&gt; with &lt;strong&gt;DirectoryEntry&lt;/strong&gt; &amp;amp; &lt;strong&gt;DirectorySearcher&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;Anyone who have experience, please help me. Many thanks!&lt;br /&gt;&lt;/p&gt;</description></item><item><title>create columns header in gridview in c++</title><link>http://forums.asp.net/thread/3411916.aspx</link><pubDate>Fri, 18 Sep 2009 02:38:02 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3411916</guid><dc:creator>rchiu5hk</dc:creator><author>rchiu5hk</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3411916.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=38&amp;PostID=3411916</wfw:commentRss><description>&lt;p&gt;Dear all,&lt;/p&gt;
&lt;p&gt;I am writing the VS2005 with ASP.NET and C++.&lt;/p&gt;
&lt;p&gt;Could you tell me how to write the code in DataSet or DataView from a list of raw&amp;nbsp;data?&lt;/p&gt;
&lt;p&gt;e.g. I have data[][]. How can it assign to dataset or dataview&amp;nbsp;data by data??&lt;/p&gt;
&lt;p&gt;I think I need to create column header with datatype, fieldname...etc. What the code should be in C++??&lt;/p&gt;
&lt;p&gt;Please help!!&lt;/p&gt;</description></item><item><title>C++ Sample Program (JAVA PETSTORE)</title><link>http://forums.asp.net/thread/3409641.aspx</link><pubDate>Thu, 17 Sep 2009 02:58:32 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3409641</guid><dc:creator>rchiu5hk</dc:creator><author>rchiu5hk</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3409641.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=38&amp;PostID=3409641</wfw:commentRss><description>&lt;p&gt;Dear all,&lt;/p&gt;
&lt;p&gt;I am going to write large&amp;nbsp;web application&amp;nbsp;in VS2005 with C++ and ASP.NET.&lt;/p&gt;
&lt;p&gt;I hope that I can get the sample so that I can learn while looking at the code.&lt;/p&gt;
&lt;p&gt;I hope that I can learn some coding design and some manipulating web controls code in C++.&lt;/p&gt;
&lt;p&gt;It can be like Java Petstore web application or others.&lt;/p&gt;
&lt;p&gt;Do you know where I can find it??&lt;/p&gt;</description></item><item><title>C++ bind to gridview</title><link>http://forums.asp.net/thread/3407525.aspx</link><pubDate>Wed, 16 Sep 2009 06:05:17 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3407525</guid><dc:creator>rchiu5hk</dc:creator><author>rchiu5hk</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3407525.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=38&amp;PostID=3407525</wfw:commentRss><description>&lt;p&gt;Dear all,&lt;/p&gt;
&lt;p&gt;I have the object class data which will be read iteratively.&lt;/p&gt;
&lt;p&gt;I don&amp;#39;t know how to program in C++ to create the data source for binding to gridview.&lt;/p&gt;
&lt;p&gt;It should be dataset&amp;nbsp; or list structure? If dataset,&amp;nbsp;What the syntax should be to create columns header about datatype, name....etc?&lt;/p&gt;
&lt;p&gt;Is there anything I am missing to create the data source for binding to gridview in dataset or list from raw data.&lt;/p&gt;</description></item><item><title>J# Applet?</title><link>http://forums.asp.net/thread/490038.aspx</link><pubDate>Sat, 28 Feb 2004 07:19:09 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:490038</guid><dc:creator>kromozom</dc:creator><author>kromozom</author><slash:comments>4</slash:comments><comments>http://forums.asp.net/thread/490038.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=38&amp;PostID=490038</wfw:commentRss><description>Hi,
&lt;br /&gt;

&lt;br /&gt;
I would like to know that can we create Applets as we do in pure Java in J# with VS.NET?
&lt;br /&gt;

&lt;br /&gt;
Kind Regards,</description></item><item><title>when using flex/xslt in UI (presentation layer)</title><link>http://forums.asp.net/thread/3148771.aspx</link><pubDate>Thu, 07 May 2009 18:17:21 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3148771</guid><dc:creator>vivek4net</dc:creator><author>vivek4net</author><slash:comments>1</slash:comments><comments>http://forums.asp.net/thread/3148771.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=38&amp;PostID=3148771</wfw:commentRss><description>&lt;p&gt;What would be the architecture when using flex/xslt on presentation layer, how will this communicate with other layers.&lt;/p&gt;
&lt;p&gt;other layer (.net layers, like business layer, data access layer).&lt;/p&gt;
&lt;p&gt;How to&amp;nbsp;send data/object using flex to other layers.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;can anyone suggest some good architecure. thanks.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>C++ for server side programming</title><link>http://forums.asp.net/thread/3300922.aspx</link><pubDate>Sat, 18 Jul 2009 03:28:03 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3300922</guid><dc:creator>phddas</dc:creator><author>phddas</author><slash:comments>2</slash:comments><comments>http://forums.asp.net/thread/3300922.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=38&amp;PostID=3300922</wfw:commentRss><description>&lt;p&gt;Hi&lt;/p&gt;&lt;p&gt;I am learning about the ASP.NET technology, I still remember a lot from my previous work with C++. I have VS2008 installed. do I abandend C++ and get on C# or C++ will serve me just as good. if so, how do I install C++ to be able to use it with VS2008?&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Thanks&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Conversion of List to DataTable and ViceVersa</title><link>http://forums.asp.net/thread/3217526.aspx</link><pubDate>Mon, 08 Jun 2009 11:38:23 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3217526</guid><dc:creator>konkalabhaskar</dc:creator><author>konkalabhaskar</author><slash:comments>2</slash:comments><comments>http://forums.asp.net/thread/3217526.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=38&amp;PostID=3217526</wfw:commentRss><description>&lt;p&gt;hi ,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Iam having a requirement where I wil get datatable or Dataview from the DataAccessLayer I need to convert them into GanaricList of entites and ViceVersa from GenericList to Datatable or DataView.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I tried it but I cant. Can anybody help me out.&lt;/p&gt;</description></item><item><title>nunit project and testcase</title><link>http://forums.asp.net/thread/2962107.aspx</link><pubDate>Tue, 24 Feb 2009 06:26:17 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2962107</guid><dc:creator>Ganesh@Nilgris</dc:creator><author>Ganesh@Nilgris</author><slash:comments>3</slash:comments><comments>http://forums.asp.net/thread/2962107.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=38&amp;PostID=2962107</wfw:commentRss><description>&lt;p&gt;This is my scenerio,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;I have a dll which has lot of methods. I am creating testcase using nunit. i created nunit prpject as per some sample helpful links in net.&amp;nbsp; Now here is the few basic questiosns which i require answers&lt;/p&gt;
&lt;p&gt;1. Consider my &amp;quot;dll&amp;quot; which contains methods to insert into the db&lt;/p&gt;
&lt;p&gt;2. in nunit project i need to specify the connectionstring. where will i specify it ?&lt;/p&gt;
&lt;p&gt;3. adding nunit.framework dll alone will solve the problem or do i require any other files also. it is not clear.&lt;/p&gt;
&lt;p&gt;4. wht will be the output of nunit project. Is it the assembly.exe or something else&lt;/p&gt;
&lt;p&gt;5. i am not able&amp;nbsp; to find a file assembly.config in the bin folder.&lt;/p&gt;
&lt;p&gt;Any ideas on how to slove the problem would be more helpfull.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Why to use (or not to use) MonoRail</title><link>http://forums.asp.net/thread/3051419.aspx</link><pubDate>Tue, 31 Mar 2009 10:48:32 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3051419</guid><dc:creator>ssnaik84</dc:creator><author>ssnaik84</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3051419.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=38&amp;PostID=3051419</wfw:commentRss><description>&lt;p&gt;Hi All,&lt;/p&gt;&lt;p&gt;Since&amp;nbsp; past few days, I&amp;#39;m exploring MVCs for ASP.NET. MonoRail looks promising.&amp;nbsp; &lt;/p&gt;&lt;p&gt;I&amp;#39;ve googled a lot for pros and cons of MonoRail..&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://geekswithblogs.net/dsellers/archive/2006/10/25/95041.aspx" title="http://geekswithblogs.net/dsellers/archive/2006/10/25/95041.aspx " target="_blank"&gt;http://geekswithblogs.net/dsellers/archive/2006/10/25/95041.aspx &lt;/a&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://andrewpeters.net/2007/03/20/aspnet-vs-monorail/" title="http://andrewpeters.net/2007/03/20/aspnet-vs-monorail/" target="_blank"&gt;http://andrewpeters.net/2007/03/20/aspnet-vs-monorail/&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;But, these posts seem to be older. MonoRail must be evolved today for sure.&lt;/p&gt;&lt;p&gt;I would like to hear from you guys about Pros and Cons of MonoRail in today&amp;#39;s stage.&lt;/p&gt;&lt;p&gt;Thanks in advance. &lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>How to pass values to event</title><link>http://forums.asp.net/thread/3037225.aspx</link><pubDate>Wed, 25 Mar 2009 15:38:05 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3037225</guid><dc:creator>raja.selvaraju</dc:creator><author>raja.selvaraju</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3037225.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=38&amp;PostID=3037225</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;hi,&lt;/p&gt;&lt;p&gt;How to pass values to events using NUnit.&lt;/p&gt;&lt;p&gt;&amp;nbsp;Thanks,&lt;/p&gt;&lt;p&gt;Raja S &lt;br /&gt;&lt;/p&gt;</description></item><item><title>how to pass in system string pointer and keep its value after function ended? C++</title><link>http://forums.asp.net/thread/3035165.aspx</link><pubDate>Wed, 25 Mar 2009 00:32:08 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3035165</guid><dc:creator>MuffinMan123</dc:creator><author>MuffinMan123</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3035165.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=38&amp;PostID=3035165</wfw:commentRss><description>&lt;p&gt;I am using&amp;nbsp; System String in C++ program, and I am not sure how I can pass in a system string pointer to a function to obtain the value for it and still keep the string value after the function terminated.&lt;/p&gt;&lt;p&gt;if it&amp;#39;s stl string it does not get collected after function dies, but system string is the only one I can use here, and I don&amp;#39;t know how to deal with this problem&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;p.s. I am using old clr syntax, so it&amp;#39;s not an error.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;bool CheckMachineID(System::String *machineid)&lt;br /&gt;{&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;bool success = false;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;/p&gt;&lt;p&gt;//code skipped&lt;/p&gt;&lt;p&gt;///&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SqlDataReader *reader0 = cmd0-&amp;gt;ExecuteReader();&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;//reader0-&amp;gt;get_Item (&amp;quot;MachineID&amp;quot;)-&amp;gt;ToString()&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;while (reader0-&amp;gt;Read())&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;b&gt;&amp;nbsp;machineid = String::Copy(reader0-&amp;gt;get_Item (&amp;quot;MachineID&amp;quot;)-&amp;gt;ToString());&lt;/b&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;//how to stretch life time of a system string beyond this function?&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;Console::WriteLine( machineid );&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;success = true;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;reader0-&amp;gt;Close();&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;return success;&lt;br /&gt;}&lt;/p&gt;</description></item><item><title>How to read tables in mdf files using VC++ express 2008?</title><link>http://forums.asp.net/thread/3010010.aspx</link><pubDate>Mon, 16 Mar 2009 10:02:55 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3010010</guid><dc:creator>MuffinMan123</dc:creator><author>MuffinMan123</author><slash:comments>2</slash:comments><comments>http://forums.asp.net/thread/3010010.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=38&amp;PostID=3010010</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;Hi,&lt;/p&gt;&lt;p&gt;&amp;nbsp;I have build a MS sql database file from visual web developer, and now I need to access the file using VC++ express 2008.&lt;/p&gt;&lt;p&gt;Basically I need to be able to execute commands like this &lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;SELECT [HomeAddress], [Number], [Material] FROM [ThisTable] WHERE ([RegisterKey] = @RegisterKey)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;and maybe store these data in a list of some sort. &lt;/p&gt;&lt;p&gt;for the moment I only need to read from the mdf file not writing to it, so select should do the job.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I heard VC++ express used to offer project template called sql server project, but this is not in the 2008 version, I also heard about ADO.net on VC++, but I could only find msdn articles on it.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;if possible please give me tutorials and links beside msdn.com because I always find the site confusing to negivate. thanks. &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Compile C Programs as .NET</title><link>http://forums.asp.net/thread/2990208.aspx</link><pubDate>Sun, 08 Mar 2009 00:56:05 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2990208</guid><dc:creator>RobertLair</dc:creator><author>RobertLair</author><slash:comments>2</slash:comments><comments>http://forums.asp.net/thread/2990208.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=38&amp;PostID=2990208</wfw:commentRss><description>&lt;p&gt;Is it possible to take a C program and compile it with VS.NET and then use it just as you would another .NET compiled application, such as C#?&amp;nbsp; &lt;/p&gt;</description></item><item><title>.pas to .vb</title><link>http://forums.asp.net/thread/2975952.aspx</link><pubDate>Mon, 02 Mar 2009 09:00:15 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2975952</guid><dc:creator>Nicasius</dc:creator><author>Nicasius</author><slash:comments>1</slash:comments><comments>http://forums.asp.net/thread/2975952.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=38&amp;PostID=2975952</wfw:commentRss><description>-edit-</description></item><item><title>Error  when using WSDL tool</title><link>http://forums.asp.net/thread/636510.aspx</link><pubDate>Thu, 15 Jul 2004 19:44:13 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:636510</guid><dc:creator>daniel_baylon</dc:creator><author>daniel_baylon</author><slash:comments>2</slash:comments><comments>http://forums.asp.net/thread/636510.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=38&amp;PostID=636510</wfw:commentRss><description>I'm using a C# console application which make a calls to a Web Service.
&lt;br /&gt;

&lt;br /&gt;
I'm using WSDL tool to generate Client Code.
&lt;br /&gt;

&lt;br /&gt;
When WSDL runs, following error occurs:
&lt;br /&gt;

&lt;br /&gt;

&lt;br /&gt;
WSDL: error WSDL1: There was an error processing 'http://999.99.99.999:8080/webApp/WSDemo?WSDL'.
&lt;br /&gt;
      There was an error downloading 'http://xxx.xx.xx.xxx:8080/webApp/WSDemo?WSDL'.
&lt;br /&gt;
      The request failed with HTTP status 407: Proxy Authentication Required.
&lt;br /&gt;

&lt;br /&gt;
If you would like more help, please type &amp;quot;wsdl /?&amp;quot;.
&lt;br /&gt;

&lt;br /&gt;
I don't know why this error occurs, Web Service server and client host are located on same Local Area Network. No proxies are required between Server and client host.
&lt;br /&gt;

&lt;br /&gt;
I appreciate some help.
&lt;br /&gt;

&lt;br /&gt;
Best Regards</description></item><item><title>Will there be an IronPerl?</title><link>http://forums.asp.net/thread/2901244.aspx</link><pubDate>Thu, 29 Jan 2009 15:21:50 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2901244</guid><dc:creator>TATWORTH</dc:creator><author>TATWORTH</author><slash:comments>3</slash:comments><comments>http://forums.asp.net/thread/2901244.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=38&amp;PostID=2901244</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;Given all the work now being done Python and Ruby for Framework 4.0, will there be an IronPerl version of Perl?&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Regarding Attributes</title><link>http://forums.asp.net/thread/2878970.aspx</link><pubDate>Tue, 20 Jan 2009 12:02:57 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2878970</guid><dc:creator>sivagates05</dc:creator><author>sivagates05</author><slash:comments>4</slash:comments><comments>http://forums.asp.net/thread/2878970.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=38&amp;PostID=2878970</wfw:commentRss><description>&lt;p&gt;hi all,&lt;/p&gt;
&lt;p&gt;Please post &lt;strong&gt;sites(link)&lt;/strong&gt; where i can get samples for Attributes which we will be using in Asp.net with c#.&lt;/p&gt;
&lt;p&gt;I was not able to find sites with samples, different types, usage of Attributes.&lt;/p&gt;
&lt;p&gt;Thanks in advance.&lt;/p&gt;</description></item><item><title>Help with C on a text entry, Please help!</title><link>http://forums.asp.net/thread/2867026.aspx</link><pubDate>Wed, 14 Jan 2009 17:04:04 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2867026</guid><dc:creator>coddy41</dc:creator><author>coddy41</author><slash:comments>3</slash:comments><comments>http://forums.asp.net/thread/2867026.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=38&amp;PostID=2867026</wfw:commentRss><description>&lt;blockquote&gt;
&lt;blockquote&gt;
&lt;blockquote&gt;
&lt;blockquote&gt;
&lt;p&gt;I am trying to make a black screen that lets me enter a line of text, and like when a put choice &amp;quot;a&amp;quot; it loads a wmt.txt in plain &lt;/p&gt;
&lt;p&gt;C &amp;nbsp;I have want through hours on google and cant figure it out please help!&lt;/p&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;</description></item><item><title>what is F# is it better than C# or vb.net?</title><link>http://forums.asp.net/thread/2858634.aspx</link><pubDate>Sat, 10 Jan 2009 12:06:23 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2858634</guid><dc:creator>amin_2501</dc:creator><author>amin_2501</author><slash:comments>2</slash:comments><comments>http://forums.asp.net/thread/2858634.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=38&amp;PostID=2858634</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;what is F# is it better than C# or vb.net?&lt;/p&gt;</description></item><item><title>F#</title><link>http://forums.asp.net/thread/2841380.aspx</link><pubDate>Thu, 01 Jan 2009 16:23:55 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2841380</guid><dc:creator>CHSH</dc:creator><author>CHSH</author><slash:comments>1</slash:comments><comments>http://forums.asp.net/thread/2841380.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=38&amp;PostID=2841380</wfw:commentRss><description>&lt;p&gt;Does anyone know where I can get a BNF F#&amp;nbsp; ?&lt;/p&gt;</description></item><item><title>Fatal Error? </title><link>http://forums.asp.net/thread/2238365.aspx</link><pubDate>Mon, 17 Mar 2008 20:23:32 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2238365</guid><dc:creator>Woody11</dc:creator><author>Woody11</author><slash:comments>3</slash:comments><comments>http://forums.asp.net/thread/2238365.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=38&amp;PostID=2238365</wfw:commentRss><description>I am getting this :Error&amp;nbsp;7&amp;nbsp;fatal error C1075: end of file found before the left brace &amp;#39;{&amp;#39; at &amp;#39;.\assign3b.c(4)&amp;#39; was matched,&amp;nbsp;when i try and&amp;nbsp;build my program.&amp;nbsp;Here is my program: &lt;font color="#0000ff" size="2"&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;
&lt;p&gt;#include&lt;/font&gt;&lt;font color="#800000" size="2"&gt;&amp;lt;stdio.h&amp;gt;&lt;/p&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;
&lt;p&gt;#define&lt;/font&gt;&lt;font size="2"&gt; standarddeduction 3000&lt;/p&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;int&lt;/font&gt;&lt;font size="2"&gt; main(&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;void&lt;/font&gt;&lt;font size="2"&gt;)&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; 
&lt;p&gt;{ &lt;/p&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;int&lt;/font&gt;&lt;font size="2"&gt; S=0 ,J=0, M=0; &lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;
&lt;p&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;float&lt;/font&gt;&lt;font size="2"&gt; grossincome; &lt;/p&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;int&lt;/font&gt;&lt;font size="2"&gt; taxpayerid=0;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; 
&lt;p&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;int&lt;/font&gt;&lt;font size="2"&gt; filingstatus=0;&lt;/p&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;int&lt;/font&gt;&lt;font size="2"&gt; numberofexemptions=0;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; 
&lt;p&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;int&lt;/font&gt;&lt;font size="2"&gt; i =0; &lt;/p&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;double&lt;/font&gt;&lt;font size="2"&gt; taxableincome; &lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;
&lt;p&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;double&lt;/font&gt;&lt;font size="2"&gt; taxrate=0; &lt;/p&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;while&lt;/font&gt;&lt;font size="2"&gt;(scanf(&lt;/font&gt;&lt;font color="#800000" size="2"&gt;&amp;quot;%d&amp;quot;&lt;/font&gt;&lt;font size="2"&gt;,taxpayerid)) {&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; 
&lt;p&gt;prinf(&lt;/font&gt;&lt;font color="#800000" size="2"&gt;&amp;quot;Please input taxpayer id&amp;quot;&lt;/font&gt;&lt;font size="2"&gt;);&lt;/p&gt;scanf(&lt;/font&gt;&lt;font color="#800000" size="2"&gt;&amp;quot;%d&amp;quot;&lt;/font&gt;&lt;font size="2"&gt;,&amp;amp;taxpayerid); &lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;
&lt;p&gt;prinf(&lt;/font&gt;&lt;font color="#800000" size="2"&gt;&amp;quot;Input filing status&amp;quot;&lt;/font&gt;&lt;font size="2"&gt;); &lt;/p&gt;scanf(&lt;/font&gt;&lt;font color="#800000" size="2"&gt;&amp;quot;%d%d%d&amp;quot;&lt;/font&gt;&lt;font size="2"&gt;, &amp;amp;J,&amp;amp;S,&amp;amp;M); &lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;
&lt;p&gt;prinf(&lt;/font&gt;&lt;font color="#800000" size="2"&gt;&amp;quot;Input gross income&amp;quot;&lt;/font&gt;&lt;font size="2"&gt;); &lt;/p&gt;scanf(&lt;/font&gt;&lt;font color="#800000" size="2"&gt;&amp;quot;%f&amp;quot;&lt;/font&gt;&lt;font size="2"&gt;, &amp;amp;grossincome); &lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;
&lt;p&gt;taxableincome==grossincome-standarddeduction-1000*numberofexemptions;&lt;/p&gt;printf(&lt;/font&gt;&lt;font color="#800000" size="2"&gt;&amp;quot;Input number of exemptions&amp;quot;&lt;/font&gt;&lt;font size="2"&gt;);&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;scanf(&lt;/font&gt;&lt;font color="#800000" size="2"&gt;&amp;quot;%d&amp;quot;&lt;/font&gt;&lt;font size="2"&gt;, &amp;amp;numberofexemptions);&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; 
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;if&lt;/font&gt;&lt;font size="2"&gt; (taxpayerid= &lt;/font&gt;&lt;font color="#800000" size="2"&gt;&amp;#39;S&amp;#39;&lt;/font&gt;&lt;font size="2"&gt;); {&lt;/p&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;if&lt;/font&gt;&lt;font size="2"&gt; (taxableincome&amp;lt;=5000)&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; 
&lt;p&gt;taxrate= .15;&lt;/p&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;else&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;if&lt;/font&gt;&lt;font size="2"&gt; (taxableincome&amp;gt;=5000&amp;amp;&amp;amp;taxableincome&amp;lt;=20000)&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; 
&lt;p&gt;taxrate=.22;&lt;/p&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;else&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;if&lt;/font&gt;&lt;font size="2"&gt; (taxableincome&amp;gt;20000)&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; 
&lt;p&gt;taxrate=.31;&lt;/p&gt;
&lt;p&gt;}&lt;/p&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;if&lt;/font&gt;&lt;font size="2"&gt; (filingstatus= &lt;/font&gt;&lt;font color="#800000" size="2"&gt;&amp;#39;M&amp;#39;&lt;/font&gt;&lt;font size="2"&gt;) {&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; 
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;if&lt;/font&gt;&lt;font size="2"&gt; (taxableincome&amp;lt;=10000)&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; 
&lt;p&gt;taxrate=.15;&lt;/p&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;else&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;if&lt;/font&gt;&lt;font size="2"&gt; (taxableincome&amp;gt;=100000&amp;amp;&amp;amp;taxableincome&amp;lt;=40000)&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; 
&lt;p&gt;taxrate=.22;&lt;/p&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;else&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;if&lt;/font&gt;&lt;font size="2"&gt; (taxableincome&amp;gt;40000)&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; 
&lt;p&gt;taxrate=.31; &lt;/p&gt;
&lt;p&gt;}&lt;/p&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;if&lt;/font&gt;&lt;font size="2"&gt; (filingstatus= &lt;/font&gt;&lt;font color="#800000" size="2"&gt;&amp;#39;J&amp;#39;&lt;/font&gt;&lt;font size="2"&gt;) {&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;if&lt;/font&gt;&lt;font size="2"&gt; (taxableincome&amp;lt;=7000)&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; 
&lt;p&gt;taxrate= .17;&lt;/p&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;else&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;if&lt;/font&gt;&lt;font size="2"&gt; (taxableincome&amp;gt;=7000&amp;amp;&amp;amp;taxableincome&amp;lt;=25000)&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; 
&lt;p&gt;taxrate=.24;&lt;/p&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;else&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;if&lt;/font&gt;&lt;font size="2"&gt; (taxableincome&amp;gt;25000)&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; 
&lt;p&gt;taxrate= .33; &lt;/p&gt;
&lt;p&gt;}&lt;/p&gt;printf(&lt;/font&gt;&lt;font color="#800000" size="2"&gt;&amp;quot;taxableincome %lf/n&amp;quot;&lt;/font&gt;&lt;font size="2"&gt;,taxableincome);&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;printf(&lt;/font&gt;&lt;font color="#800000" size="2"&gt;&amp;quot;taxrate %lf/n&amp;quot;&lt;/font&gt;&lt;font size="2"&gt;,taxrate);&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; 
&lt;p&gt;i++;&lt;/p&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;return&lt;/font&gt;&lt;font size="2"&gt; 0;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; 
&lt;p&gt;}&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;thanks for any help. &lt;/p&gt;&lt;/font&gt;</description></item></channel></rss>