Issue after windows update
kb2990942 was automatically installed last night, and in that the System.Web.Mvc dll was updated from version 3.0.0.0 to 3.0.0.1. This caused my builds to fail. I believe this will happen to all the...
View ArticleDoes FxCop support .net 4.0/.net 4.5 ?
Hi ,I was asked to use FxCop to check the quality of the code.But it seems that FxCop has stopped to support the new .net framework since 2010. As I know that FxCop checks code by reading complied...
View ArticleError After Uploading my ASP.NET Website Which Is using a webservice
Dear Helper Intro: I am using vs2005 with .net framework 2. and my web host provides MSSQLSERVER2012Scenario : I have a simple asp.net website with CRUD function (which it uses a local web-service to...
View Articleaspnet_regsql FAILURE
I am trying to create an aspnetdb.mdb database file for use with Membership/Login. I am using aspnet_regsql and get the following error: Unable to connect to SQL Server databaseI am well...
View ArticleExecute Unit Test Methods Of Different Project In A Solution
I am working on a web application (.Net 4.5, C#) with Visual Studio 2012. I have multiple project as separate components so each project has its own test project. Now I want to execute all Test...
View ArticleEliminate Specific Warnings in VS2013
I am editing a css file in vs2013 and it is giving me a warning for something it shouldn't. How can I turn off individual warnings in VS?
View ArticleThe replace of web application stress tool
Hi i want know in 2010 what is the replace of web application stress tool.what is the new tool for testing application , not Microsoft test manager, with out a tema foundatin servera application like...
View ArticleTable Control Hides Gridview in Design View
I'm using VS Express 2012 for Web. When I put an HTML table on a page, then place a Gridview in its tablecell (<tr><td>[aspx:Gridview...]</td></tr>), the gridview appears in...
View ArticleHow do I create a diagonal cell border using EPPlus ASP.NET C#?
How do I create a diagonal cell using EPPlus ASP.NET C#? I am using the following code, but a diagonal is not created in row 83 in Excel. worksheet.Cells[83, 3].Style.Border.Diagonal.Style =...
View ArticleCompare Files
Using Visual Studio Express 2013, I see an option under: View, Toolbars, Compare FilesBy default: Side by Side mode and Auto-synchronize views is On in the toolbar.But I don't know how to compare two...
View ArticleError JavaScript runtime error: Object doesn't support property or method 'bind'
After updating to visual studio 2013 update 3, I am getting the following runtime error on every page with a formview. Unhandled exception at line 65, column 3427 in...
View ArticleOpening Project in VS produces reports IIS Express error.
I have a project that runs on https://localhost:44306 . Yesterday by my manager's requirement I published the project for deployment to a test machine for the customers (which also is using IIS...
View Articleproblem in DataSet
goodmorning,,how are you all ???i have problem in visual Studio (asp.net )when i create DataSet and press Query Builder Button the program visual Studio shutdown plz help me
View ArticleHow to automatically zip Html/css/js/image files when switching to release...
Hello all:Web Essential is a very very nice tool for web's development.However I'd like to automatically zip Html/css/js/image files when switching to release version.For debug version, do nothing.How...
View ArticleHow to stop VS 2012 from displaying error list when ther are just warnings...
<div class="votenumber" style="display: block;">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...
View ArticleHow can I convert/export multiple selected files into one single pdf file
I am trying to create a code that will convert multiple selected files to one pdf file . Currently the code exports the selected files in to a zip file. But I want to open all the selected files in one...
View ArticleVS 2013 Corrupting files
I have a simple web application with a number of simple screens for listing records and editing records of lookup tables. There is nothing fancy in it at all. Just simple textbook entry-level code. I...
View ArticleHow to redirect two step backward after clicking delete button in asp.net and...
In my asp.net and vb.net web application I want User to go 2 steps backward (along with performing the delete action) after they click on delete button.Currently the system redirects the user to one...
View ArticleDispatch extension for VS 2013 - anyone know the author?
Hello,For those of us using website (NOT web application) projects - I was just wondering if anyone might know what happened to the dispatch extension that was once available, found at:...
View ArticleInserting field text into sql query and comparing values to another table
I have an issue in Visual Web Developer 2010 that I need help with.The code below is a Gridview Sql query where I'm extracting PART_NUMBER from various tables. I would like to add the table name in a...
View Article