I am using Visual Web Developer express and when I try to display the webpage I'm working on in a browser Internet Explorer cannot find the page. When I ask Internet Explorer to diagnose the problem I got the message ""localhost" is not set up to extablish a connection on port "52429" with this computer."
Any ideas what to do?
...
Hello,
I'm new to Linq and Visual web developer 2008 Express. I have read some posts here and Scott Guthrie's on setting up Linq, but I'm a little stuck because the classes aren't auto-generating as I thought they would. I have setup a database with a simple table (with the Primary Key as the ID, and it is set to auto-increment) plus ...
Basically I am creating a database driven website in Web Developer 2008. The database is stored in the App_Data folder of my website project. Could I have an iPhone, Blackberry, Symbian, Windows Phone, webOS or Android app access the database via an HTTP (or some other type of) request?
I would like to know if this is possible before I ...
With an MVC C# app that builds error-free, the Publish action (Release configuration) won't copy any of the controllers and several of files when "Publish only files required to run..." is selected.
Yes, MVC 1.0 is installed on top of ASP.net 3.5 SP1, and the MVC templates are visible in VWD. I'm at a loss as this is so simple. Any ...
I installed Visual Web Developer 2008 Express SP1 and then ASP.NET MVC 1.0, but when I go to File > New Website, ASP.NET MVC doesn't show up.
...
I've got the main report displaying just fine. Can't get the subreport to display data. Parameters are setup and linked appropriately, but still nothing. Am I missing something obvious? Is there a bug I'm not aware of? Anyone else fighting with this? I'm using Visual Web Developer Express 2008 on a SQL Express 2005 database.
...
Im using:
Visual Web Developer 2009
Access 2007
I am trying to insert into a products table, however i keep recieveing the error:
"Data type mismatch in criteria expression."
The Edit and Delete sections work fine..
<%@ Page Title="" Language="VB" MasterPageFile="~/Master/MasterPage.master" AutoEventWireup="false" CodeFile="Produc...
Hi All,
Was wondering if somebody could please help me solve this.
I've follwed all steps correctly, but when I go to create a new user, it keeps saying "Password length minimum: 7. Non-alphanumeric characters required: 1."
I have tried about 20 different combinations of passwords and it just keeps saying the exact same thing and won'...
Taken from http://msdn.microsoft.com/en-us/library/dd410597(VS.100).aspx ...
If you are using the Standard or
Express editions of Visual Studio, the
Create Unit Test Project dialog box is
not displayed. Instead, the new MVC
application project is generated
without a test project.
Does this mean it can't be done? If it can...
I'm experimenting with potentially using Visual Web Developer 2008 Express for a project, but since the Express edition doesn't support the publish feature and since the ide also does not create any *proj files, how can I use the nunit gui to run my tests?
...
How can visual web developer Express Edition highlight the classic asp-Tags (<% asp code %>) insight the Javascript code?
If i write
<script>
alert("<% =session("user_name %> ");
</script>
VWD highlights this as a string and not as asp-code. This is total confusing in these old files i'm working with.
...
Hi
I am trying to publish my site from Visual Studios 2008 Web Developer SP1. I do first a clean build then I rebuild it.
I then go and try to publish it. I get one warning that seems to make it fail
Warning 1 Error updating JScript IntelliSense: C:\Users\bob\AppData\Local\Microsoft\Windows\Temporary Internet Files\Content.IE5\25YI0...
So....I am a rookie at this so if I missed something simple, please excuse me, but I don't know.
So i downloaded Visual Web Developer 2008, SQL Server Express 2008, etc, and I am trying to learn how to use SQL Server, and create .aspx web pages, etc.
So one of the first things I tried was the Hello world (C#) ine Web Dev and it worked ...
So I saw this question/comment...
http://stackoverflow.com/questions/1625991/how-to-integrate-sql-server-2005-express-edition-to-visual-web-developer-2008-exp/1626114#1626114
And this is EXACTLY what I am having trouble with, only using SQL Server 2008 express edition and Visual Web Dev 2008 express. Everytime I try to click to add a ...
Ok so I had first downloaded SQL Server Express 2008 and Wed Developer Express 2008, and I could not integrate the two together. Was getting error messages that were wasking for the correct version of SQL Server 2005, so....
I uninstalled SQL Server Express 2008, and installed SQL Server Express 2005.
Now I open the Visual Web Develope...
Hi All
I just setup up member ship roles and registration on my website with visual web developer using the tutorial on msdn. It works perfectly locally, but when i uploaded it to my server, I get the following page:
"Server Error in '/' Application.
--------------------------------------------------------------------------------
Conf...
I cannot connect to SQL Server Database.
I am trying to setup Membership with roles on my website using the MSDN Tutorial. It used to work only locally on my machine, however after following advice given on different forums, and on stackoverflow, the situation worsened, and now I can't even connect to the SQL Server Database.
When I ru...
Using Visual Web Developer 2008 which comes with SQL Server 2008 by default. Is there a way to change a SQL2008 database to SQL2005 version from within Visual Web Developer?
Cheers
...
Hey there,
My friend and I are collaborating on a ASP.NET powered website. To develop it locally, we use Visual Web Developer Express (good enough for our needs). Subversion (using Tortoise SVN) is our source control of choice with the repository residing on Unfuddle.com.
We run into problems when we need to update the live site - sinc...
I am developing a web form using Visual Web Developer
Currently I have class source files in the same directory as the web form, or in the App_Code folder. I'd like to organise the files into folders within the web form folder, but I can't find a way of adding a reference to the folders, and they don't seem to be being picked up automati...