0
votes
3answers
25 views
Visual Studio 2008 Class Designer - associations
We are attempting to use VS2008 Class Designer for a UML-like class diagram. However, when we create an "association" link between two classes, VS2008 is adding lines to our code! We do not want …
1
vote
2answers
28 views
Running an application from an USB device…
I'm working on a proof-of-concept application, containing a WCF service with console host and client, both on a single USB device. On the same device I will also have the client application which will …
0
votes
1answer
76 views
the element ‘transport’ cannot contain child element ‘extendedProtectionPolicy’ because the parent element’s content model is empty
I inherited a web application that makes calls to a web service. It is being developed in VS2008 SP1 and deployed to IIS6 (2k3 Server R2).
Since I upgraded to Windows 7 Enterprise RTM, the following …
0
votes
1answer
20 views
Ankhsvn “Failed to authorize”
I am trying to set up Ankhsvn 2.1.7444.278 with Subversion 1.5.0 on both VS08 and VS2010.B2.
When supplying Ankhsvn with repository url, it recognises the url and allow me to select my repository. …
1
vote
4answers
45 views
starting 64 Bit Windows Application Development
I intend to start writing a 64 Bit Scientific Computing Application (signal processing) for Windows using Microsoft Visual Studio 2008.
What should I have ready as far as a development platform is …
0
votes
2answers
31 views
JavaScript not Running on VS2008 Development Server a.k.a (cassini)
I am trying to run a simple ASP.Net Web Application/Site on Vista Box. Unable to run any JavaScript when I hit F5. However when I deploy the same to local IIS and call the application using IE8 this …
0
votes
1answer
11 views
Running Azure application on a local development environment got extreamly slow
Hi!
Problem:
I have a Azure project.
The problem is that when I run the application it takes like 10-15 minutes to actually open the page in browser. The page & debugging works normaly.
Project:
…
0
votes
1answer
28 views
Visual Studio Addin for VS2008
I was looking at one of the webcasts and found that class name had a small class diagram image beside it and all methods had lines, and all if or for loops had highligted lines so it makes them very …
0
votes
0answers
10 views
open a WCF in express editions
I have created a WCF project in VS2008, pro edition. Trying to open the same on a test machine that has VS express editions and error i get is
'the project type is not supported by this installation'
…
0
votes
4answers
63 views
.Net multitargeting gone wrong?
Hi,
I have a small dummy project in VS 2008, contains only the following code file
using System;
namespace FrameworkTest
{
internal static class MessageQueueNative
{
struct …
1
vote
1answer
246 views
Installating VS2008 SP1 - bug
I've been trying to install SP1 VS2008 and I get this error......
vs90sp1\VC_IA64Runtime.exe - Exe installer's log file/hint (%temp%\dd_VC_IA64Runtime*.txt|%temp%..\dd_VC_IA64Runtime*.txt) does not …
0
votes
3answers
153 views
building QT (2009.04) with VS2008 (on XP)
Has anyone managed to build the latest QT (2009.04) with VS2008?.
I am having problems building QT
I configured QT by running this command:
C:\Qt\2009.04\qt>configure -no-sql-sqlite -no-qt3support …
0
votes
1answer
31 views
ATL Combobox-based control
I'm trying to create a simple ATL control based on a ComboBox under VS2008. So, I create a new ATL Project using the ATL Project Wizard, then add an ATL Control to the project using the ATL Control …
0
votes
1answer
24 views
Adding resources to solution explorer in experimental hive
Hi,
I'm currently working on a project using DSL tools in Visual Studio 2008.
Is there a way to automatically add a resource into the solution explorer of the experimental hive at runtime? I'm …
0
votes
1answer
37 views
C#: Integer value being returned as hexadecimal in VS 2008
I have a c# code snippets where i am creating a list of my custom class objects.When i am taking the count of that,its showing me a hexadecimal value in the quickwatch window.
But if i type …
