Visual Studio and Visual Web Developer Expresshttp://forums.asp.net/1213.aspx/1?Visual+Studio+and+Visual+Web+Developer+ExpressDiscussions on using VS and VWD Express for ASP.NET development. Questions for all versions are welcome here.Tue, 18 Jun 2013 05:57:45 -0400urn:uuid:00000000-0000-0000-0000-000000001213urn:uuid:00000000-0000-0000-0000-000005428545http://forums.asp.net/p/1915747/5428545.aspx/1?VS2012+unable+to+open+projects+mapped+to+SkyDriveVS2012 unable to open projects mapped to SkyDrive <p>I'v mapped my SkyDrive to my desktop. I'm trying to have VS2012 open my project that's in the SkyDrive mapped to my computer and it's not working. VS2012 would see no folder or files listed in the mapped drive. Any suggestion is much appreciated.</p> 2013-06-18T13:19:45-04:002013-06-18T13:19:45.913-04:00urn:uuid:00000000-0000-0000-0000-000005428279http://forums.asp.net/p/1915682/5428279.aspx/1?Visual+studio+2010+Design+view+responds+too+late+takes+30+seconds+to+2+mins+Visual studio 2010 Design view responds too late..takes 30 seconds to 2 mins <p>Hi all,</p> <p>I have Visual studio 2010 installed on my PC since one and half year. Earlier it used to work properly but recently since last 2 months, the design view is not working properly. whenever i make change in any page using Design view, it takes a lot of time to respond again..sometimes visual studio crashes also. Any suggestions would be highly appreciated?</p> <p>Regards</p> <p>Dhruv</p> 2013-06-18T09:28:30-04:002013-06-18T09:28:30.933-04:00urn:uuid:00000000-0000-0000-0000-000005421102http://forums.asp.net/p/1913251/5421102.aspx/1?VS2012+FreezesVS2012 Freezes <p>Firstly, I don't have a great computer, so that doesn't help the situation. But every once in a while (about once per day), my VS2012 becomes locked up. No buttons are clickable, and it still is &quot;running&quot; not &quot;not responding&quot; in Task Manager. I don't know what is causing this hiccup, but it happens consistently. Has anyone else encountered this, and is there any way to avoid this... kind of annoying if you have unsaved files open.</p> 2013-06-11T16:43:59-04:002013-06-11T16:43:59.307-04:00urn:uuid:00000000-0000-0000-0000-000005420941http://forums.asp.net/p/1913197/5420941.aspx/1?VS2012+Website+needs+to+be+rebuilt+twiceVS2012: Website needs to be rebuilt twice <p>Hi</p> <p>Was over on the Visual Studio support centre and they directed me here.</p> <p>Running VS 2012 with all the latest updates. &nbsp;I think this used to work fine in VS2012 before any updates but it definitely worked fine in VS2010.</p> <p>Basically, I have a website which references assemblies from another class library project of mine. &nbsp;If I update that assembly, I usually just rebuild my website and the latest version of the assembly was pulled through. &nbsp;I can't remember with VS2012, but in VS2010 I could simply just click Start or Build, Rebuild wasn't even required. &nbsp;Anyway, if I rebuild the website in my version of VS2012, it takes just as long as a normal rebuild, but with no effect. &nbsp;After rebuilding a second time, then it works.</p> <p>I realise that I can click the Refresh button on the website references page to get the same effect, but further to the problem above, what I've also found is that when I place controls on a webform, the code-behind does not always pick the controls up. &nbsp;Then I need to recompile the site twice before it does.</p> <p>Same happens with errors that have already been fixed. &nbsp;Only disappears after 2nd rebuilt.</p> 2013-06-11T14:38:57-04:002013-06-11T14:38:57.747-04:00urn:uuid:00000000-0000-0000-0000-000005428018http://forums.asp.net/p/1915626/5428018.aspx/1?Automatically+creating+an+extra+sitepath+in+Visual+Studio+2012+FTP+publishAutomatically creating an extra sitepath in Visual Studio 2012 FTP publish <p><span>i created an ftp profile in visual studio 2012 to upload project</span><br> <span>my domain in aidererp.com</span><br> <span>server ftp://aidererp.com</span><br> <span>sitepath: aidererp.com\wwwroot\testHost</span><br> <span>It worked welll when i uploaded for the first time but now its automatically creating an extra sitepath like aidererp.com\wwwroot\testHost\wwwroot\testHost</span></p> 2013-06-18T04:59:43-04:002013-06-18T04:59:43.74-04:00urn:uuid:00000000-0000-0000-0000-000005427582http://forums.asp.net/p/1915517/5427582.aspx/1?Error+Under+VS2012+WEB+DeveloperError Under VS2012 WEB Developer <p>I have a WEB development that works fine under Windows 7 with VS2010. I'm trying to upgrade it to VS2012 but keep running into this. Runs fine under VS2010 but not VS2012. Any suggestions?</p> <p>he source code that generated this unhandled exception can only be shown when compiled in debug mode. To enable this, please follow one of the below steps, then request the URL:</p> <p>1. Add a &quot;Debug=true&quot; directive at the top of the file that generated the error. Example:</p> <p>&nbsp;&nbsp; &lt;%@ Page Language=&quot;C#&quot; Debug=&quot;true&quot; %&gt;</p> <p>or:</p> <p>2) Add the following section to the configuration file of your application:</p> <p>&lt;configuration&gt; &nbsp;&nbsp;&nbsp; &lt;system.web&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;compilation debug=&quot;true&quot;/&gt; &nbsp;&nbsp;&nbsp; &lt;/system.web&gt; &lt; /configuration&gt;</p> <p>Note that this second technique will cause all files within a given application to be compiled in debug mode. The first technique will cause only that particular file to be compiled in debug mode.</p> <p>Important: Running applications in debug mode does incur a memory/performance overhead. You should make sure that an application has debugging disabled before deploying into production scenario.</p> <p>Stack Trace:</p> <p></p> <p></p> <p>[ConfigurationErrorsException: The 'DbProviderFactories' section can only appear once per config file.] &nbsp;&nbsp; System.Configuration.BaseConfigurationRecord.EvaluateOne(String[] keys, SectionInput input, Boolean isTrusted, FactoryRecord factoryRecord, SectionRecord sectionRecord, Object parentResult) &#43;181 &nbsp;&nbsp; System.Configuration.BaseConfigurationRecord.Evaluate(FactoryRecord factoryRecord, SectionRecord sectionRecord, Object parentResult, Boolean getLkg, Boolean getRuntimeObject, Object&amp; result, Object&amp; resultRuntimeObject) &#43;1241 &nbsp;&nbsp; System.Configuration.BaseConfigurationRecord.GetSectionRecursive(String configKey, Boolean getLkg, Boolean checkPermission, Boolean getRuntimeObject, Boolean requestIsHere, Object&amp; result, Object&amp; resultRuntimeObject) &#43;1543 &nbsp;&nbsp; System.Configuration.BaseConfigurationRecord.GetSectionRecursive(String configKey, Boolean getLkg, Boolean checkPermission, Boolean getRuntimeObject, Boolean requestIsHere, Object&amp; result, Object&amp; resultRuntimeObject) &#43;1543 &nbsp;&nbsp; System.Configuration.BaseConfigurationRecord.GetSectionRecursive(String configKey, Boolean getLkg, Boolean checkPermission, Boolean getRuntimeObject, Boolean requestIsHere, Object&amp; result, Object&amp; resultRuntimeObject) &#43;1543 &nbsp;&nbsp; System.Configuration.BaseConfigurationRecord.GetSection(String configKey) &#43;41 &nbsp;&nbsp; System.Web.HttpContext.GetSection(String sectionName) &#43;52 &nbsp;&nbsp; System.Web.Configuration.HttpConfigurationSystem.GetSection(String sectionName) &#43;55 &nbsp;&nbsp; System.Web.Configuration.HttpConfigurationSystem.System.Configuration.Internal.IInternalConfigSystem.GetSection(String configKey) &#43;6 &nbsp;&nbsp; System.Configuration.ConfigurationManager.GetSection(String sectionName) &#43;78 &nbsp;&nbsp; System.Configuration.PrivilegedConfigurationManager.GetSection(String sectionName) &#43;32 &nbsp;&nbsp; System.Data.Common.DbProviderFactories.Initialize() &#43;147 &nbsp;&nbsp; System.Data.Common.DbProviderFactories.GetFactory(String providerInvariantName) &#43;28 &nbsp;&nbsp; System.Web.UI.WebControls.SqlDataSource.GetDbProviderFactory() &#43;67 &nbsp;&nbsp; System.Web.UI.WebControls.SqlDataSource.GetDbProviderFactorySecure() &#43;22 &nbsp;&nbsp; System.Web.UI.WebControls.SqlDataSource.CreateConnection(String connectionString) &#43;11 &nbsp;&nbsp; System.Web.UI.WebControls.SqlDataSourceView.ExecuteSelect(DataSourceSelectArguments arguments) &#43;113 &nbsp;&nbsp; System.Web.UI.WebControls.Repeater.GetData() &#43;55 &nbsp;&nbsp; System.Web.UI.WebControls.Repeater.CreateControlHierarchy(Boolean useDataSource) &#43;89 &nbsp;&nbsp; System.Web.UI.WebControls.Repeater.OnDataBinding(EventArgs e) &#43;61 &nbsp;&nbsp; System.Web.UI.WebControls.Repeater.DataBind() &#43;105 &nbsp;&nbsp; System.Web.UI.WebControls.Repeater.EnsureDataBound() &#43;49 &nbsp;&nbsp; System.Web.UI.WebControls.Repeater.OnPreRender(EventArgs e) &#43;15 &nbsp;&nbsp; System.Web.UI.Control.PreRenderRecursiveInternal() &#43;83 &nbsp;&nbsp; System.Web.UI.Control.PreRenderRecursiveInternal() &#43;168 &nbsp;&nbsp; System.Web.UI.Control.PreRenderRecursiveInternal() &#43;168 &nbsp;&nbsp; System.Web.UI.Control.PreRenderRecursiveInternal() &#43;168 &nbsp;&nbsp; System.Web.UI.Control.PreRenderRecursiveInternal() &#43;168 &nbsp;&nbsp; System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) &#43;6660 &nbsp;&nbsp; System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) &#43;245 &nbsp;&nbsp; System.Web.UI.Page.ProcessRequest() &#43;72 &nbsp;&nbsp; System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context) &#43;21 &nbsp;&nbsp; System.Web.UI.Page.ProcessRequest(HttpContext context) &#43;58 &nbsp;&nbsp; ASP.docketall_aspx.ProcessRequest(HttpContext context) &#43;37 &nbsp;&nbsp; System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() &#43;341 &nbsp;&nbsp; System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean&amp; completedSynchronously) &#43;69</p> <p>-------------------------------------------------------------------------------- Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.17929</p> 2013-06-17T15:24:05-04:002013-06-17T15:24:05.263-04:00urn:uuid:00000000-0000-0000-0000-000005427717http://forums.asp.net/p/1915562/5427717.aspx/1?VS+2012+Startup+TimeVS 2012 Startup Time <p>Hi,</p> <p></p> <p>Generally my VS takes around 45 seconds to 120 seconds to startup completely. Is this the norm for other users? Not the fastest of computers, but in the end if this is higher than usual, are there some generally tips/tweaks that can be done to try to lower this startup time but a nice chunk, if any?&nbsp;<img src="http://i3.asp.net/fan-cdn/scripts/tiny_mce/plugins/emotions/img/smiley-smile.gif" alt="Smile" title="Smile" border="0" class="emoticon"></p> <p>Thanks</p> 2013-06-17T18:11:47-04:002013-06-17T18:11:47.327-04:00urn:uuid:00000000-0000-0000-0000-000005426404http://forums.asp.net/p/1915254/5426404.aspx/1?How+to+stop+VS+2012+from+displaying+error+list+when+ther+are+just+warnings+during+file+edit+How to stop VS 2012 from displaying error list when ther are just warnings during file edit? &lt;div class=&quot;votenumber&quot; style=&quot;display: block;&quot;&gt;Is there a way to stop Visual Studio 2012 from popping up the Error List when there are only warnings? I am writing a .resx file for localization of my sitemap and every time I put .title in my Resource's Name column it generates a warning which then pops up the stupid error list. Is there a way from stopping this stupid list from popping up on only warnings during normal editing of a file. I have tried turning off the Tools -&gt; Options -&gt; Projects and Solutions -&gt; General -&gt; Always show Error List if Build finishes with errors. I have even set the build output to quite but that does not affect it either since these only affect builds and I am just editing not building.&lt;/div&gt; 2013-06-15T23:48:22-04:002013-06-15T23:48:22.3-04:00urn:uuid:00000000-0000-0000-0000-000005419198http://forums.asp.net/p/1912809/5419198.aspx/1?ef+powertools+missing+in+the+menu+even+after+installingef powertools missing in the menu even after installing <p>When i cright clicked on the project name, i couldn't find &quot;Enitity framework&quot;. I have installed EF powertools and restarted my vs 2012.</p> 2013-06-10T06:18:37-04:002013-06-10T06:18:37.16-04:00urn:uuid:00000000-0000-0000-0000-000005426395http://forums.asp.net/p/1915251/5426395.aspx/1?StreamReaderStreamReader <p>hey</p> <p>guys I cant search of&nbsp;Specified word in streamreader&nbsp;</p> <p>I but the path&nbsp;Correctly and&nbsp;Assign The full stremreader to a string&nbsp;</p> <p>and now i have to search of a&nbsp;Specified word in this string and I need help plz :D</p> 2013-06-15T22:32:40-04:002013-06-15T22:32:40.073-04:00urn:uuid:00000000-0000-0000-0000-000005426334http://forums.asp.net/p/1915232/5426334.aspx/1?documentaiont+for+option+when+you+rightclick+on+a+project+and+choose+properties+documentaiont for option when you rightclick on a project and choose properties? <p>I have a web application project in VS2012 and I am looking for documentation&nbsp;for all the options you get when you right click on the project and chose properties. I tried searching google but since I am not sure what this page is called so I could not really find anything. Can anyone tell me what this properties page is officaly called or point me to documentation of each each section's options are and what they do?</p> 2013-06-15T17:52:38-04:002013-06-15T17:52:38.573-04:00urn:uuid:00000000-0000-0000-0000-000005416748http://forums.asp.net/p/1912185/5416748.aspx/1?VS+2012+Update+2+precompiling+ASP+NET+3+5+site+problemsVS 2012 Update 2 - precompiling ASP.NET 3.5 site problems <p>Hi, hoping someone has a solution to this one....<br> <br> I have an ASP.Net 3.5 site that has had no problems with precompiling on VS 2005, 2008 and 2012, however precompiling after Update 2 for 2012 just won't work - VS2012 goes through the motions, files are created, but those files, when copied to the live environment kick up the dreaded 'sys is undefined' error.<br> <br> A colleague who hasn't installed the update can precompile the exact same solution, without any errors being created.<br> <br> I realise Update 2 has introduced more control over the publish process, but I'm obviously missing some setting that is automatically included pre-update2.<br> <br> Help!</p> 2013-06-06T14:40:39-04:002013-06-06T14:40:39.45-04:00urn:uuid:00000000-0000-0000-0000-000002578173http://forums.asp.net/p/1310257/2578173.aspx/1?Fault+VS+2008+IIS7+Debugging+The+IIS+worker+process+for+the+launched+URL+is+not+currently+running+Fault - VS 2008 IIS7 Debugging - "The IIS worker process for the launched URL is not currently running" <p><em>&quot;Unable to start debugging on the web server. The IIS worker process for the launched URL is not currently running&quot;<br> <br> </em>Hi All,<br> I'm at the end of my tether, I have tried everything I can think of. File permissions, visual studio project settings but nothing I do allows me to debug from visual studio by hitting F5.<br> <br> I can debug if I attach to the w3wp processes running, however this is truely a pain and I really miss hitting the F5 key.<br> <br> <br> Windows Authentication is enabled through the IIS console<br> <br> <b>Hitting F5 causes the above message to&nbsp;appear in a dialog and the Security Event Log has an entry &quot;An account failed to log on.&quot; </b>with the failure information &quot;Status 0xc000006d,&nbsp;Sub Status:&nbsp;0x0&quot;<br> <br> This is very likely to be a simple thing I have missed out, Can anyone offer some pointers for things I could try?<br> <br> Thanks in advance,<br> David<br> </p> 2008-08-25T11:11:50-04:002008-08-25T11:11:50.067-04:00urn:uuid:00000000-0000-0000-0000-000004011661http://forums.asp.net/p/1586914/4011661.aspx/1?Unable+to+edit+CSS+file+Unable to edit (CSS) file <p>I'm getting this error:&nbsp;&nbsp; &quot;Unable to edit file .... The style sheet must be part of the current project and the project must be a web site or web application project.&quot;&nbsp;I have tried it with the CSS file defined in the Site.Master file&nbsp;as relative (,,/,,/xx.css) and full path (e.g. c:\....)&nbsp; I get the same error in both cases and I am unable to edit the CSS file.</p> 2010-08-05T14:33:41-04:002010-08-05T14:33:41.237-04:00urn:uuid:00000000-0000-0000-0000-000005423781http://forums.asp.net/p/1913871/5423781.aspx/1?ASP+NET+runtime+error+The+master+file+cannot+be+processed+because+the+code+directory+has+not+yet+been+builtASP.NET runtime error: The master file cannot be processed because the code directory has not yet been built <p>Hi All,</p> <p>I am using Visual Studio 2010 Ultimate version and am seeing the above warning in all my .aspx files. The code runs just fine, no issues at all.&nbsp;</p> <p>It&nbsp;just seems to be not recognized/compiled by VStudio.&nbsp; Please find attached the directory structure and my entire web.config file. My master file does reference UserControls, but I removed them to test and the issue remains. I have also tried closing all files, building, rebuilding, restarting VStudio in all orders possible and multiple times.</p> <p>Please advise. Thanks!</p> <pre class="prettyprint">&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt; &lt;configuration&gt; &lt;system.webServer&gt; &lt;directoryBrowse enabled=&quot;false&quot; /&gt; &lt;modules&gt; &lt;remove name=&quot;FormsAuthenticationModule&quot; /&gt; &lt;add name=&quot;FormsAuthenticationModule&quot; type=&quot;System.Web.Security.FormsAuthenticationModule&quot; /&gt; &lt;remove name=&quot;UrlAuthorization&quot; /&gt; &lt;add name=&quot;UrlAuthorization&quot; type=&quot;System.Web.Security.UrlAuthorizationModule&quot; /&gt; &lt;remove name=&quot;DefaultAuthentication&quot; /&gt; &lt;add name=&quot;DefaultAuthentication&quot; type=&quot;System.Web.Security.DefaultAuthenticationModule&quot; /&gt; &lt;/modules&gt; &lt;httpProtocol&gt; &lt;customHeaders&gt; &lt;remove name=&quot;X-Powered-By&quot; /&gt; &lt;/customHeaders&gt; &lt;/httpProtocol&gt; &lt;/system.webServer&gt; &lt;httpRuntime enableVersionHeader=&quot;false&quot; requestValidationMode=&quot;4.0&quot; /&gt; &lt;customErrors defaultRedirect=&quot;~/ErrorPages/WebCatError.aspx&quot; mode=&quot;RemoteOnly&quot;/&gt; &lt;compilation debug=&quot;true&quot;&gt; &lt;assemblies&gt; &lt;add assembly=&quot;ADODB, Version=7.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a&quot; /&gt; &lt;/assemblies&gt; &lt;/compilation&gt; &lt;!--The &lt;authentication&gt; section enables configuration of the security authentication mode used by ASP.NET to identify an incoming user.--&gt; &lt;authentication mode=&quot;Forms&quot;&gt; &lt;forms cookieless=&quot;UseDeviceProfile&quot; defaultUrl=&quot;Admin/AdminMenu.aspx&quot; loginUrl=&quot;Login.aspx&quot; name=&quot;.ASPXAUTH&quot; protection=&quot;All&quot; requireSSL=&quot;false&quot; timeout=&quot;40&quot; /&gt; &lt;/authentication&gt; &lt;authorization&gt; &lt;deny users=&quot;?&quot; /&gt; &lt;allow users=&quot;*&quot; /&gt; &lt;/authorization&gt; &lt;!--Made the session timeout and the form authentication timeout so that the user is redirected back to login page after 20 minutes and when they log back in they start with a new session as well.--&gt; &lt;sessionState cookieless=&quot;UseDeviceProfile&quot; mode=&quot;InProc&quot; regenerateExpiredSessionId=&quot;false&quot; timeout=&quot;20&quot; /&gt; &lt;!--Uncomment this line when the rest of the application starts using WebCat.master--&gt; &lt;!--&lt;pages theme=&quot;WebCat&quot; masterPageFile=&quot;~/MyMaster.master&quot; enableViewState=&quot;true&quot;/&gt;--&gt; &lt;pages masterPageFile=&quot;~/MyMaster.master&quot; enableViewState=&quot;true&quot; /&gt; &lt;/system.web&gt; &lt;location path=&quot;App_Themes&quot;&gt; &lt;system.web&gt; &lt;authorization&gt; &lt;allow users=&quot;*&quot;/&gt; &lt;/authorization&gt; &lt;/system.web&gt; &lt;/location&gt; &lt;location path=&quot;images&quot;&gt; &lt;system.web&gt; &lt;authorization&gt; &lt;allow users=&quot;*&quot; /&gt; &lt;/authorization&gt; &lt;/system.web&gt; &lt;/location&gt; &lt;location path=&quot;ErrorPages&quot;&gt; &lt;system.web&gt; &lt;authorization&gt; &lt;allow users=&quot;*&quot; /&gt; &lt;/authorization&gt; &lt;/system.web&gt; &lt;/location&gt; &lt;/configuration&gt;</pre> <p><br />My Directory Structure:</p> <p>&nbsp;</p> <pre class="prettyprint">ROOT Admin\All My .apsx files Admin\UserControls\ App_Code App_Themes ErrorPages images global.asax Login.aspx Logout.aspx MyMaster.aspx SiteMap.aspx web.config</pre> <p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</p> 2013-06-13T19:49:37-04:002013-06-13T19:49:37.85-04:00urn:uuid:00000000-0000-0000-0000-000005416098http://forums.asp.net/p/1912019/5416098.aspx/1?unable+to+set+the+properties+of+tabel+TD+in+Visual+Studio+2012+unable to set the properties of tabel TD in Visual Studio 2012.. <p>hello Sir Mikhail Arkhipov</p> <p>can you help me in seting up the Table TD content to TOP position in VISUAL STUDIO 2012</p> <p>as in VS 2010 the property for the above mentioned function was VALIGN=&quot;TOP&quot;&nbsp; but in VS2012&nbsp; I am unable to set up.</p> <p>help me out in&nbsp;this problem.</p> <p>&nbsp;</p> 2013-06-06T06:17:47-04:002013-06-06T06:17:47.593-04:00urn:uuid:00000000-0000-0000-0000-000005423857http://forums.asp.net/p/1913898/5423857.aspx/1?deploying+web+application+to+Windows+2003+serverdeploying web application to Windows 2003 server <p>Good Day,</p> <p>I have created a web application in Visual Studio Web Express 2010 and it runs as intended on my local PC. When I publish it, by way of the &quot;File System&quot;, to a virtual directory created on the server, I get a crapload of Web.config file errors. The server is running Windows 2003 with the 3.5 framework. I do know I have the 4.0 Framework on my development PC. Besides installing the 4.0 framework on the server, is there anything else that needs to be done?</p> <p>&nbsp;</p> <p>thanks</p> 2013-06-13T22:55:41-04:002013-06-13T22:55:41.703-04:00urn:uuid:00000000-0000-0000-0000-000005417505http://forums.asp.net/p/1912362/5417505.aspx/1?How+to+get+Helvetica+font+in+Visual+Studio+Express+2010+or+2012How to get Helvetica font in Visual Studio Express 2010 or 2012 <p>I am building site with large text that is very important to design. Arial is close but I need Helvetica.</p> <p>I know when select arial in Visual Studio Express you get 'Arial, Helvetica, sans-serif' but I think Helvetica is only a second go to option if browser doesn't support Arial - you don't actually get Helvetica as first option.</p> <p>I need Helvetica as the font and only Arial as second option.</p> <p>Font is for use in Label and ListBox controls.</p> <p>Does anyone know how to get in Visual Studio?</p> <p>Thank you.</p> 2013-06-07T08:43:49-04:002013-06-07T08:43:49.75-04:00urn:uuid:00000000-0000-0000-0000-000005418200http://forums.asp.net/p/1912529/5418200.aspx/1?cannot+seem+to+create+udt+cannot seem to create udt? <p>every time i try to right click on the &quot;type&quot; folder, the only options i see is &quot;renew&quot; and &quot;properties&quot;</p> <p>any help? i looked for sp_config or whatever it's called and can't find it. of course i could be looking in the totally wrong spot</p> 2013-06-07T22:00:45-04:002013-06-07T22:00:45.28-04:00urn:uuid:00000000-0000-0000-0000-000005417630http://forums.asp.net/p/1912389/5417630.aspx/1?Publishing+web+application+in+VS2008+giving+errors+where+as+application+running+finePublishing web application in VS2008 giving errors where as application running fine <p>Dear ALL,</p> <p>I have developed a web application in VS2010 but My server is Windows Server 2003 and having VS2008. I have modified the versions of Crystal Reports etc; and made to run on VS2008 successfully. While Building/Debugging the application working fine. I have User Controls in MY application. Those also working fine If I run directly where as while publishing It is showing the errors such as Unknown Server Tags for the two custom controls for the rest it is not showing</p> <p>I tried in Several ways, I have dropped the .ascx files and recreated. Everything I have done but still getting the error. And one more error is &quot;Circular file&nbsp;reference not allowed&quot; for the first UC(User Control)</p> <p>Please help me I am trying to find the solution in the net since 3 days..</p> <p></p> 2013-06-07T10:30:20-04:002013-06-07T10:30:20.63-04:00