Visual Studio :: XSLT Profiler - Finding Available Version For The Professionals
Jul 29, 2010is there a version of this available for the professional version of VS2008 ? From what I can find its targeted at the team version
View 1 Repliesis there a version of this available for the professional version of VS2008 ? From what I can find its targeted at the team version
View 1 RepliesI want to know which Silverlight Version will work with Microsoft Visual Web developer 2005 Express Edition?
Also, Where can I get that version AND Toolkit?
How to integrate that version with ASP.NET?
Are the Crystal Reports objects within Visual Studio (I'm using 2005) the full version or is it a trial version that is missing features?
View 1 RepliesThe VS2010 Online Help for config transformation appears to be incorrect.If I add something like view plaincopy to clipboardprint?
View 5 RepliesI do not see the debug xslt option in VS 2008 Express edition. We wanted to test the xsl with sample input xml files. Is it available there?
View 1 Repliesi 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]
From where can I download Bootstrapper Manifest Generator for Visual Studio 2010?
View 2 RepliesI am having an issue in VS 2010 trying to get even the default ASP.NET Web Application to run in Debug mode. I get the error:
"Unable to start program 'http://localhost:1443/Default.aspx'.
The system cannot find the file specified."
I am stumped here and cannot find anything out there with this error.
I tried to install Visual Studio Prof 2010 trail version in my system, but i got an error saying 'Please remove/uninstall Visual Studio 2010 load test controller' to proceed installation. i uninstalled my previous VS2008 software from system and i could not find anything like 'Remove/Uninstall Visual Studio 2010 load test controller' software in my Add/Remove Programs.
View 1 RepliesI need to know Is any tool available for Asp.net ?
My running website is sometimes getting too slow, So that I want to know where it happen. Also My Higher person asking Profiler report. Can anyone tell me how it looks?
Is 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 RepliesHow do I change my default version (to open applications) from VS from 1.1 to 2.0
View 1 RepliesHow do you go about changing your asp.net version from asp 2.0 to asp 3.5 ?
View 2 RepliesI am using VS 2010 Version 10.0 beta 1 -and now i am studying ASP.Net MVC framework unleashed - stephen walther....now i would like to install MVC in my VS 2010 and work with the examples in the book....
I have downloaded ASP.NET MVC 2 RC 2 and also MVC 1 from
http://www.asp.net/mvc/download/ ....i installed them alternatively trying with one another...they got installed perfectly....but i am not able to fing MVC template in the VS 2010 Beta 1...
I even tried...Web Platform Installer....but still no luck....I researched a lot in the web and here...and found this link...
http://forums.asp.net/t/1518510.aspx
it says...that i need to go back to VS 2008....but i dont really want to go back....I want to know the recent developments in this regard.
is it posssible to autoincrement version number for every checki-in with TFS 2008? How?
View 1 RepliesI have an web apps in .Net 2.0, I am planning to convert it into .Net 3.5. But when I open up the project/solution in VS 2008, it does not prompt me the conversion wizard, and I could tell from the config file that it is still in .Net 2.0.
[Code]....
When I create a new ASP.NET project in Visual Studio 2010, it creates the scripts directory, like it should, however the version of JQuery it sticks under the scripts directory is an old version of JQuery. Version 1.36 I believe. How can I update this so that Visual Studio 2010 will include the newest version of jquery? I know I can remove it and manually add it, but I don't want to have to do this everytime I create a new project.
View 1 RepliesWhich version of Visual Studio 2008 do you currently use with NHibernate? I would like to test out NHibernate at home, but I'm not sure if I want to shell out $500 plus for VS 2008 professional edition. Has anyone had any luck with NHibernate on VS 2008 standard or even one of the VS express editions?
View 4 Replieshow do i find the version of crystal report in visual studio 2005
View 2 RepliesWhenever I write a method or function in C# I have to manually type the
[Code]....
Is there any key combination I can use to avoid having to type these characters every time?
Using System.Linq; namespace does not supportted in VS2005 version 2.00.
View 1 Repliesim using web developer 2008, but i didnt found Web Site Administration Tool in menu, some 1 can tell me what is going on?
View 1 Replies I just migrated myDocuments folder to a new laptop (windows 7, 64 bit). The visual studio project WAS working on my desktop computer (windows XP pro).
Runtime error is:
ASP.NET runtime error: Could not load file or assembly 'Microsoft.ReportViewer.WebForms, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f
It references the config file, so I am looking to see if I need to add something in there or what?
Is there any application similar to CLR Profiler that I could use for my web applications?
Or maybe I can just use CLR Profiler for IIS also? But I do not know how to indicate which web application I wan observe.
I've been using a particular version of a PDF library (PdfSharp), with the dll file in the bin directory (bin/PdfSharp.dll). I use this to prepare, combine, split, and otherwise manipulate PDF files, both those that come from outside my app and those I generate using ReportViewer.
Today I saw there was a new version of the library and naively dropped the new .dll into the bin folder, replacing the old one (I rarely have need to mess with the 2 or 3 dlls in my bin folder and it's been 2 years since I set them up so I wasn't really sure how to proceed and didn't take the time to think too much about it). The PDF generation no longer worked, so I deleted the newer .dll and replaced it with the older one (I have copies in backups, the production server, etc).
Now, although I've confirmed that the dll in the bin folder is the older version (file Properties show correct older version number, file size is older file size, etc), and although the application works correctly, including those parts that call on the library, I can no longer access the data sources for my RDLC files -- when I open an RDLC file in the editor and choose Report->Data Sources, I get this error:
Could not load file or assembly 'PdfSharp, Version=1.2.1269.0, Culture=neutral, PublicKeyToken=f94615aa0424f9eb' or one of its dependencies. The system cannot find the file specified.
I am mystified: I don't understand the connection between a report's data source and this library; I know that the correct version (1.2.1269.0) is in binPdfSharp.dll; and I can find no references to any version of PdfSharp in any file in my application, other than the code that actually calls it (ie, there are no references to it in web.config or the .rdlc files or the dataset .xsd files). I've also been through the registry and find no references to the new version. I've tried deleting the dll and re-adding it using "Add Reference...", and I've tried "Update Reference", all to no avail.