VS2005 Beta 2: No MSDN Help Files?
Help launches but there is no content and no linking to content using F1. Besides the web, is there MSDN help for VS2005? The latest at MSDN subscriptions seems to be April 2005 which is for VS20 | | 3 | 65 | 8/27/2005 11:55:27 PM |
Microsoft Application Center Test for 2005?
Is there going to be a new version of Microsoft Application Center Test for 2005? Will the one that comes with 2003 work with ASP.NET 2.0?
Thanks in Advance | | 0 | 78 | 8/26/2005 4:26:24 PM |
How to generate a typed DataSet from an existing file in v2.0 not using the xsd.exe tool?
//xml file with a simple one table structure and either inline schema or separate xsd file.
Loading it into a dataset is easy in code. I still cannot figure | | 0 | 41 | 8/26/2005 12:09:01 AM |
Problems with Sitemap controller
How can we use the same url in sitemap. I have a default page which is also
called as basic search and how can I reuse the same url but with different
name....
Currently I a | | 0 | 48 | 8/25/2005 8:48:05 PM |
Noticed something odd
Hi,
Just created my first nested master page and noticed that I'm no longer able to use the design vie | | 0 | 19 | 8/25/2005 4:10:39 PM |
what does ASP.Net 2.0 use instead of WWWRoot?
reason i ask is, we used a 3rd Party combo box in 2003 and for it to work we needed a folder that contained javascripts. this folder either sat in the wwwroot folder or the applicati | | 3 | 26 | 8/25/2005 9:00:35 AM |
What my server need?
Hello
I use vb 2005 beta2 in my personal computer.
I have a server at school with a win 2000 pro. What software i need in my server (netframework version etc..) for running m | | 9 | 19 | 8/24/2005 5:41:45 PM |
Javascript Intellisense in ASP.Net
Hey there...
I've been trying to access the DOM with client side JavaScript in the .NET 2005 IDE...and it's not working.
Any suggestion on how I can fix th | | 2 | 22 | 8/24/2005 3:11:03 PM |
Beta 2 SLOW SLOW SLOW
If I attempt to go into the debugger, without first bringing up the website without it, 90% of the time it will hang. Performance has gotten slower and slower as we have increased the | | 5 | 25 | 8/24/2005 10:21:22 AM |
Associating ASPX Editor with non-ASPX files
I have a couple of projects where we use custom file extensions that map to the ASPX page handler. The pages run fine, but I can't seem to get them configured in VS.NET to edit as ASPX forms in VS.N | | 1 | 52 | 8/23/2005 10:50:54 PM |
Where is asp.xsd file in Visual Studio 2005 Beta2?
I've been trying to find asp xml schema file in VS2005 but I cannot
find it. It is not under "C:\Program Files\Microsoft Visual Studio
8\Common7\Packages\schemas\xml" or "C:\Program Files\Microsof | | 3 | 38 | 8/23/2005 9:10:42 PM |
deployment using Visual Studio .NET 2005 Beta 2
Hi everybody,
Does anyone out there know if deployment of a webpage to a remote server is possible using Visual Studio .NET 2005 Beta 2 ?
The configuration manager does not even h | | 1 | 23 | 8/23/2005 10:36:37 AM |
style builder dialog box
What happened to the style builder dialog box? I used to type style= and the little build style tag would appear and off I go to the style builder dialog box. It was the bomb. I loved it. I sure | | 2 | 48 | 8/22/2005 3:40:47 PM |
'no links are available for the current selection' error - help not working
I am using VS 2005 beta 2 on Windows Server 2003, 2G of memory, plenty of disk space.
My context sensitive help seems to be broken. I get the above error message in the Dynamic Help win | | 0 | 81 | 8/22/2005 2:54:56 PM |
VB 2005 Express: How to change the right pane when a button is clicked in the left pane?
I am using a SplitContainer in a Windows Form in VB 2005 Express.
I want to change the content of the right pane when I click on one of
the buttons in the left pane. The content in the | | 2 | 91 | 8/22/2005 11:55:25 AM |
cse.exe instead of al.exe for multi-file assemblies and linked resources?
Grant argues at MSDN
that it is better to use cse.exe instead of al.exe for multi-file
assemblies and link | | 0 | 48 | 8/22/2005 8:15:18 AM |
VC++ 2005 Express edition: Show in textbox on button click
I can show Hello World in a MessageBox with this code:
private: System::Void button1_Click(System::Object^ sender,
System::EventArgs^ e) {MessageBox::Show("Hello, World!");
}
| | 1 | 42 | 8/21/2005 9:15:01 PM |
How to save a formatted XML string to file?
What is the v2.0 way of doing this:
XmlDocument doc = new | | 4 | 88 | 8/20/2005 4:26:50 PM |
Syntax error
Hi All,
I have a webpage (with code in single file) as follows:
<script runat="server">
protected void CancelButton_OnClicked(object sender, event e) { &n | | 3 | 33 | 8/19/2005 10:58:53 PM |
report you requested requires further info
Hi there,
I have an application built using visual studio 2005. there are crystal reports in this application. I built the websetup project and used the merge module embedded reporting.msm an | | 0 | 156 | 8/19/2005 1:48:07 PM |
Installer of a portal?
Hello, Supponse I made an application that uses webparts. This application is for selling to other companies, how should I make an installer?
Should I install the aspnetdb and the appli | | 0 | 83 | 8/18/2005 6:16:54 PM |
<%@ PreviousPageType %> problem
I want to pass values between web pages. My problem is: When I put <%@ PreviousPageType VirtualPath="SourcePage.aspx" %> at the beginning of target file. I got an erro | | 7 | 188 | 8/18/2005 5:45:31 PM |
Visual Studio 2005 beta 2 and custom control library
Hello,
I'm having trouble getting the Visual Studio 2005 editor to get an update in a control library. I added a new custom control, and it won't recognize it automatically in the toolb | | 0 | 26 | 8/18/2005 5:10:41 PM |
Namespaces
What happened to the namespaces in the net IDE? Whenever I create a new page in the new vs.net 2005 IDE there aren't any namespaces in the code behinds of the pages.Is this because of the new partia | | 3 | 29 | 8/17/2005 9:21:53 PM |
AutoPostBack TextBox cause an error in Mozilla in ASP.NET 2.0
Hi, Can someone help me with this ? When I add AutoPostBack="True" to a TextBox in ASP.NET 2.0 Beta 2, this line of code is generated and added to the control : | | 4 | 53 | 8/17/2005 8:48:33 PM |
Change ide enviroment in VS 2005
After the instalation of vs 2005, the first time when i run vs 2005 i have to select the enviroment windows application, web,etc
If i select one ...how i can change before
Somebody hel | | 1 | 26 | 8/17/2005 5:26:05 PM |
Should I buy Visual Studio 2005 or Get Visual Web Developer Express
I currently use Visual Studio 2003 and don't see how I can ever do without it. I am a web developer who uses exclusevely C# in development. At times, I will develop controls in C# for my websites fo | | 1 | 21 | 8/17/2005 5:24:23 PM |
Reference issues/App_Code
Hello all,
I've created (in the app_code folder) a class called common.vb. At the top of the file, before the public class common line, i created a public str | | 1 | 88 | 8/17/2005 3:57:07 PM |
Is the Publish Web utility available in VS 2005 standard edition?
Is the Publish Web utility available in VS 2005 standard edition? If so, it can compile my Web site into a set of executable files.
| | 1 | 36 | 8/17/2005 3:14:18 PM |
Configure WSE in VS2005
I can't enable WSE 2.0 for VS2005 project, I need to have access to the "wse" webthods, How can I do that?
| | 0 | 157 | 8/16/2005 9:26:01 PM |
Sample project with Business layer and Data Layer
Is there a sample project out there that shows how to create N-tiered (business logic layer and data access logic layer) web app that uses stored procedures in VS 2005? | | 1 | 76 | 8/16/2005 8:22:24 PM |
When is August CTP going to be available?
Saw on this blog today that someone has downloaded it.... any ideas when it'll be ready for gettin' on MSDN ?
I'm | | 0 | 22 | 8/16/2005 2:50:28 PM |
Normal Compilation Model
I trying to understand the meaning of the statement in article | 2 | 34 | 8/16/2005 5:06:16 AM |
VS2005 Beta2 Precompilation
Hi
Can someone explain me the sense of the precompilations model in Visual Studio 2005?? What is the advantage to compile each Web Form separately (and | | 15 | 59 | 8/15/2005 7:30:52 PM |
Working with DataSets and DataRows in VS 2005
Can you access DataSets and DataRows through the SqlDataSource control or is it more efficient to access them in the "codebehind"? | | 0 | 60 | 8/15/2005 1:29:41 PM |
Copy Assembly to Bin automatically creates a reference
In one of my ASP.NET apps using VS2003, I have a DAL factory class that uses Assembly.Load(<dbSpecificAssemblyNameHere>) to return the concrete implementation that adheres to an interface in a | | 7 | 78 | 8/14/2005 11:51:35 PM |
Conditional Compilation for a web site in VS 2005?
I cannot find a way to access the area where I can specify DEBUG and
TRACE symbols in VS 2005 for a web site project. Does anyone know where
this is now?
Thanks
| | 0 | 46 | 8/14/2005 10:54:41 PM |
Designer Window HTML Row Heights Not Correct
When I look at the designer, I'm noticing that it does not size my table row heights correctly. It seems to always have a minimum default height of about 10 pixels per row no matter wh | | 3 | 65 | 8/14/2005 10:35:29 PM |
cannot create user with web site administration tool
Hello,
Last week I got my Visual Studio 2005 Beta 2 Experience Kit. Installation went fine, but when I made a new Personal Web Site Project, I wasn't able to create a user with the web si | | 8 | 49 | 8/14/2005 1:55:37 PM |
Visual Studio .Net 2005 Professional July CTP won't start-up!
I'm an MSDN subscriber and I've (finally) decided to have a play with
the .Net 2005 beta. I've downloaded the July CTP and it installed
without any problems. However, when I attempt to run VS.Net | | 12 | 33 | 8/13/2005 11:50:43 PM |
Events of page and user control?
Hi,
probably something very beginner like but I just wanted to know why or why not.
When I used vs.net 2003 I could select in the property pane the yellow lightning icon and see the av | | 8 | 55 | 8/12/2005 9:00:34 PM |
Changes to specific file doesn't show when debug
When I am developing and making changes to specific code, (scriptfile and a css-file in a theme in a webproject ), it doesn't show when I debug, the app must be using a cache(temporary files) | | 0 | 57 | 8/12/2005 8:24:27 AM |
Popup window handling in VS2005
Hi All,
Popup window handling (ie. a button popup another page for user selection, then return the selected value to the parent page) is always a trouble in VS2003. I | | 2 | 31 | 8/12/2005 7:46:52 AM |
Do you use the designer?
I'm asking a stupid question without doing much research... but I was wondering if most people use the designers in VS or hand-code their ASP.NET v2.0 sites?
tanks,< | | 5 | 29 | 8/12/2005 5:27:30 AM |
Project Conversion Question
I have a project that needs to continue to be developed for 1.1. I have not installed Visual Studio 2005 BETA 2 yet. May I copy the project I am using to another folder under a new virtual | | 1 | 27 | 8/12/2005 3:21:13 AM |
CTP July: Eat up all my CPU!
It's always 90~100% CPU utilization. I got a P4M 1.6G CPU and 1GB memory on my laptop. And it works fine with CTP June. http://www.bizsharp.com | | 2 | 40 | 8/10/2005 11:24:52 PM |
July CTP and VSS 6.0 Database problem
Our dev team all just uninstalled the first Beta 2 release and installed July CTP....
now we are getting this error trying to connect to the Source Safe 6.0d database
| 3 | 43 | 8/10/2005 7:39:30 PM |
How can I permanantly exclude items from source control?
I've got a web project that references several dlls. When I build
it, it copies the dlls to the 'bin' directory. I have a config
file in there that I'd like under source control. | | 3 | 31 | 8/10/2005 4:15:37 PM |
Password policy in Visual Studio 2005
Hello Everyone !!
Can someone please explain to me WHERE and HOW to DISABLE STONG PASSWORD POLICY in the Asp.Net V2.0 (Visual Studio 2005). I mean now the password must look something like th | | 6 | 58 | 8/10/2005 3:06:36 PM |
Create Table Scripts of ASPNETDB.MDF
Hi,
Can someone tell me please how can i view the create table scripts of ASPNETDB.MDF in VS 2005 are by any other means. I want to basically create a mirror database on the web server.
| | 4 | 54 | 8/10/2005 1:08:46 PM |