0
votes
4answers
347 views
Why is Visual Studio 2008 slow with Firefox?
I am using Microsoft Visual Web Developer 2008 Express.
I've made an ASP.NET MVC site which has 6 CSS files and 6 Javascript files in the HEAD element in the Site.Master file.
When I do F5 or CTRL-F5 …
1
vote
2answers
107 views
How do I fix my C# Express pre/post build events?
I have 2 machines that have the Express version of C# on them.
On one, I can build my solution and my build events execute perfectly. On the other, no matter what is put in the event it always …
2
votes
5answers
3k views
How to add WCF templates to Visual Studio Express?
I am working through the book Learning WCF by Michele Bustamante, and trying to do it using Visual Studio C# Express 2008. The instructions say to use WCF project and item templates, which are not …
0
votes
3answers
340 views
Question How to integrate SQL Server Express with VS C# Express
I have just installed VS C# Express 2008 which includes SQL Server Express 2008. It all went ok and I can see VS C# and SQL Server in the list of installed products.
When I start VS C# it looks fine …
1
vote
7answers
459 views
Problems with Visual Studio Express installation
I just installed 'Visual C# 2008 Express Edition' and 'Visual Web Developer 2008 Express Edition' on my Vista machine. Previously I have been running these in Win XP. When launching the software, …
1
vote
3answers
147 views
Regular expression problem
I have the following regular expression in a asp.net email test box:
([a-zA-Z0-9_\-\.]+)\@((base\.co\.uk)|(base\.com)|(group\.com)|(arg\.co\.uk)|(arggroup\.com))
This regular expression only works …
0
votes
2answers
122 views
Regular expression not working after debugging
I have an ASP.NET website with a regular expression validator text box.
I have changed the expression in the regular expression validation property "validator expression" and after compiling …
0
votes
1answer
52 views
Validation are dissapearing while deployment in asp.net
I have a asp.net validation in test box when i debug and run in vs2008 web developer edition is working fine.
But when i display the code in the production server by copy pasting the code in web root …
0
votes
0answers
36 views
Validator not displaying after deployment
I have a asp.net website which having text boxes having required field validation.
when i rebuild the application and runs it i could see the validations in the website.
But after deploying the …
1
vote
2answers
175 views
Version resource in DLL not visible with right-click
I'm trying to do something which is very easy to do in the regular MSVC, but not supported easily in VC++ Express.
There is no resource editor in VC++ Express. So I added a file named version.rc into …
0
votes
2answers
69 views
How can I delete a snippet in Visual Studio C# Express?
I've added a number of snippets in Visual Studio C# Express.
Many are in the list double and I want to delete them.
When the cursor is on the FOLDER called "MySnippets" the delete button is active.
…
2
votes
5answers
225 views
What is a good/free tool to auto generate documentation for VS 2008 Express?
Hi guys,
I'm new to the wonderful world of .net development, and I'm currently using c# 3.0 and I'm wondering is there any good/free/open source tool to auto generate documentation for the project …
0
votes
1answer
289 views
Problem creating site using Microsoft Visual Web Developer Express 2008
Hi, this is a very newbie question, sorry!
I need to create an aspx website based con C# and am calling some webservices based on some DLL's I already have. Beforem purchasing Visual Studio, I …
2
votes
2answers
391 views
How to deploy VS2008 express desktop project?
hi guys,
i was wondering how could i deploy/make it into an installer for an app which is created using vs 2008 express. i know that the setup and deployment feature is only available via the full …
3
votes
2answers
265 views
Producing 64-bit builds on Windows with free software
Hi,
I have a C++ project that I've been developing in Microsoft Visual C++ 2008 Express Edition. It has come to the point that I'd like to port to 64-bit and continue development.
What is the best …
