<?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>Visual Studio .NET 2003 and Visual Studio .NET 2002</title><link>http://forums.asp.net/33.aspx</link><description>Discuss using Visual Studio .NET 2003 and/or Visual Studio .NET 2002 for building ASP.NET solutions. &lt;a href="http://aspadvice.com/SignUp/list.aspx?l=65&amp;c=11" target="_blank"&gt;Email List&lt;/a&gt;</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Can't open my VS2003 project:  The project you are trying to open is a Web project. You need to open it by specifying its URL path.</title><link>http://forums.asp.net/thread/1604227.aspx</link><pubDate>Sun, 04 Mar 2007 16:54:27 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1604227</guid><dc:creator>brgdotnet</dc:creator><author>brgdotnet</author><slash:comments>3</slash:comments><comments>http://forums.asp.net/thread/1604227.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=33&amp;PostID=1604227</wfw:commentRss><description>&lt;p&gt;Hello. I am using visual studio 2003. I am trying to open a visual studio 2003 project that was written a few years ago using visual studio 2003. Currently the project resides in the virtual directory named &lt;strong&gt;Inetpub\wwwroot&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;My problem is that I am not able to&amp;nbsp;open the project. When I do try and open the project, I get the following error message: &lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&amp;nbsp;The project you are trying to open is a Web project. You need to open it by specifying its URL path.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;I don't know what is going on here? Someone please help me out.&amp;nbsp;Note that I have tried two different ways to open the project without any success:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;1.) Opening VS 2003. In the IDE I select "File Open Project". I then select the visual studio&amp;nbsp;project file for the project named "CalculateMtg.csproj&amp;nbsp;"&lt;/p&gt;
&lt;p&gt;&amp;nbsp;2.) In file explorer I double click on the file "CalculateMtg.csproj&amp;nbsp;"&lt;/p&gt;
&lt;p&gt;I would really appreciate some help.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>error: "System.Web.UI.WebControls.Table does not contain a definition for ‘Caption’ "</title><link>http://forums.asp.net/thread/3527042.aspx</link><pubDate>Mon, 23 Nov 2009 05:29:26 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3527042</guid><dc:creator>Pallu2009</dc:creator><author>Pallu2009</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3527042.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=33&amp;PostID=3527042</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I can&amp;#39;t compile an existing ASP.NET project on one of my machines because of the following error: &amp;quot;System.Web.UI.WebControls.Table does not contain a definition for ‘Caption’ &amp;quot; I&lt;/p&gt;
&lt;p&gt;t compiles fine on another machine. Is there something missing from my .NET framework installation?&lt;/p&gt;</description></item><item><title>Developing VS .NET 2003 Web Apps in Windows 7</title><link>http://forums.asp.net/thread/3524417.aspx</link><pubDate>Fri, 20 Nov 2009 17:07:50 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3524417</guid><dc:creator>mshepus</dc:creator><author>mshepus</author><slash:comments>1</slash:comments><comments>http://forums.asp.net/thread/3524417.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=33&amp;PostID=3524417</wfw:commentRss><description>&lt;p&gt;Is it possible to configure&amp;nbsp;Windows 7&amp;nbsp;to be able to develop web applications&amp;nbsp;with DotNet 2003?&amp;nbsp;I got some &amp;quot;incompatible&amp;quot; error messages when installing.&amp;nbsp; Now when I try to open a web app I get the following error: &amp;quot;Visual Studio .NET cannot create or open the application.&amp;nbsp; THe likeliest problem is that required components are not installed on the local Web Server.&amp;nbsp; Run Visual Studio .NET setup and add the Web Development component.&lt;/p&gt;
&lt;p&gt;Anybody know any articles that explain what I need to do to get this to work?&lt;/p&gt;
&lt;p&gt;Thank you,&lt;/p&gt;
&lt;p&gt;MIke&lt;/p&gt;</description></item><item><title>Using DotFuscator Community Edition with ASP.NET</title><link>http://forums.asp.net/thread/612200.aspx</link><pubDate>Tue, 22 Jun 2004 15:47:55 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:612200</guid><dc:creator>markdotnet</dc:creator><author>markdotnet</author><slash:comments>3</slash:comments><comments>http://forums.asp.net/thread/612200.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=33&amp;PostID=612200</wfw:commentRss><description>Howdy folks -
&lt;br /&gt;

&lt;br /&gt;
I have been using DotFuscator Community Edition to try to obfuscate my code-behind code that is compiled into a .DLL.  I've been able to use DotFuscator on the DLL without a problem and it makes a perfectly nice obfuscated DLL assembly after building.
&lt;br /&gt;

&lt;br /&gt;
The problem arises when you want to use this with ASP.NET.  Since the functions/objects are renamed, the .ASPX web pages can't find the code-behind and raise errors, such as:
&lt;br /&gt;

&lt;br /&gt;
* Parser Error Message: Could not load type 'XXX.content'. (where XXX is the name of the project and content refers to content.aspx).
&lt;br /&gt;

&lt;br /&gt;
So, then I check &amp;quot;content&amp;quot; to be left out of the renaming process and it raises an error about a dropdown population function on the page:
&lt;br /&gt;

&lt;br /&gt;
* Compiler Error Message: CS0117: 'ASP.content_aspx' does not contain a definition for 'selProduct_Changed'
&lt;br /&gt;

&lt;br /&gt;
I scoured the web, finding some notes that publicly-accessible classes and functions need to be left out of the renaming process for them to work.  However, it seems that you need to completely disable &amp;quot;Renaming&amp;quot; in order for a DotFuscated DLL to work at all with ASP.NET.
&lt;br /&gt;

&lt;br /&gt;
Questions:
&lt;br /&gt;
1. Is there a way to make DotFuscator work with ASP.NET in a way that obfuscates the DLL such that all of the functions and objects are renamed?
&lt;br /&gt;

&lt;br /&gt;
2. Is DotFuscator doing anything useful even with &amp;quot;Renaming&amp;quot; disabled?  A simple use of Lutz's Reflector lets me see all sorts of things in the DLL, leading me to believe that my code could be easily reverse engineered.
&lt;br /&gt;

&lt;br /&gt;
Any expert opinions would be much appreciated by this aspiring code obfuscator.</description></item><item><title>Remote Debugging</title><link>http://forums.asp.net/thread/3498334.aspx</link><pubDate>Fri, 06 Nov 2009 15:31:39 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3498334</guid><dc:creator>Abhi_h</dc:creator><author>Abhi_h</author><slash:comments>2</slash:comments><comments>http://forums.asp.net/thread/3498334.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=33&amp;PostID=3498334</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;I know that for doing a remote debug, we need to have msvsmon.exe in the remote system. But Unfortunately, I&amp;#39;m not able to get it setup in the remote machine and I was not able to find it in the Visual Studio 2003 setup CDs also. Is there any other way of doing a remote debug without making use of msvsmon.exe? or Is there any way where I can download the msvsmon.exe file. &lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;I googled around a bit, and I found out that , there will be a rdbgsetup.exe in the installation cds, which should get the remote debug going. But, I was not able to find that in the CD&amp;#39;s either. &lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Please let me know on this.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Thanks&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Paging in DataGrid</title><link>http://forums.asp.net/thread/3473712.aspx</link><pubDate>Fri, 23 Oct 2009 12:31:06 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3473712</guid><dc:creator>sush_indus</dc:creator><author>sush_indus</author><slash:comments>3</slash:comments><comments>http://forums.asp.net/thread/3473712.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=33&amp;PostID=3473712</wfw:commentRss><description>&lt;p&gt;Hi experts,&lt;/p&gt;&lt;p&gt;I have a grid in .net 1.1&lt;/p&gt;&lt;p&gt;Now I am facing problem in paging that is I have given the property allowpaging=true;&lt;/p&gt;&lt;p&gt;and pagesize=10 and one more &amp;lt;pagerstyle&amp;gt; tag in aspx page.&lt;/p&gt;&lt;p&gt;and&lt;/p&gt;&lt;p&gt;Pageindexchanged function in aspx.cs page.&lt;/p&gt;&lt;p&gt;But i am getting exception like this&lt;br /&gt;&lt;/p&gt;&lt;p&gt;frmEmplProjReport
AllowCustomPaging must be true and VirtualItemCount must be set for a DataGrid 
with ID dgProjreport when AllowPaging is set to true and the selected datasource 
does not implement ICollection. 
&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;can u help me to solve this.&lt;/p&gt;&lt;p&gt;and one more thing if i make custompagesorting as true&lt;/p&gt;&lt;p&gt;&amp;nbsp;then the grid shows only 10 items and no link for next pages.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;thank you&lt;br /&gt;&lt;/p&gt;&lt;p&gt;  
//  -1) {
			theform = document.Form1;
		}
		else {
			theform = document.forms[&amp;quot;Form1&amp;quot;];
		}
		theform.__EVENTTARGET.value = eventTarget.split(&amp;quot;$&amp;quot;).join(&amp;quot;:&amp;quot;);
		theform.__EVENTARGUMENT.value = eventArgument;
		theform.submit();
	}
// ]]&amp;gt;
&lt;/p&gt;</description></item><item><title>Error while debugging asp.net 1.1 application</title><link>http://forums.asp.net/thread/3449723.aspx</link><pubDate>Fri, 09 Oct 2009 10:20:49 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3449723</guid><dc:creator>paule247</dc:creator><author>paule247</author><slash:comments>10</slash:comments><comments>http://forums.asp.net/thread/3449723.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=33&amp;PostID=3449723</wfw:commentRss><description>&lt;p&gt;Hi Great dotNET developers,&lt;br /&gt;&lt;br /&gt;I &amp;#39;m working on an asp.net 1.1 (visual studio 2003) application that was binded with visual sourcesafe. the problem is when i debug the application and get to the LLBLGenPro generated class (dll and pdb) it ends with an error message &amp;quot;There is no source code available for the current location&amp;quot;. please what is the workaround for this? I have unbinded this from VSS but it still seems that i haven&amp;#39;t cos it shows the former VSS path C:/sourcesafe/FMS.root/...&lt;br /&gt;&lt;br /&gt;Secondly, the application&amp;nbsp; (has been working fine in the production server for 5 years without failure and error) is showing 102 error (related to ambigouos classes) how can i resolve all the errors because when i debug one another pops up.&lt;br /&gt;&lt;br /&gt;I will appreciate if help is provided. Thanks&lt;/p&gt;</description></item><item><title>VS 2003 can't open project file</title><link>http://forums.asp.net/thread/3461918.aspx</link><pubDate>Fri, 16 Oct 2009 13:32:20 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3461918</guid><dc:creator>mrrogers</dc:creator><author>mrrogers</author><slash:comments>1</slash:comments><comments>http://forums.asp.net/thread/3461918.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=33&amp;PostID=3461918</wfw:commentRss><description>&lt;p&gt;I am trying to open a project file via VS 2003. I try open project from the web and there is a csproj file in the web directory pointed to from the URL but it doesn&amp;#39;t show up in the dialog box so I cannot select it. Any ideas?&lt;br /&gt;&lt;/p&gt;</description></item><item><title>How to convert project that i using Visual Studio 2002 to Visual Studio 2003?</title><link>http://forums.asp.net/thread/3455159.aspx</link><pubDate>Tue, 13 Oct 2009 06:36:05 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3455159</guid><dc:creator>suhelman</dc:creator><author>suhelman</author><slash:comments>1</slash:comments><comments>http://forums.asp.net/thread/3455159.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=33&amp;PostID=3455159</wfw:commentRss><description>&lt;p&gt;i face i little problem that i have to solve. current system is using Visual Studio 2002 but i want to convert it to Visual Studio 2003.&lt;/p&gt;&lt;p&gt;can i know the right step to make it success with no error. Please help me thank guys...&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Interop.SHDOCVW.DLL</title><link>http://forums.asp.net/thread/1821915.aspx</link><pubDate>Wed, 25 Jul 2007 06:10:26 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1821915</guid><dc:creator>shubhamsinghania</dc:creator><author>shubhamsinghania</author><slash:comments>6</slash:comments><comments>http://forums.asp.net/thread/1821915.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=33&amp;PostID=1821915</wfw:commentRss><description>&lt;p&gt;I have added reff of shodovw.dll in my web application.&lt;/p&gt;
&lt;p&gt;Then I created the object of shell windows . When ever this object is created it gives error &amp;quot;Not enough memory space&amp;quot;.&lt;/p&gt;
&lt;p&gt;Please let me know where I am going wrong.&lt;/p&gt;</description></item><item><title>Events Not Showing Up in Properties Tab</title><link>http://forums.asp.net/thread/1535155.aspx</link><pubDate>Tue, 16 Jan 2007 21:17:18 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1535155</guid><dc:creator>coyotepup4</dc:creator><author>coyotepup4</author><slash:comments>5</slash:comments><comments>http://forums.asp.net/thread/1535155.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=33&amp;PostID=1535155</wfw:commentRss><description>&lt;p&gt;Hi, I'm working on VS 2003.&amp;nbsp; In my properties Window, when I click on a component, there is no button to show the events.&amp;nbsp; It only shows the properties buttons.&amp;nbsp; How do I get the events to show up.&amp;nbsp; Other people in the office can can see the events.&amp;nbsp; Is there a setting somewhere that got flipped on mine.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks&amp;nbsp;&lt;/p&gt;</description></item><item><title>rebuilding a project from remote website</title><link>http://forums.asp.net/thread/3450899.aspx</link><pubDate>Fri, 09 Oct 2009 20:57:05 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3450899</guid><dc:creator>aaraluce</dc:creator><author>aaraluce</author><slash:comments>1</slash:comments><comments>http://forums.asp.net/thread/3450899.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=33&amp;PostID=3450899</wfw:commentRss><description>&lt;p&gt;HI, I need to move from one server to another a website that was built in vs .net 2003&amp;nbsp;with the crystal reports addon, unfortunealy I dont have the original project, so I was wondering if anyone can help me how&amp;nbsp;can i rebuild the project&amp;nbsp;directly from the application&amp;nbsp;in the website server so i can deploy it in another server, becaus if i copy&amp;nbsp; the files directly i receive an error telling me the crystal report is not installed.&lt;/p&gt;
&lt;p&gt;Thanks&amp;nbsp;&lt;/p&gt;</description></item><item><title>Add intellisense for SVG to VS 2003 </title><link>http://forums.asp.net/thread/639307.aspx</link><pubDate>Mon, 19 Jul 2004 10:04:31 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:639307</guid><dc:creator>webjagger</dc:creator><author>webjagger</author><slash:comments>1</slash:comments><comments>http://forums.asp.net/thread/639307.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=33&amp;PostID=639307</wfw:commentRss><description>Does anybody know if and how to extent intellisense for svg (scalable vector grafics -&amp;gt; http://www.w3c.org/Graphics/SVG/).
&lt;br /&gt;

&lt;br /&gt;
This should nor be impossible, no?! Because it is just XML, and you can get a schema file (xsd) for it.
&lt;br /&gt;

&lt;br /&gt;
But I expect two main problems:
&lt;br /&gt;
1. VS should know the file extension .svg to connect it with the schema.
&lt;br /&gt;
2. The original schema file from w3c has to be modified before putting it into the schema/xml directory together with the other schemas. Even though there is an article on msdn &lt;a target="_new" href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vsintro7/html/vxgrfVisualStudioSchemaAnnotations.asp"&gt;http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vsintro7/html/vxgrfVisualStudioSchemaAnnotations.asp&lt;/a&gt; which describes the tags inside the schema that can be used for intellisense I wonder if I would be able to manage that.
&lt;br /&gt;

&lt;br /&gt;
maybe somebody could solve the whole problem or some parts of it (maybe for other xml based files)?!
&lt;br /&gt;

&lt;br /&gt;
Thanks in advance
&lt;br /&gt;
alex
&lt;br /&gt;
</description></item><item><title>VSWebCache Debug Build Issue</title><link>http://forums.asp.net/thread/3396245.aspx</link><pubDate>Wed, 09 Sep 2009 20:38:17 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3396245</guid><dc:creator>maaron</dc:creator><author>maaron</author><slash:comments>1</slash:comments><comments>http://forums.asp.net/thread/3396245.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=33&amp;PostID=3396245</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;We have an ASP.NET 1.1 Web Application we are trying to debug in Visual Studio 2003.&amp;nbsp; When we run the application in debug mode, the following error occurs:&lt;/p&gt;
&lt;p&gt;&lt;i&gt;Parser Error&lt;/i&gt; &lt;/p&gt;
&lt;p&gt;&lt;b&gt;Description: &lt;/b&gt;An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately. &lt;br /&gt;&lt;br /&gt;&lt;b&gt;Parser Error Message: &lt;/b&gt;Could not load type &amp;#39;MTS.Application.UI.Global&amp;#39;.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Source Error:&lt;/b&gt; &lt;/p&gt;
&lt;table class="mceItemTable" cellpadding="0"&gt;

&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Line 1:&amp;nbsp; &amp;lt;%@ Application Codebehind=&amp;quot;Global.asax.vb&amp;quot; Inherits=&amp;quot;MTS.Application.UI.Global&amp;quot; %&amp;gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;p&gt;&lt;br /&gt;&lt;b&gt;Source File: &lt;/b&gt;C:\Inetpub\wwwroot\Application\global.asax&lt;b&gt; &amp;nbsp;&amp;nbsp; Line: &lt;/b&gt;1 &lt;/p&gt;
&lt;hr align="center" /&gt;

&lt;p&gt;&lt;b&gt;Version Information:&lt;/b&gt;&amp;nbsp;Microsoft .NET Framework Version:1.1.4322.2407; ASP.NET Version:1.1.4322.2407&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;We have narrowed down the problem to the VSWebCache folder, but do not know how to proceed.&amp;nbsp; &lt;/p&gt;
&lt;p&gt;Whenever we build the project for the first time (assuming an empty VSWebCache folder for the application) the Web Site Assembly, PDB and resources files are all built and placed into VSWebCache\[computername]\[appname]\obj\Debug.&amp;nbsp; Since this folder is empty the first time we attempt to launch the application from visual studio, it works fine, it will run, we can debug, etc.&amp;nbsp; Any subsequent executions from visual studio will generate the error listed above.&lt;/p&gt;
&lt;p&gt;After further investigation, we noticed that during subsequent launches of the application from visual studio, it does a build and only updates the application assembly and pdb files, not the resources files. The only time the assembly, pdb and resources files get updated is when we&amp;nbsp;run a ReBuild (not a Build).&amp;nbsp;To make a long story short, our work around is to&amp;nbsp;remove the temp folder from under Debug, this (for some crazy reason) triggers a complete rebuild&amp;nbsp;during the debug launch process&amp;nbsp;which then we&amp;nbsp;no longer get the &amp;quot;Could not load type&amp;quot; Error. &lt;/p&gt;
&lt;p&gt;Has anyone run into this or found a solution to this very odd VS issue?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Globalisation</title><link>http://forums.asp.net/thread/3401970.aspx</link><pubDate>Sun, 13 Sep 2009 12:30:12 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3401970</guid><dc:creator>imranwahabit</dc:creator><author>imranwahabit</author><slash:comments>2</slash:comments><comments>http://forums.asp.net/thread/3401970.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=33&amp;PostID=3401970</wfw:commentRss><description>&lt;p&gt;hello sir i am working on globalization i am having resx files in globalization folder by name&lt;/p&gt;
&lt;p&gt;1&amp;gt;Resource123.ar-Ar.resx&lt;/p&gt;
&lt;p&gt;2&amp;gt;Resource123.en-EN.resx&lt;/p&gt;
&lt;p&gt;3&amp;gt;Resource123.resx&lt;/p&gt;
&lt;p&gt;but when i am running the program i am getting dis error &lt;/p&gt;
&lt;p&gt;--&amp;gt;The namespace &amp;#39;Resources&amp;#39; already contains a defination for &amp;#39;Resource123&amp;#39;&lt;/p&gt;
&lt;p&gt;n when i am clicking the error message is showing me like this&lt;/p&gt;
&lt;p&gt;--&amp;gt;&lt;/p&gt;
&lt;p&gt;&lt;font size="2"&gt;
&lt;p&gt;[&lt;/p&gt;
&lt;p&gt;[&lt;/p&gt;
&lt;p&gt;[&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;[&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;}&lt;/p&gt;
&lt;p&gt;&lt;/font&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;font color="#0000ff" size="2"&gt;global&lt;/font&gt;&lt;font size="2"&gt;::System.CodeDom.Compiler.GeneratedCodeAttribute(&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;&amp;quot;System.Resources.Tools.StronglyTypedResourceBuilder&amp;quot;&lt;/font&gt;&lt;font size="2"&gt;, &lt;/font&gt;&lt;font color="#a31515" size="2"&gt;&amp;quot;2.0.0.0&amp;quot;&lt;/font&gt;&lt;font size="2"&gt;)]&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;global&lt;/font&gt;&lt;font size="2"&gt;::System.Diagnostics.&lt;/font&gt;&lt;font color="#2b91af" size="2"&gt;DebuggerNonUserCodeAttribute&lt;/font&gt;&lt;font size="2"&gt;()]&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;global&lt;/font&gt;&lt;font size="2"&gt;::System.Runtime.CompilerServices.&lt;/font&gt;&lt;font color="#2b91af" size="2"&gt;CompilerGeneratedAttribute&lt;/font&gt;&lt;font size="2"&gt;()]&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;public&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;class&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#2b91af" size="2"&gt;Resource123&lt;/font&gt;&lt;font size="2"&gt; {&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;private&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;static&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;global&lt;/font&gt;&lt;font size="2"&gt;::System.Resources.&lt;/font&gt;&lt;font color="#2b91af" size="2"&gt;ResourceManager&lt;/font&gt;&lt;font size="2"&gt; resourceMan;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;private&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;static&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;global&lt;/font&gt;&lt;font size="2"&gt;::System.Globalization.&lt;/font&gt;&lt;font color="#2b91af" size="2"&gt;CultureInfo&lt;/font&gt;&lt;font size="2"&gt; resourceCulture;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;global&lt;/font&gt;&lt;font size="2"&gt;::System.Diagnostics.CodeAnalysis.&lt;/font&gt;&lt;font color="#2b91af" size="2"&gt;SuppressMessageAttribute&lt;/font&gt;&lt;font size="2"&gt;(&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;&amp;quot;Microsoft.Performance&amp;quot;&lt;/font&gt;&lt;font size="2"&gt;, &lt;/font&gt;&lt;font color="#a31515" size="2"&gt;&amp;quot;CA1811:AvoidUncalledPrivateCode&amp;quot;&lt;/font&gt;&lt;font size="2"&gt;)]&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;internal&lt;/font&gt;&lt;font size="2"&gt; Resource123() {&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;so can anyone of u let me how to solve this error&lt;/p&gt;
&lt;p&gt;n the labels which i have taken they are also not appearing in the aspx.vb file&lt;/p&gt;
&lt;p&gt;actually when i am trying to set the labelsid there are not comming&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;ur can post the reply on my id also:imranwahabit@gmail.com&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>What is the Difference Between Build and Re-Build in visual Studio .Net?</title><link>http://forums.asp.net/thread/1358469.aspx</link><pubDate>Wed, 02 Aug 2006 11:35:32 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1358469</guid><dc:creator>Anoashu</dc:creator><author>Anoashu</author><slash:comments>3</slash:comments><comments>http://forums.asp.net/thread/1358469.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=33&amp;PostID=1358469</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;What is the difference between Bulid and Re-build in Visual Studio .Net. Pleaes help me.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks &lt;/p&gt;
&lt;p&gt;Ashwath.&lt;/p&gt;</description></item><item><title>Where can I download VWD2003?</title><link>http://forums.asp.net/thread/3385512.aspx</link><pubDate>Thu, 03 Sep 2009 13:31:35 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3385512</guid><dc:creator>Henne</dc:creator><author>Henne</author><slash:comments>1</slash:comments><comments>http://forums.asp.net/thread/3385512.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=33&amp;PostID=3385512</wfw:commentRss><description>&lt;p&gt;Hey there,&lt;/p&gt;&lt;p&gt;I have a problem: I created my application in .Net 2.0 not knowing that the server only works on 1.1 and is not able to be upgrated. To migrate my application I want to download VWD2003 to programm there but where can I find it in the web?&lt;/p&gt;&lt;p&gt;Or can I change the .net version in VWD2005 to .net 1.1?&lt;/p&gt;&lt;p&gt;Regards&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Can't create a ASP.NET web application in VS2003</title><link>http://forums.asp.net/thread/3379264.aspx</link><pubDate>Mon, 31 Aug 2009 18:11:10 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3379264</guid><dc:creator>k-edward</dc:creator><author>k-edward</author><slash:comments>3</slash:comments><comments>http://forums.asp.net/thread/3379264.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=33&amp;PostID=3379264</wfw:commentRss><description>&lt;p&gt;Hi All&lt;br /&gt;&lt;/p&gt;&lt;p&gt;I have Visual Studio 2003 installed on my (XP Pro) PC.&amp;nbsp; I have installed IIS and FPSE by following the steps in the WebServer.htm file (on the VS installation disc).&lt;/p&gt;&lt;p&gt;When I try and create an ASP.NET Web Application, the name of the project is greyed out, preventing me from creating a project.&lt;/p&gt;&lt;p&gt;In the installation main menu, within the &amp;#39;Add or Remove Features&amp;#39; - &amp;#39;Server Components&amp;#39;, the &amp;#39;Web Development&amp;#39; box is ticked, so I assume the Web dev components are installed.&lt;/p&gt;&lt;p&gt;I should have all the relevant Security updates for .NET 1.1 too. &lt;/p&gt;&lt;p&gt;I just don&amp;#39;t know why this isn&amp;#39;t working as I have tried everything that the WebServer.htm files says to do.&lt;/p&gt;&lt;p&gt;Can anyone please help?&lt;/p&gt;&lt;p&gt;Many thanks&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;D&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>Unable to see Business Intelligence On Visual Studio 2003</title><link>http://forums.asp.net/thread/1888589.aspx</link><pubDate>Sun, 02 Sep 2007 03:07:21 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1888589</guid><dc:creator>sendilkumar06</dc:creator><author>sendilkumar06</author><slash:comments>2</slash:comments><comments>http://forums.asp.net/thread/1888589.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=33&amp;PostID=1888589</wfw:commentRss><description>&lt;p&gt;Hi,&lt;br /&gt;I&amp;#39;m unable to see Businedd Intelligence&amp;nbsp;on Visual Studio 2003. I need to create report&amp;nbsp;with Sql Report server .&amp;nbsp;Kindly let me know is there any plug in ot patch need to be installed . Let me know how to view Business Intelligence Projects on Visual Studio 2003.&lt;/p&gt;
&lt;p&gt;In the Installed Product i&amp;#39;m able to seee&lt;/p&gt;
&lt;p&gt;Microsoft Visual C++ .NET&amp;nbsp;&amp;nbsp; 69462-335-0000007-18011,Microsoft Visual Basic .NET&amp;nbsp;&amp;nbsp; 69462-335-0000007-18011,Microsoft Visual C# .NET&amp;nbsp;&amp;nbsp; 69462-335-0000007-18011,Microsoft Visual J# .NET&amp;nbsp;&amp;nbsp; 69462-335-0000007-18011,Crystal Reports for Visual Studio .NET&amp;nbsp;&amp;nbsp;&amp;nbsp; AAP50-GS00000-U7000RN,Oracle Developer Tools for Visual Studio .NET&amp;nbsp;&amp;nbsp; 11.1.0.5.10 Beta.&lt;/p&gt;
&lt;p&gt;Please find below my system configuration.&lt;/p&gt;
&lt;p&gt;Visual Studio 2003 (7.1.3088) &lt;/p&gt;
&lt;p&gt;.Net Framework 1.1 (1.1.4322 SP1)&lt;/p&gt;
&lt;p&gt;Windows 2003 Server with SP2&lt;/p&gt;
&lt;p&gt;Sendil&lt;/p&gt;</description></item><item><title>How to setup TARGETDIR Property</title><link>http://forums.asp.net/thread/1283139.aspx</link><pubDate>Thu, 11 May 2006 14:29:29 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1283139</guid><dc:creator>Vimarsh</dc:creator><author>Vimarsh</author><slash:comments>1</slash:comments><comments>http://forums.asp.net/thread/1283139.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=33&amp;PostID=1283139</wfw:commentRss><description>&lt;p&gt;Hi Everyone,&lt;/p&gt;
&lt;p&gt;I created web setup project to install my web application at hosting server. I need to install application at particular physical directory at hosting server. So for that I have to&amp;nbsp;setup TARGETDIR property of Web Application Folder at Command line.&amp;nbsp;Can anyone tell me the command of&amp;nbsp;seting up&amp;nbsp;TARGETDIR at&amp;nbsp;command prompt.&lt;/p&gt;
&lt;p&gt;Please help me. I have a May 18th deadline to install application at hosting server.&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Help...Debugger using VS2003</title><link>http://forums.asp.net/thread/3343954.aspx</link><pubDate>Wed, 12 Aug 2009 14:58:25 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3343954</guid><dc:creator>nixan01</dc:creator><author>nixan01</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3343954.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=33&amp;PostID=3343954</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;I am having hard time using remote debugger for my application.&amp;nbsp; I have my application on Windows 2003 server.&amp;nbsp; I have IIS 6.0 and Visual studio 2003 installed on the windows 2003 server.&amp;nbsp; The application compiles and link fine.&amp;nbsp; When select to debug it gives me a following error &amp;quot;Unable to start debuggin on the web server. The server does not support debugging of ASP.NET or ATL server applications. Click help for more information on how to enable debugging. You may also want to refer to the ASP.NET and ATL server debugging topic in the online documentation&amp;quot; with OK and help button.&amp;nbsp; The application is written in c++ and ATL server pages. &lt;/p&gt;
&lt;p&gt;The application run ok when I select start without debugging. &lt;/p&gt;
&lt;p&gt;I have followed directions from Microsoft online help and other groups&amp;nbsp;(e.g. URLSCAN.INI change, Adding account as debugger user and admin user and etc..)&lt;/p&gt;
&lt;p&gt;Thanks in advance for your help. &lt;/p&gt;</description></item><item><title>how to debug global.asax.cs</title><link>http://forums.asp.net/thread/309089.aspx</link><pubDate>Thu, 14 Aug 2003 13:00:14 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:309089</guid><dc:creator>AZeitler</dc:creator><author>AZeitler</author><slash:comments>10</slash:comments><comments>http://forums.asp.net/thread/309089.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=33&amp;PostID=309089</wfw:commentRss><description>hi,
&lt;br /&gt;

&lt;br /&gt;
when setting break points in global.asax.cs, they are ignored. break points in other files work. what may i do wrong?</description></item><item><title>VS2003 Debugger stopped working suddenly</title><link>http://forums.asp.net/thread/3335924.aspx</link><pubDate>Fri, 07 Aug 2009 17:21:34 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3335924</guid><dc:creator>desertfoxaz</dc:creator><author>desertfoxaz</author><slash:comments>2</slash:comments><comments>http://forums.asp.net/thread/3335924.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=33&amp;PostID=3335924</wfw:commentRss><description>&lt;p&gt;I have to maintain some legacy applications that were created by VS2003.&amp;nbsp; This week, the debugger stopped working for all of my projects.&amp;nbsp; None of the project settings changed, and ASP.NET debugging is still enabled in the project properties and debug mode is selected for builds.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;I can create a new web project and place the breakpoint on the Page_Load event handler and when I click the play button on the toolbar it becomes disabled until the page loads then once that&amp;#39;s done, the play button enables again.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;I didn&amp;#39;t do anything to my workstation aside from reinstalling the MSDN Library (which disappeared after installing the Oracle Data Provider), but perhaps our IT group installed something after business hours that may have affected something.&lt;/p&gt;&lt;p&gt;Has anybody experienced this before, and if so how did you fix it?&lt;br /&gt;&lt;/p&gt;</description></item><item><title>BC30456: 'CreateResourceBasedLiteralControl' is not a member</title><link>http://forums.asp.net/thread/481679.aspx</link><pubDate>Fri, 20 Feb 2004 16:49:29 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:481679</guid><dc:creator>alacroce@</dc:creator><author>alacroce@</author><slash:comments>2</slash:comments><comments>http://forums.asp.net/thread/481679.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=33&amp;PostID=481679</wfw:commentRss><description>Strange problem I keep running into. Designing an ASP.NET solution within VS2002. Everything is working fine until I make a minor modification to either the HTML or code behind file. Recently, just changed a Boolean var from ‘True’ to ‘False’, recompiled and then I received the following error message: 
&lt;br /&gt;
BC30456: 'CreateResourceBasedLiteralControl' is not a member of 'ASP.mypage_aspx' 
&lt;br /&gt;

&lt;br /&gt;
I removed the changes and recompiled with the same results. I have tried removing the temporary files and recompiling with the same results. 
&lt;br /&gt;

&lt;br /&gt;
Any help would be appreciated! 
&lt;br /&gt;
</description></item><item><title>Re-installation of VS 2003 on a newer machine</title><link>http://forums.asp.net/thread/3325331.aspx</link><pubDate>Sun, 02 Aug 2009 10:22:07 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3325331</guid><dc:creator>dcwmorley</dc:creator><author>dcwmorley</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3325331.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=33&amp;PostID=3325331</wfw:commentRss><description>&lt;p&gt;My 2005 machine was getting pretty show. It had XP Pro and SP2.&lt;br /&gt;
&lt;br /&gt;
I bought a new machine and installed the same XP Pro but with SP3.&lt;br /&gt;
&lt;br /&gt;
Then I re-installed the Visual Studio Enterprise Architect 2003 on the new machine.&lt;br /&gt;
&lt;br /&gt;
When I try to call up VS, a small window appears. It is headed with the
name of a folder which was created somewhere in the installation
process for VS, and asks for a user name and password which I don&amp;#39;t
have. I compared the security tabs for all the folders that I thought
could be relevant on both machines but they all seem to be identical.&lt;br /&gt;
&lt;br /&gt;
Has anyone got any idea how to get over the problem, please ?&lt;/p&gt;&lt;p&gt;LATER: I looked again at the old machine and the new machine. The old one has &lt;/p&gt;&lt;p&gt;MS .NET 1.1 and&lt;/p&gt;&lt;p&gt;MS .NET 1.1 Hotfix KB92836&lt;/p&gt;&lt;p&gt;The new machine has both the above plus&lt;/p&gt;&lt;p&gt;MS .NET 2.0 SP2&lt;/p&gt;&lt;p&gt;MS .NET 3.0 SP2&lt;/p&gt;&lt;p&gt;MS .NET 3.5 SP1&lt;/p&gt;&lt;p&gt;I noticed that the last of these (at least) was added when I installed a recent of Nero.&lt;/p&gt;&lt;p&gt;I am wondering whether VS 2003 is confused by all these version of .NET&lt;br /&gt;&lt;/p&gt;</description></item></channel></rss>