Ive been using visual studio to make a site and i was planning on using the wizard to create a contact us however the buttons dont seem to be working. They seem to take the data in then display the same page again. Does anyone know any reason for this?
When using Visual Web Developer Express there seems to be an issue when trying to insert a DDL into the Wizard. If I create a Wizard, and then insert a DDL inside the wizard, the source shows, correctly,
However, if I return to the Design view and use the Smart Tasks button to 'Edit Items', although I can complete the relevant details in the 'ListItem Collection Editor' they are not transferred to the source. If I use exactly the same procedure on a DDL outside the Wizard everything functions correctly.
Im working on a website project with Visual Studio 2010 from 2 different computers (home & work). In Dreamweaver Im used to FTP to upload/download files to/from a webserver to syncronice my files on the current computer Im working on.What is best option in Visual Studio 2010 to sync project files between home & work computers? I have seen there is a built in FTP, but seems only it can upload files, limited functionality?
i install url rewrite iis module to my computer i want when i press f5 in visual studio my project work with url rewrite how can i this?my web sites is not seeming in iis.
When I open an older project in vs 2010, the Visual Studio Conversion Wizard welcome dialog box will appear, but after I uncheck the option "Do the same for all webs targeting an older .Net framework this solution", the Visual Studio Conversion Wizard will never display again, now I hope the Visual Studio Conversion Wizard welcome dialog can appear when I open an older project, how can i do?
How can i customize or change createuserwizard in visual studio to suite my purpose, for example i want to additional function apart from username , i want to include lastname , country name etc which are not available in createuser wizard, i have done it in the database table but it is not working.
I have an application that I'm deploying via the Publish Wizard from Visual Studio 2008. I've added some code to my application that adds a few registry keys. I'd like to execute some code during the uninstall process to remove these registry keys.
When I use VS2008 to create a new form application, I am able to go to the Data menu select "Show Data Sources" then the "Data Sources" window appears. Then I am able to "Add New Data Source" and so on. But when I create a new Web Application. I can not do that. Am I not able to create a Data Source on web applications?
I recently downloaded Microsoft Visual Web Developer 2008 Express Edition.
When I try to click on the Design button or the Split button, the whole IDE freezes.
I tried to reinstall several times, without success.
According to some another post I read, this problem is related to the Web Authoring tool. I followed the indications given and tried to repair the Web Authoring tool with no success.
I tried to reinstall the whole thing with the McAfee Anti Virus disabled. No change.
I created and populated a database inside Visual Studio 2008 instead of using Management Studio.I need to run the script to create the schema for users and roles.The database does not show up in ASP.NET SQL Server Setup Wizard or in Management StudioThe only databases that do show up are master, model, msdb, and tempdb
Is there anything I can do to fix this or would it be easier for me to just create a new database starting in Management Studio and then connect to it from within Visual Studio?
I'm a .NET specialist working with a PHP/Flash programmer to deliver an app via IIS. After jumping through 17 hoops of fire and defeating a gargoyle in a gruesome battle to the death, I managed to get my IIS 7.5 server to cooperate with PHP, and now if you browse to my public web site, you can see the Flash objects happily doing their behind-the-scenes stuff with PHP, whatever that may be.
But... when I'm debugging my app using the VS Development Server, that still apparently doesn't know how to cope with PHP: I'm getting the same HTTP 405 (Method Not Allowed) errors that I was getting on IIS before aforementioned gargoyle breathed its last ("The HTTP verb POST used to access path '/php/blah.php' is not allowed.").
So, what do you have to do to get the VS Dev Server to play nice with PHP?
I have a problem and I can't seem to solve it myself ... I use a wizard and I'd like to change the text of the next, previous and cancel buttons from code behind, but I am not very successful doing this.
[Code]....
[Code]....
So, basically; How do I edit the text of the wizard buttons?
Visual Studio ( VSTS 2008 ) design mode work good for long time and from about 2 weeks ago it's suddenly stop view any thing in design mode i tried a lot with trying in another projects even in a simple web page but no way it's doesn't view any thing in design mode ... I think to reinstall VS 2008 again but I don't know if is there any outher solution for that ?
Have anybody experienced problems in running Visual Studio 2008 in Windows 7 (64 bit)? Please post your feedbacks o0n using the Visual Studio on Windows 7(64 bit).
I have a TFS 2008 running on a windows 2003 workgroup, I need the TFS to access (or register) the users in the active directory, so when developers log in to the network they can also have access to TFS.
I have been trying to access the AD from the TFS but I get the error that there is no a trust relationship, I joined the TFS to the domain, I am able to see the users in the AD from TFS but when I want to add them to TFS I receive that error message.
I have been looking for a tutorial on how to set up TFS with an AD environment but I am not able to find anything fully explained.
I am running VS2010 and trying to make the asp.net configuration tool to work. The problem is: when I click on in in the menu, the server goes up but nothing happens.
If I type the url (localhost:port) in the browser, I get the following error: Server Error in '/asp.netwebadminfiles' Application. HTTP Error 404 - Not Found.
and if I copy and paste the /asp.netwebadminfiles to the url (localhost:port/asp.netwebadminfiles), the page loads with the following message:
I've been using AJAX for a while now, and have installed it on a few computers before to run with Visual Studio 2008. I am now setting up a new computer to develop websites using the AJAX control toolkit. However, I cannot find ANY documentation in Microsoft to install AJAX. Everywhere it says "Install Toolkit" all instructions say install toolkit. Howerver, installing the toolkit does nothing it just adds the toolkit then does not work since the ajax extensions are not installed. So you obviously need to install the extensions or whatever first so Visual Studio can work with AJAX. NO where does it say this or how to do it. I'm amazed that any programmer can use AJAX at all, how the hell do I install ajax to work with visual studio, NOT the toolkit!
I been trying to get my Visual Studio 2008 to run my Web Application on IIS7 on my Windows 7 machine but I just can't get it to work. I'm using the SQLEXPRESS I been following this Tutorial, but I get the following error message.
"Failed to generate a user instance of SQL Server due to failure in retrieving the user's local application data path. make sure the user has a local user profile on the computer. The connection will be closed."
I started work for company i they have older asp.net software with .net 2.0 framework. I want to create a new project with 3.5 framework i the solution so i can use linq and entity framework for access to DB.
Here is my problem: We recently upgraded our server to Windows Server 2008, IIS 7.5, which has .NET 3.5.1 installed. I have an ASP.NET 2.0 web application that needs to be migrated to this server, and as we are a non-profit organization, I need to do so as inexpensively as possible. It is a simple application and I do not need the new features in more recent versions of .NET, Visual Studio, etc. I just need to make it work.
Platform Summary:
ASP.NET 2.0 Application
.NET 3.5.1 Framework
Visual Studio 2005
My question is: Do I have to upgrade to Visual Studio 2010 in order to compile my 2.0 application to work with the 3.5 framework? Or is there another way to accomplish this?
I'm trying to build a windows application running in Windows 7 that access the TFS work items and I'm getting an error messenge that says:
Could not load file or assembly 'Microsoft.TeamFoundation.Client, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies.
I dig up a little bit to find out what is happening and I found out that the assembly must have a strong name which I'm still trying to understand how to give one to it but before that I tried to run the same code but as aweb application and it's running just fine. Running the same windows application in windows Vista also works. Debuging the windows application in windows 7 code the error throws when a rotine that has an object been stantiated to the class TeamFoundationServer is called. This class is into the Microsoft.TeamFoundation.Client.dll which is the dll that I should give the strong name, and may be solve the problem. What I would like to know is if it already have happened with you to some reference doesn't work to a specifc kind of application and if giving a strong name solved your problem or from your experience what might be occurring?