Profile Guided Optimizations on VS2005 Std
Mon, 31 Mar 2008 02:30:10 -0000
After reading a bunch of articles saying that Profile Guided
Optimizations (PGO) is the greatest thing since sliced bread, or at
least Link Time Code Generation for improving app speed, I decided to
give it a try. I have a VS2005 .sln with a bunch of helper DLLs, a
bunch of projects that build .libs, and one exe ...
|
connect to remote sql server in business Intelligence Development
Sun, 30 Mar 2008 10:52:00 -0700
Hi all,
I can add a remote server connection in SQL Management Studio. But it seems
that I cannot successfully add a remote server connection to SQL server
in Business Intelligence Development Studio on my local computer.
In Intelligence Studio, in server explorer I click server -->add server and
t ...
|
VS2008 and Windows SDK/DDK confusion
Sun, 30 Mar 2008 17:30:56 +0100
Hi,
Prior to installing VS2008, I used to have VS2005, the latest Vista SDK
and the Vista DDK. In Feb 08 I removed VS2005 and installed VS2008.
The confusion now, is that VS2008 appears to have headers from the Win
SDK and also the Win DDK, so I've ended up with very confusing "near
duplicates" of header ...
|
Properties windows is resized with no prompt
Sat, 29 Mar 2008 06:33:16 -0700 (PDT)
Hi,
Having VS 2005(using VB 2005) with .NET 2.0 (no SP), everytime i open
my project, i have to resize properties window to fit with solution
explorer. Is it by design or how can i fix it?
Note: Also i have to resize help area that displays definitions of
properties such as Image of Picturebox control. It's a ...
|
TabControl and adding dynamic controls
Thu, 27 Mar 2008 20:05:00 -0700
I have an existing VB6 program that has 8 tabs with lots of labels, chkboxes,
pic boxes hardcoded onto larger picture boxes such that I can scroll.
Everything is mostly hardcoded.
I'm redoing it from scratch in VB.Net and I have my TabControl and I read in
the details that tell me how many tabs, and how ma ...
|
VS2005 ASP.NET - run/debug results in HTTP 403 Forbidden error
Thu, 27 Mar 2008 08:51:00 -0700
A developer copied an ASP.NET solution from another developer's box. It
builds clean, but when he does a Run/debug in VS2005, it displays the "You
are not authorized to view this page" - HTTP Error 403 - Forbidden, page.
Other ASP.NET solutions on his box build and run fine.
Why wouldn't he be able to view ...
|
xml and VB2005
Thu, 27 Mar 2008 10:31:15 -0300
Hi everyone!
How can I generate the following xml code from vb2005?
<item>
<title>Sunshine up Ahead</title>
<media:credit role='author'>Peter Jones</media:credit>
<media:content
url="http://www.jeroenwijering.com/upload/peterjones_sunshine_lofi.mp3"
type="audio/mpeg"/>
</item>
I use XmlDocume ...
|
|
|
Dataset Expression column failing to find the relation
Thu, 27 Mar 2008 09:03:50 -0000
Hi !
Been having this problem in VS2005, and now just updated to VS2008 with same
result (at least when targeting .NET 2.0 in the compile).
Environment: Vista Ultimate, SQL 2005 Express and either VS2005 Pro SP1 or
VS2008 Standard.
Steps to reproduce: Create 2 tables in the dataset, ParentTable and
Ch ...
|
Create shortcut keys for controls
Wed, 26 Mar 2008 09:32:07 -0700
Hello -
How do you create shortcut keys for controls in Visual Studio 2008? I
always just used the ampersand sign before the letter I desired in Visual
Studio 6.
I tried doing that in 2008 and when I run the form, the underline does not
appear.
Any help will be greatly appreciated!
--
Sheldon ...
|
VS2008 Security Warning on creating projects/solutions.
Tue, 25 Mar 2008 23:30:32 GMT
Each time I create or open many projects I get a security warning from
VS2008 Team Ed:
"Security Warning for {Project Name}"
The dialog gives me the option of loading the solution for browsing only, or
loading it normally. In the "more information" dialog, it says...
"An item referring to the file "" wa ...
|