Visual Studio :: Control Integrated With VS2010?
Jan 19, 2011
can someone recommend me of an online source(version) control integrated with visual studio 2010(free if there is or chargable), something like Microsoft visual source safe hosted in a static IP.
View 2 Replies
Similar Messages:
Jul 15, 2010
I'm thinking about installing vwd 2010 or vs 2010 express but want to know if either offer integrated jquery support.
View 4 Replies
Apr 19, 2010
I've been working on a website using Visual Studio 2008 that uses URL Rewriting. Being that the integrated web server in VS2008 does not support extension mapping, I'm using IIS in Windows XP for my testing. The problem I'm at now is that I'm considering hosting the site under IIS7. Using Integrated Pipeline mode under IIS7 has a big advantage in that I can force all file extensions (and directory requests) through the rewrite engine with a setting in the web.config file instead of having to configure a custom ISAPI handler in IIS. My problem is in testing this before trying to deploy.
Does anyone know if the integrated web server in Visual Web Developer 2010 Express supports integrated pipeline mode? Specifically, if I add the "runAllManagedModulesForAllRequests" attribute to the "modules" section under "system.webServer" in "Web.Config", will all requests get piped through the asp.net engine?
View 2 Replies
Feb 21, 2011
migrating my ASP.NET project from IIS 6 to IIS 7.5 I came across an issue with the Managed Pipeline Mode set to 'Integrated'.I have a Global.asax file in my web root to initialize some objects, gather data etc., however I am not able to hit breakpoints in the associated code-behind file (VS 2008). The code is executing very well (as I can tell from Eventlog), but I want to step into all that initializing there and need to have the debugger attached properly.Everything is working as expected in Classic pipeline mode. Since I'd like to benefit from Integrated Mode features in the future I wonder if I have to give up the ability to debug my Application start and error events...
View 1 Replies
Feb 19, 2010
Before you start using VS2010 RC, knowing that the RC version was launched with a serious bug as reported on the link below.The bug is related to the use of controls within containers in an ASP.Net application, and like almost every ASP.Net application has any container, it is impossible to migrate an application VS 2008 to VS 2010.Before you start any work or migrate to the IDE of VS2010 RC, you know this bug.
View 20 Replies
Mar 4, 2010
I know for those who dont use it may think this is minor, but it appears that VS2010 has done away with the "Brief" style editor. Brief style editing makes me way more productive since I am one that tends to spend most of my time in the code. Does anyone know how to turn on Brief style editing in VS 2010 or are there any plans to add it in?
View 4 Replies
Jan 4, 2010
if i add the SQL Database to the solution (in APP_Data folder) what are the enhancments provided by the VS2010 for it?is there any mechanism to synchronize this DB with the SQL Server DB? or can i use the SQL SERVER DB in my project which remains physically in the APP_DATA folder and SQL SERVER as well?
View 3 Replies
Aug 18, 2010
I read somewhere that MS has integrate SilverLight Toolkit into VS2010. Where is it? I can't find it under Toolbox.
View 2 Replies
Mar 31, 2011
I'm trying to publish my mvc3 project to a web host server, I right clicked my project and selected publish, there i entered the ftp information, VS2010 uploaded the files to the ftp, but when i try to surf to the remote site i get an error "Directory Listing Denied". all guides I found requierd an installation on the web host side, is there no way to just upload the site like in classic asp?
View 2 Replies
Mar 30, 2011
I installed and reinstalled again SP1 for VS2010 I cannot get CSS3 support. HTML5 is working fine
When I open a css file, I can see only CSS 1.0 CSS 2.0 CSS 2.1 as validators.
View 15 Replies
Feb 16, 2011
I am trying to figure out how to use the web deploy feature in VS2010.I installed the web deploy on a 2k8 server, started the services and went to try a deploy. VS2010 is tellingh me the remote certificate is invalid according to the validation process.
I am trying this on a local VM i made so I could see if it works or not.
View 3 Replies
Apr 24, 2010
i have been trying the new VS2010, but i am having trouble to add to the dropdown list of frameworks the .net framework 2.0, i have installed the .net framework 2.0 and also the SDK, but nothing seems to make it to appear in the VS2010 multitargeting dropdown list. Can somebody give me the reason of this, what do i need to do?
View 3 Replies
Feb 15, 2011
On my development box I have VS 2010 Ultimate (64bit), SQL 2008 Express, and SQL 2008 DEV R2 all installed on the same machine. I can access either SQL with Management Studio R2 but I am having problems getting VS to open MDF files in the App_Data folder.It is trying to open them with SQL Express rather than the full version of SQL.I get an error about verion 661 is incompatable with the version installed which is 655.So what I need help with is, I guess, How do I add a program in VS for "open with" to use SQL 2008 R2? The present default for MDF files is "SqlExpress File Bootstrapper (Default)".I can't figure out where to point for it to open.I have considered uninstalling or upgrading the Express edition.
View 7 Replies
Nov 18, 2010
When i was building my project in my local machine it was giving me the below error...."Error 1706:An installation package for the product Microsoft Visual Studio 2008 Shell(integrated mode)ENU cannot be found!!!Try the installation again using a valid copy of the installation package 'vs_shell.msi'"
View 1 Replies
Nov 15, 2010
I'm the first time using VS2010 deployment tool. I selected FTP publish, and all the configurations are correct. I'm just confused that after I clicked publish, there is no window or text shows the status of the uploading progress. When would it be finished? It's taking so long, and in the meantime I can't do anything.
View 2 Replies
Sep 14, 2010
I've converted an ASP.Net website over to an Azure version and I've got it up and running. However the vast majority of the time I experience timeouts when I'm trying to debug the application.This seems to happen on any page at any time. I start debugging from VS2010 and sometimes the home page will come up sometimes it hangs. When it does come up if I select an item from a drop down list sometimes it works somtimes it times out. I have breakpoints set and they don't even fire I just eventually get the time out.
If I hit refresh that sometimes seems to fix it but it eventually starts happening again. This is making the completion of the conversion VERY difficult and I'm starting to creep up to a deadline.Does anyone have any idea what might be happening? If there is a better location I can post this question to would someone be kind enough to point me in the right direction?Thanks in advance for any help and in addition my email is
mgorgone@pictureu.com as our Windows Live account email is diff.
View 1 Replies
Jul 23, 2010
In some of my new websites under .NET 4.0 my Visual Studio does not recognize System.Linq as a valid class. I need to add a reference to System.Core in Web.Config to solve this but there are projects where this is not needed.
View 8 Replies
May 27, 2010
Any one now when VS2010 will be able to develope to smart devices?
View 1 Replies
May 19, 2010
I'm trying to run a simple console app on Win7 VS2010.
Here's the code:
using (FileStream stw = new FileStream(@"c:OrdersToday.pdf", FileMode.Create))
View 9 Replies
Apr 1, 2010
there is probably a really simple answer to this, but I have the flu and can't think straight. I am taking advantage of being out sick by downloading VS2010RC and playing around with it. I created a simple WCF service (my first in this foundation, but not my first service). Its a redo of an existing asmx service I created a while ago. I commented out all the processes, and am simply trying to publish the service to my local IIS7 to see the discovery working. I have setup a new site to host the service ( I tried using Default as well, with the same results). I right click the project in VS and select publish. It is prompting me for a login even though the site is setup for anonymous access. If I try to use WebDeploy, it can't find my site, and if I use FileSystem, it give me a simple "Publish failed" with no details. Can someone point me to a tutorial or something that describes the publish process in VS2010 or give me some leads as to what setup needs to happen either in VS or ISS to let me publish?
View 4 Replies
Mar 22, 2011
In my company we have setup an architecture where all applications share the js scripts to avoid duplicate files and update hundred of files everytime we do an update to the javascripts functions.
The issue that I am having is when I create a reference to those scripts from website A to a function in website B, the intellisense doesn't work. Copy the javascript to website B is not an option. What I am asking if there is a way to make the intellisense work when i am working with projects in this architecture.
View 3 Replies
Jan 6, 2010
I installed a fresh machine with Win7 x64 Ult. wMS updates including 1/5/09, then installed VS2010 Ult beta with .Net V4.0. When I create a new web site, add the ajax references and controls, and use an ajax control on a generic aspx page then build I get the following popup: Find Source: ScriptObjectBuilder.cs and Find Source: ScriptControlBace.cs I downloaded the Ajax source file and point this to the file its requesting it doesn't like it. Anyone know what is going on with Ajax and VS2010?
View 2 Replies
Feb 11, 2010
[URL]
tells:
"The Microsoft Visual Studio 2010 RC release does not support Silverlight 4 development. If you are developing a Silverlight 4 application you should continue to use Microsoft Visual Studio 2010 Beta2"
"you should continue to use Microsoft Visual Studio 2010 Beta2 and to avoid installing VS2010 RC1"?
Should not beta product (VS 2010 Beta2) be uninstall-ed in order to use RC!? orthey can be used concurrently?
Does VS2010 RC1 support development of previous versions of SL?
View 7 Replies
Nov 3, 2010
I have been working on this project for a few months in VS2008.. now that we are getting closer to the end, one of the other programmers has been working and doing his in VS2010, so when i try to open his projects in VS2008 it just shows up as XML.. so i have to open in VS2010.. thats fine..
But if i try to open my project in 2010, it prompts to use the conversion wizard.. Should i be concerned or are there any issues with doing the conversion? Being the end of the project, i dont want to cause issues at this point.. So would like to know if converting the project file at this stage in our project a good idea? Will there be any issues using his code with mine since they were developed in 2 different versions..
View 1 Replies
Sep 14, 2010
I'm getting this strange error when i'm in SplitView or DesignView and i refresh view (i'm using VisualStudio 2010 .Net 4.0). This is happening only for this page and i have never seen anything like it, neither do i understand what is goin on.
View 3 Replies