Visual Studio :: Editing Classic ASP Pages In VS 2008?
Apr 2, 2010Is it possible to use VS 2008 Pro to edit classic ASP pages/projects? If so, what needs to be done? Is it advisable to use VS 2005 Pro instead?
View 2 RepliesIs it possible to use VS 2008 Pro to edit classic ASP pages/projects? If so, what needs to be done? Is it advisable to use VS 2005 Pro instead?
View 2 RepliesCan anyone get classic asp debugging working in visual studio 2008 windows 7 64 bit? I have an exsiting application that I need to debug and I can't get it working in this environment. I have followed the following tutorial and serveral others. [URL] I can't find dllhost.exe or w3wp.exe? And I don't see the below image when hitting ctrl-F5
View 1 RepliesI just upgraded to 2010 and converted my VS 2008 ASP.NET web application. There were no conversion errors and everything displays in the Design mode correctly but when I try to View in Browser or debug the site won't display. I just get a blank page untitled page displayed.
View 1 RepliesIs there any tool for Visual Studio 2008 which can reformat ASPX code to make it more presentable (eg insert line breaks, format the lines so they wrap when necessary, etc)?
View 5 Repliesis it possible to convert whole visual studio 2008 web site project to visual studio 2010 web site project
my current project references
i have a very annoying iis problem
iis server stops working until app pool is recycled
i am hoping that new visual studio (net framework 4.0) may solve this very annoying unsolveable problem
Anyone know if I can maintain a VS 2008 (.net 3.5) project by using the VS 2010 IDE ?
View 1 Repliesi have created a login.aspx file in visual web developer .now i want to connect the username and password details to SQL database
View 1 Repliescan Visual Studio 2008 be All-In-One tool to integrate source code continuously from team members, build, unit test?
Having used Visual Studio Team Edition 2005, unit testing each method within VS itself. I strongly believe that it is feasible to add-on tools. Example ankhsvn tool to use SVN from Visual studio [URL]
In my investigating i have come across number of tools(shown below) to use with Visual Studio 2008 professional
Development tool:- Visual Studio 2008 professional using Subversion as source control tool. Continuous Integration:- Hudson or Cruise control Build tool:- NAnt Testing:- NUnit, Selinium As Visual Studio 2008 can be used for unit testing I think NUnit is out of consideration.
In the same way i would like to have any other tools/add-ons to Visual studio to implement continuous integration, building and unit testing. This process should be automated such a way source code between team members is continuously integrated, built and unit testing is done as configured.
Objective is to use few number of tools as add-on to Visual Studio or achieve most from Visual studio itself (example unit testing). Visual Studio should be all in one tool.
I am aware that Team Foundation Server best suits my requirement, but it is out of scope due to its cost.
I downloaded Visual Studio 2008 Professional Edition via torrent.
It was working fine for months & i formatted my comp & when i tried to reinstall it is not getting installed !
It shows the following error !
and the error log file seems to be like this...
BUT.,
I'm able to use Visual Studio & i'm able to work in it....
I'm re-installing since 2 days for more than 4 times...
I have VS 2008 Professional Edition.....I want to test a function like this:
public int getIdByName(string name)
{
var item=from x in DATAB
where x.name=name
select x.id;
.
.
return idValue;
}
now I test end I have:
[TestMethod()]
public getIdByNameTest()
{
string name="Bob"
int expected = 1;
int actual;
actual = ClassGET.getIdByName(name);
Assert.AreEqual(expected, actual);
Assert.Inconclusive("Verify the correctness of this test method.");
}
The error in "test run" is:
Failed ......[Class]....... Test method threw exception: System.ArgumentException: The specified named connection is either not found in the configuration that is not for use with the EntityClient provider or thought is invalid
How can I ensure that web application converted from 2003 visual studio to 2008 visual studio
to have two files as it is when create a web file in visual studio 2008.The web application is in Chsarp. I have converted these filesfrom 2003 to 2008 but they still have three files each.
I have Visual Studio 2008 SP1 and ASP.NET MVC 2 (not the RC) installed on 2 computers, one at home and one at work which allows me to work on the same projects (via a synced dropbox account) in both locations.I've recently started with ASP.NET MVC and I've noticed that the projects I create at work won't compile at home (haven't tried it in reverse yet), citing the UrlParameter on line 22 and AreaRegistration on line 29 of the default Global.asax file as having a missing reference.I've checked the using System.Web.Mvc statement is in place and that the reference exists in the project references folder in solution explorer. I've looked in the object browser as well and I can see that my work machine shows the System.Web.Mvc.UrlParameter but my home machine doesn't.I've created a brand new Web MVC project on my home computer and the object in object browser is there, everything compiles and runs fine.
View 3 RepliesUsing VS 2010 Beta II, I am pretty sure that intellisense was working a while back when I was editing CSS files or Skins. It doesn't work now. How do I turni it back on?
View 1 RepliesI have installed the current version of nopCommerce (v1.6) on my local server using SQL server express.I have downloaded the version with source code and have installed it without problems.When I go to open any .aspx pages it opens perfectly but when you switch to design view all you can see is broken image's and databound labels. It looks as if it is not using the CSS as the layout is single coloum down the left hand side of the page. When I run the solution through the local host it appears perfectly in the web browser, but when I go back to the visual studio design page it still does not render correctly.Has this happened to anyone else? Has anyone found a solution to this?It makes it really hard to change the layout as when I am editing the CSS on my other monitor usually I can see it updating the page while I edit the CSS on the other, with nopCommerce I have to build the solution every time I want to look at the changes I have made. It also makes it nearly impossible to place new controls into the webpage without fiddling with them for an hour before they are in the right position.I have coded other websites by hand in visual studio I have been able to edit the layout without having to build the solution.
View 1 RepliesI am trying to convert guidance package of vs2008 to vs2010,
followed instructions as per this link {http://msdn.microsoft.com/en-us/library/ff697211.aspx}
and getting error as
Error 1 The "GenerateMenuResource" task failed unexpectedly....
i am downloading thr Visual Stuio 2008 Professional Version from microsoft website which is a 3.1GB software and a trial version which expired after 90 days, i want to know this trail version includes everything ?
i am confused by reading this on the VS2008 download page :
"Instructions
Visual Studio 2008 Professional Edition is a comprehensive set of tools that accelerates the process of turning the developer's vision into reality. Visual Studio 2008 Professional Edition was engineered to support development projects that target the Web (including ASP.NET AJAX), Windows Vista, Windows Server 2008, the 2007 Microsoft Office system, SQL Server 2008, and Windows Mobile devices.
This Trial Edition is fully functional but will expire after 90 days. This trial software is not supported by Customer Services and Support (CSS)"
[URL]
I'm using Visual Studio 2008 on Windows 7. When I'm editing .aspx file VS stalls and thinks for about 3 sec every time I add a tag. Very frustrating. I'm guessing its doing some kind of compilation or checking. What can I do to make VS more responsive?
View 1 RepliesI have a panel on a form with textboxes on. How can I make this invisible while editing the form in 2008express? I want to add another panel on top and be able to add stuff to it without the other getting in the way.
View 2 RepliesIf VS 2008 and VWD 2008 are both installed on the same machine, will they both use the same Projects folder to keep my projects in?If so, can I open the projects and run them interchangeably with VS2008 and VWD 2008? This is the folder that is located at " User>Documents>Visual Studio 2008>Projects
View 1 RepliesI have upgraded a Visual Studio 2005 Web Site in a 32 bit server to Visual Studio 2008 maintaining the same 2.0 framework in a 64 bit server with Windows 2008 R2 Server. The Web Site has several class libraries.
After porting to Visual Studio 2008 2.0 Framework using the Upgrade Wizard, I found that I was unable to hit a break point in the Project code behind files while I was able to in the class libraries. The bin folder has the dlls and the corresponding pdb files for the class libraries. I did start the Web site as an Administrator and made sure whole bunch of IIS7 properties are properly set.
I tried to rebuild the solution as a Web Application in Visual Studio 2008 and gave up that approach as I faced hundreds of error messages pointing to missing references and namespaces inspite of adding whole lot of references and namespaces to the Web.
Conversion from Visual Studio 2008 MVC 1 to Visual Studio 2010 MVC 2?
View 2 RepliesI need to a powerful JavaScript Intellisense for Visual Sudio 2008.
View 1 RepliesI have installed visual studio 2008 in my system.But my website is in Framework 2.0 and have a reports in it. i have opened my website in visual studio 2008 with the Framework built in 2.0. but many times when i debug it will give a version conflict error for reports as mentioned below.
"The type 'Microsoft.Reporting.WebForms.ReportViewer' exists in both 'c:WINDOWSassemblyGAC_MSILMicrosoft.ReportViewer.WebForms9.0.0.0__b03f5f7f11d50a3aMicrosoft.ReportViewer.WebForms.dll' and 'c:WINDOWSassemblyGAC_MSILMicrosoft.ReportViewer.WebForms8.0.0.0__b03f5f7f11d50a3aMicrosoft.ReportViewer.WebForms.dll"
After reinstalling Visual Web Developer 2008 express a few times I still don,t have design view just source view.
View 3 RepliesIs there any way that I can get the list of All the available shortcut key options listed from within IDE itself in Visual Studio 2008/2010? Because every time I used to bing and find on web for that.
View 5 Replies