Visual Web Developer 2005 Express - changed GoDaddy server info first time in...
This is the first time I've made any changes to my login program in six years.GoDaddy changed the location of my database.Their email stated the new server location. I changed my code and tried to...
View ArticleFree developing and hosting with ASP.Net
Hi all,I'm building a personal project that depending on its acceptance it might become a professional product, which may mean creating a company and so on.I have background in Microsoft technologies,...
View ArticleWhat happens when a CTP license expires - Can I still develop with the...
I am using Visual Studio 2015 Ultimate CTP version 6. It says the license expires in 183 days. What happens then? Can I still use the software as a full featured development product without any...
View ArticleVisual Studio 2013 How To Switch To boostrap.min.js
Hello All,I have built an ASP.NET 4.5 Web Forms Application utilizing the Bootstrap 3.2 Framework.I have both: bootstrap.js and boostrap.min.js in my project.Checking the BundleConfig.cs it is not...
View Articlewebdev.webserver40.exe has stopped working visual studio 2010
Dear AllI get this error:webdev.webserver40.exe has stopped workingwhen execute this code:using System; using System.Web; using System.Threading; public partial class Default8 : System.Web.UI.Page {...
View ArticleLimit Rows
Hi,I used Visual Studio Web query builder. I am trying to figure out how to limit the rows of this result. I have triedTOP 1 LIMIT 1; ROWNUM <= 1;Unless I am putting them I the wrong location. Below...
View Articledata flow task under foreach loop in ssis
how can I use the query which has several temp tables under foreach loop in ssis?any idea will be appreciatedThanks
View ArticleSQL Server Compact Uninstallable, and VS Version ?s
Intro =============== I'm running Windows 7 Home Premium with Service Pack 1 installed.I cannot find the "MS SQL Server Compact" on the "Choose Data Source" dialog that appears when I click on the...
View ArticleBookmark Toolbar missing
I have shifted to Visual Web Developer 2010 Express beta 2, and I can't the Tool bar for setting/removing bookmarks in code. Is this function removed from the new version or is it just an error to be...
View ArticleajaxToolkit:ModalPopupExtender not working in VS2010
Hello, I opened my VS 2008 project with VS 2010 I got this error Unknown server tag 'ajaxToolkit:ModalPopupExtender'. Please advice
View ArticleWindow.open command only opens full window; height/width parameters do not...
I'm using Visual Web Developer 2010 Express with SQL Server 2008 Express, VB.The routine below opens a new window fine except that the height and width do not work. The window opens full screen...
View ArticlePrecompiled web site publish in Visual Studio
Hi.How can the time of publication to skip files that have not changed ? such as styles,js scripts , pictures
View ArticleWebsite Design
Hey thereI have a tricky problem: i made an empty website in visual studio 2013 express for web with Visual Basic. Then i downloaded a website template and pasted it into de folder directory. Then i...
View ArticleHelp with returning value from window when it closes
I'm using Visual Web Developer 2010 Express with SQL Server 2008 Express, VB.I have the routine below that interrupts ItemUpdating to check the validity of the value in PCB_FootprintTextBox. It checks...
View ArticleWebsite publish failing due to file path being too long
<div class="body">I am trying to publish a Website project from a vendor that has ridiculously long paths to some of its files. When publishing, the error is: The specified path, file name, or...
View ArticleGridview always emtpy on modal popup
I want to populate a gridview (on modal popup) based on another control. But the grid databound method is never fired. Here is my code.. <div class="modal fade" id="ParamValueTypes" tabindex="-1"...
View Articleunable to connect to the configured development Web server (VS express 2013...
A few months ago I installed VS Express 2013 for Web on a PC with windows 7 SP1. Everything worked fine. But a few weeks ago it was suddenly impossible to run a website. I received the error "unable to...
View ArticleHow to Use the Find Results 2 Window
I always see it, and really only used it once a long time ago. Of course time has made me forget how to send results to that window. Surely someone here knows the answer.
View ArticleWeb Performance Tests and View State in Visual Studio
Hello,I have recorded a Web Performance Test in Visual Studio on a localhost website (ASP.NET Webforms), this allows me to have the WebServer/domain as a variable so I can switch the test between...
View ArticleUnexpected Behavior in Visual Studio Ultimate 2015 Debugger - Am I doing...
Here's my code snippet:ApplicationDbContext context = new ApplicationDbContext(); System.Data.Entity.Infrastructure.DbQuery<ApplicationUser> DbQuery1 =...
View Article