<?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>Search results matching tag 'VS2008'</title><link>http://forums.asp.net/search/SearchResults.aspx?q=&amp;tag=VS2008&amp;orTags=0&amp;o=DateDescending</link><description>Search results matching tag 'VS2008'</description><dc:language>en-US</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Migrating portal app in .Net 1.1 to 3.5 - portal architecture issues</title><link>http://forums.asp.net/thread/3540346.aspx</link><pubDate>Mon, 30 Nov 2009 05:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3540346</guid><dc:creator>pblecha</dc:creator><description>&lt;p&gt;I am migrating a web application&amp;nbsp;that was built on the old IBuySpy portal technology over to .Net 3.5.&amp;nbsp; Because of the amount of&amp;nbsp;secure, dependent code, I&amp;#39;m having quite a bit of difficulty managing&amp;nbsp;this migration.&amp;nbsp; Here are a few points to start with (I&amp;#39;ll&amp;nbsp;have more as I&amp;#39;m going along, so thanks in advance to everyone who manages to&amp;nbsp;help me with this):&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;The IBuySpy portal code made the management portal a separate solution and web application;&amp;nbsp;however, because these applications are feeding from the same database layer, they need to consume the same web.config, as well as several data layer classes.&amp;nbsp; In the past, this was done by inheriting the namespace from one portal to the other; but since web apps no longer build DLL files,&amp;nbsp;I can&amp;#39;t just import the DLL from one app into the other.&amp;nbsp; I&amp;#39;m trying to&amp;nbsp;incorporate all the changes into a new project that&amp;nbsp;both web apps can then inherit from; but the crucial bit&amp;nbsp;of info is the connection string in the web.config of the non-management portal app.&lt;/li&gt;
&lt;li&gt;I want to &amp;quot;nest&amp;quot; these apps, so that&amp;nbsp;the management side is a virtual directory under the main app; that might actually solve the first problem as well, but I need to do it in&amp;nbsp;VS2008, not&amp;nbsp;in IIS, so that the namespaces will be shared.&lt;/li&gt;
&lt;li&gt;I also have an&amp;nbsp;old-style web service that&amp;#39;s not yet ready&amp;nbsp;to be migrated to 3.5 code (I&amp;#39;m not in a position to make time for a complete development project here!), that also needs to be a virtual directory under the main app, and also share the web.config.&lt;/li&gt;&lt;/ol&gt;
&lt;p&gt;I&amp;#39;ve seen one, and ONLY one, website that mentions nested web apps, and it&amp;#39;s messy as h3!!.&amp;nbsp; Is there an easier, smarter solution to migrating these three separate apps into one without creating all sorts of new problems?&amp;nbsp;&amp;nbsp;&lt;/p&gt;</description></item><item><title>The ASP.NET MVC 2 Beta for VS2008 bug report</title><link>http://forums.asp.net/thread/3529032.aspx</link><pubDate>Mon, 23 Nov 2009 05:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3529032</guid><dc:creator>Doggy8088</dc:creator><description>&lt;p&gt;When the strong-typed Model passed to the View, and the Model Type name contains non-ASCII characters.&amp;nbsp; e.g. Chinese characters.&amp;nbsp; The View will not able to rendered due to C# compilation error.&amp;nbsp; That&amp;#39;s because the C# compiler doesn&amp;#39;t recognize the file encoding with &amp;quot;UTF-8 without BOM&amp;quot; when View file content contains UTF-8 characters ( non-ASCII parts ).&amp;nbsp; The C# compiler just treat &amp;quot;UTF-8 without BOM&amp;quot; file as &amp;quot;ASCII&amp;quot; or &amp;quot;Default&amp;quot; encoding, so that the compilation failed.&lt;/p&gt;
&lt;p&gt;All these problems comes from the default MVC T4 Host write all output as UTF-8 without BOM.&amp;nbsp; I think it&amp;#39;s a bug for non-English people.&lt;/p&gt;
&lt;p&gt;There is a workaround of mine that is modify the View file they generated every times when run &amp;quot;Add View&amp;quot; command within the Controller in the VS2008.&lt;/p&gt;
&lt;p&gt;I was tried to modify the *.tt files under &amp;quot;C:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\IDE\ItemTemplates\CSharp\Web\MVC\CodeTemplates\AddView&amp;quot; folder.&amp;nbsp; Even I modified the &amp;lt;#@ output extension=&amp;quot;aspx&amp;quot; #&amp;gt; to &amp;lt;#@ output extension=&amp;quot;aspx&amp;quot; Encoding=&amp;quot;UTF-8&amp;quot; #&amp;gt;, the result is the same.&amp;nbsp; Even I specify encoding as &amp;quot;ASCII&amp;quot; or &amp;quot;BIG5&amp;quot;, the output file encoding still UTF-8 without BOM.&lt;/p&gt;
&lt;p&gt;This problem has plagued me for a while.&amp;nbsp; I think this problem will plague many others non-English developers too when Model Types contains non-ASCII characters.&lt;/p&gt;
&lt;p&gt;Hope someone could see this problem.&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;</description></item><item><title>Re: unable to connect to asp.net development server</title><link>http://forums.asp.net/thread/3523833.aspx</link><pubDate>Fri, 20 Nov 2009 05:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3523833</guid><dc:creator>jeeth7</dc:creator><description>&lt;p&gt;Usually the home editions of OS does not have an inbuilt IIS, But the VS 2008 comes with an&amp;nbsp; in-built Development server. There is a chance that your OS might have blocked VS server port.&lt;/p&gt;</description></item><item><title>Unexpected end of file looking for &amp;lt;/div&amp;gt; tag</title><link>http://forums.asp.net/thread/3524970.aspx</link><pubDate>Fri, 20 Nov 2009 05:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3524970</guid><dc:creator>barrystein</dc:creator><description>&lt;p&gt;Can anyone tell me why I am getting this error code:&lt;/p&gt;&lt;p&gt;Unexpected end of file looking for &amp;lt;/div&amp;gt; tag&lt;/p&gt;&lt;p&gt;for the second line in the code shown below:&lt;/p&gt;&lt;p&gt;the error is on the line that says:&lt;/p&gt;&lt;p&gt;&amp;lt;div id=&amp;quot;divRateReturnBlock&amp;quot; runat=&amp;quot;server&amp;quot; visible=&amp;quot;false&amp;quot;&amp;gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;lt;!-- START Rate Return --&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;div id=&amp;quot;divRateReturnBlock&amp;quot; runat=&amp;quot;server&amp;quot; visible=&amp;quot;false&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;div id=&amp;quot;divMessage&amp;quot; runat=&amp;quot;server&amp;quot; /&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;div style=&amp;quot;width: 480px;&amp;quot;&amp;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;lt;table id=&amp;quot;tblCarriers&amp;quot; style=&amp;quot;width: 460px;&amp;quot; runat=&amp;quot;server&amp;quot;&amp;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;lt;tr&amp;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; &amp;lt;th&amp;gt;Carrier&amp;lt;/th&amp;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; &amp;lt;th style=&amp;quot;text-align: right;&amp;quot;&amp;gt;Charges Total&amp;lt;/th&amp;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;lt;/tr&amp;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;lt;/table&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/div&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;br /&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;div id=&amp;quot;divScheduleMessage&amp;quot; runat=&amp;quot;server&amp;quot; /&amp;gt;&lt;br /&gt;&amp;lt;form method=&amp;quot;post&amp;quot; id=&amp;quot;ContactForm&amp;quot; runat=&amp;quot;server&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;br /&gt;&amp;lt;!-- START Contact Form --&amp;gt;&lt;br /&gt;&amp;lt;div id=&amp;quot;div1&amp;quot; runat=&amp;quot;server&amp;quot; style=&amp;quot;width: 400px;&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;div&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;Contact Info&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;/div&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;div&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;table cellpadding=&amp;quot;2&amp;quot; cellspacing=&amp;quot;0&amp;quot; border=&amp;quot;0&amp;quot;&amp;gt;&lt;br /&gt;&amp;lt;tr&amp;gt;&amp;lt;td align=&amp;quot;right&amp;quot;&amp;gt;Name:* &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;asp:textbox id=&amp;quot;Textbox1&amp;quot; Runat=&amp;quot;server&amp;quot; MaxLength=&amp;quot;50&amp;quot; Columns=&amp;quot;30&amp;quot; /&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;asp:CompareValidator id=&amp;quot;Comparevalidator7&amp;quot; ControlToValidate=&amp;quot;Name&amp;quot; Type=&amp;quot;String&amp;quot; Operator=&amp;quot;DataTypeCheck&amp;quot; ErrorMessage=&amp;quot;Name is invalid.&amp;quot; runat=&amp;quot;server&amp;quot;&amp;gt;*&amp;lt;/asp:CompareValidator&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;asp:RequiredFieldValidator id=&amp;quot;Requiredfieldvalidator2&amp;quot; ControlToValidate=&amp;quot;Name&amp;quot; ErrorMessage=&amp;quot;Name is required.&amp;quot; runat=&amp;quot;server&amp;quot;&amp;gt;*&amp;lt;/asp:RequiredFieldValidator&amp;gt;&lt;br /&gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;&amp;lt;tr&amp;gt;&amp;lt;td align=&amp;quot;right&amp;quot;&amp;gt;Company: &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;asp:textbox id=&amp;quot;Textbox2&amp;quot; Runat=&amp;quot;server&amp;quot; MaxLength=&amp;quot;50&amp;quot; Columns=&amp;quot;30&amp;quot; /&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;asp:CompareValidator id=&amp;quot;Comparevalidator8&amp;quot; ControlToValidate=&amp;quot;Company&amp;quot; Type=&amp;quot;String&amp;quot; Operator=&amp;quot;DataTypeCheck&amp;quot; ErrorMessage=&amp;quot;Company is invalid.&amp;quot; runat=&amp;quot;server&amp;quot;&amp;gt;*&amp;lt;/asp:CompareValidator&amp;gt;&lt;br /&gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;&amp;lt;tr&amp;gt;&amp;lt;td align=&amp;quot;right&amp;quot;&amp;gt;Phone:* &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;asp:textbox id=&amp;quot;Textbox3&amp;quot; Runat=&amp;quot;server&amp;quot; MaxLength=&amp;quot;20&amp;quot; Columns=&amp;quot;30&amp;quot; /&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;asp:RegularExpressionValidator id=&amp;quot;RegularExpressionValidator2&amp;quot; ControlToValidate=&amp;quot;Phone&amp;quot; runat=&amp;quot;server&amp;quot; ErrorMessage=&amp;quot;Phone must be in the Form (XXX) XXX-XXXX or XXX-XXX-XXXX.&amp;quot; ValidationExpression=&amp;quot;(.{12}.*)?&amp;quot; Display=&amp;quot;Dynamic&amp;quot;&amp;gt;*&amp;lt;/asp:RegularExpressionValidator&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;asp:CustomValidator ID=&amp;quot;CustomValidator1&amp;quot; OnServerValidate=&amp;quot;VerifyPhoneAndEmailValues&amp;quot;&amp;nbsp;&amp;nbsp; runat=&amp;quot;server&amp;quot; ErrorMessage=&amp;quot;Refer to Previous Message&amp;quot;&amp;gt;*&amp;lt;/asp:CustomValidator&amp;gt;&lt;br /&gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;&amp;lt;tr&amp;gt;&amp;lt;td align=&amp;quot;right&amp;quot;&amp;gt;Email:* &amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;asp:textbox id=&amp;quot;Textbox4&amp;quot; Runat=&amp;quot;server&amp;quot; Columns=&amp;quot;30&amp;quot; /&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;asp:RegularExpressionValidator id=&amp;quot;RegularExpressionValidator3&amp;quot; ControlToValidate=&amp;quot;Email&amp;quot; ErrorMessage=&amp;quot;Email Address is invalid.&amp;quot; runat=&amp;quot;server&amp;quot; ValidationExpression=&amp;quot;^[\w\.-]+@[\w-]+\.[\w\.-]+$&amp;quot; Display=&amp;quot;Dynamic&amp;quot;&amp;gt;*&amp;lt;/asp:RegularExpressionValidator&amp;gt;&lt;br /&gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;tr&amp;gt;&amp;lt;td colspan=&amp;quot;2&amp;quot; align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;asp:Button id=&amp;quot;Button3&amp;quot; CssClass=&amp;quot;button&amp;quot; runat=&amp;quot;server&amp;quot; Text=&amp;quot;Submit&amp;quot; OnClick=&amp;quot;Button3_Click&amp;quot; /&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;asp:ValidationSummary id=&amp;quot;ValidationSummary1&amp;quot; runat=&amp;quot;server&amp;quot; HeaderText=&amp;quot;Please Correct The Following Errors.&amp;quot; ShowMessageBox=&amp;quot;true&amp;quot; EnableClientScript=&amp;quot;true&amp;quot; ShowSummary=&amp;quot;false&amp;quot; /&amp;gt;&lt;br /&gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;/table&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;/div&amp;gt;&lt;br /&gt;&amp;lt;/div&amp;gt;&lt;br /&gt;&amp;lt;!-- END Contact Form --&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/div&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;div id=&amp;quot;divErrorMessage&amp;quot; runat=&amp;quot;server&amp;quot; /&amp;gt;&lt;br /&gt;&amp;lt;!-- END Rate Return --&amp;gt;&lt;/p&gt;</description></item><item><title>hi friends</title><link>http://forums.asp.net/thread/3503339.aspx</link><pubDate>Tue, 10 Nov 2009 05:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3503339</guid><dc:creator>sadiyarani</dc:creator><description>&lt;p&gt;I don&amp;#39;t have an idea for using MD5 in .net .Plz try to send me how to create the password by using MD5 in vb.net .Plz give me one example for it which must be clearly understood.&lt;/p&gt;</description></item><item><title>why WCF slower than Web Services? can make it faster than WS?</title><link>http://forums.asp.net/thread/3485104.aspx</link><pubDate>Fri, 30 Oct 2009 04:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3485104</guid><dc:creator>Fionyy</dc:creator><description>&lt;p&gt;I&amp;#39;m new to wcf, to upgrade our website and to make sure wcf can speed up the website, i have created a application test page in vs 2008 with 3 buttons to count how much totalmiliseconds taken to process the particular services.&lt;/p&gt;&lt;p&gt;btnWS: Web Service (original used in online website already).&lt;/p&gt;&lt;p&gt;btnWcfWs: WCF that converted from Web Service&amp;nbsp; (basicHttpBinding)&lt;/p&gt;&lt;p&gt;btnWcf: WCF that manually copy from Web Service and modify to follow wcf coding structure. (tested in both BasicHttpBinding and WSHttpBinding).&lt;/p&gt;&lt;p&gt;The sequence of the speed after compare:&lt;/p&gt;&lt;p&gt;1. btnWcfWs (most of time FASTER than Button 1 sometime not) (500-650 miliseconds)&lt;br /&gt;&lt;/p&gt;&lt;p&gt;2. btnWS (550-690 miliseconds)&lt;br /&gt;&lt;/p&gt;&lt;p&gt;3. btnWcf with BasicHttpBinding&lt;/p&gt;&lt;p&gt;4. btnWcf with WSHttpBinding (slowest around 875-1031 miliseconds)&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;I not sure wether the method used to compare is accurate or not. &lt;/p&gt;&lt;p&gt;However, hope somebody could explain to me how to speed up WCF to faster than WS? possible?&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Hope somebody explain in step by step to me... what can i do?&lt;/p&gt;&lt;p&gt;Thanks in advanced.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Fionyy&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>Re: What is .TMP files and how to solve them without re-appearing</title><link>http://forums.asp.net/thread/3481298.aspx</link><pubDate>Wed, 28 Oct 2009 04:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3481298</guid><dc:creator>Zozo</dc:creator><description>&lt;p&gt;[quote user=&amp;quot;MikeOtown&amp;quot;]&lt;/p&gt;&lt;p&gt;I have the same problem. Running Microsoft Security Essentials Beta. Just added my project folder to the exclusion list to see if that fixes the problem.&lt;/p&gt;&lt;p&gt;[/quote]&lt;/p&gt;&lt;p&gt;Great Catch&lt;/p&gt;&lt;p&gt;Same here - with the MS Security Essentials Release on Windows 7 Ultimate and VS2008 with SS 2005 - and it did the trick!!!&lt;/p&gt;&lt;p&gt;excluded the solution root and no more .tmp files&lt;/p&gt;&lt;p&gt;Zozo&lt;img src="http://forums.asp.net/tiny_mce/jscripts/tiny_mce/plugins/emotions/img/smiley-cool.gif" alt="Cool" title="Cool" border="0" /&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>WebDev.WebServer.exe has encountered a problem and needs to close.We are sorry for the inconvenience</title><link>http://forums.asp.net/thread/3478563.aspx</link><pubDate>Tue, 27 Oct 2009 04:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3478563</guid><dc:creator>rajesh.s.singh</dc:creator><description>&lt;p&gt;Hello Friends,&lt;/p&gt;&lt;p&gt;I am using VS2008 and after installing this VS.when i tried to run a simple application.&lt;/p&gt;&lt;p&gt;i got this error &amp;quot;WebDev.WebServer.exe has encountered a problem and needs to close.We are sorry for the inconvenience&amp;quot;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Please dont tell to reinstall VS 2008 , i have already done the repaired.&lt;/p&gt;&lt;p&gt;I have already registered&amp;nbsp; ISS also for the framework 2.0&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Please help, i need to start working on my new project..&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Problem using DefaultNetworkCredentials with VS2008 on Win7</title><link>http://forums.asp.net/thread/3480032.aspx</link><pubDate>Tue, 27 Oct 2009 04:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3480032</guid><dc:creator>wieganka</dc:creator><description>&lt;p&gt;OK, so, I have a DLL that accesses CRM webservices that used to work when I had Windows XP on my machine...now, it doesn&amp;#39;t now that I have Windows 7.&lt;/p&gt;
&lt;p&gt;When I create the web service I use &amp;quot;m_Instance.Credentials = CredentialCache.DefaultNetworkCredentials;&amp;quot;.&amp;nbsp; This worked without a problem on WinXP/Visual Studio 2008.&amp;nbsp; After upgrading to Win7 however, if I use that, I get &amp;quot;Operation Aborted: Timeout&amp;quot; when I make a webservice call.&lt;/p&gt;
&lt;p&gt;If I hard-code my credentials using&amp;nbsp;&amp;quot;m_Instance.Credentials = new NetworkCredential(strUserName, strPassword, strDomain);&amp;quot;...it works just fine!&amp;nbsp; SO, something seems up with using the CredentialCache.&lt;/p&gt;
&lt;p&gt;At first, I thought this was an issue with the DLL begin run inside an ASP.NET application, so, I created a quick Console application...only to notice the same behavior.&amp;nbsp; HOWEVER...what I did notice is this:&amp;nbsp; If i ran the console application within Visual Studio 2008, the webservice calls failed...If I ran the application by going to the &amp;quot;debug&amp;quot; folder&amp;nbsp;and just running it...IT WORKED (and I did NOT need to run as administrator).&lt;/p&gt;
&lt;p&gt;Is there some strange-ness going on with Visual Studio 2008 running applications from inside the IDE that didn&amp;#39;t exist on WinXP that now do exist&amp;nbsp;on Win7?&amp;nbsp; I tried running Visual Studio &amp;quot;As Administrator&amp;quot;...and of course, that did nothing.&lt;/p&gt;
&lt;p&gt;Is there something I need to do in my code to get this to work?&amp;nbsp; I even tried tell VS to run the ASP.NET app using &amp;quot;NTLM&amp;quot;, with no success either.&amp;nbsp; I&amp;#39;m wondering if there is some security issue...but I have no way of figuring this out at the moment.&amp;nbsp; Oh, and I did try turning on impersonation in both the web.config, as well as using the &amp;quot;WindowsImpersonationContext.Impersonate()&amp;quot; call...but I still have yet to get the DefaultNetworkCredentials to work from inside the IDE.&lt;/p&gt;</description></item><item><title>Animated gif freezes in updateprogress on postback VS2008</title><link>http://forums.asp.net/thread/3477222.aspx</link><pubDate>Mon, 26 Oct 2009 04:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3477222</guid><dc:creator>tous0024</dc:creator><description>&lt;p&gt;Group, I have seen many posts on this using Google, but I can&amp;#39;t seem to find a simple solution that works.&amp;nbsp; I set up an&amp;nbsp;application in VS2005 which uses the UpdatePanel and&amp;nbsp;UpdateProgress which displays an animated gif during a postback to retrieve data.&amp;nbsp; &lt;/p&gt;
&lt;p&gt;Now I am playing in VS2008 and I am doing the same thing in a different app, but when the app does a postback it will display the animated gif but it is frozen.&amp;nbsp;Even if I simply put an animated gif on the page, not in an updateProgress panel that gif will freeze during postback.&lt;/p&gt;
&lt;p&gt;I don&amp;#39;t understand why it seems to work fine on the app I built using VS2005 but not in VS2008.&lt;/p&gt;
&lt;p&gt;I saw examples of javascript, etc. to fix the problem, but isn&amp;#39;t the purpose of the updateProgress to display text or an animated (not frozen)&amp;nbsp;gif while the user is waiting for a postback.&lt;/p&gt;
&lt;p&gt;Any simple suggestions without having to write a bunch of additional code?&lt;/p&gt;
&lt;p&gt;Any help is greatly appreciated.&lt;/p&gt;</description></item></channel></rss>