Neill.H's Q&A profile
Visual Studio Can't run project (DSL November)
I removed DSL Tools (September), SDK, Studio b2 (hope did it correct), installed released Studio, SDK October, DSL Tools Novemeber. After creating a new DSL project (Minimal Language) have a message: "Unable to read the project file .... Class not registered. Looking for object with CLSID {....}". If do "Start debugging" the message is: "Constructor on type Microsoft.Build.Buildengine.Utilities not found". What's wrong For the fi ...Show All
Visual Studio 2008 (Pre-release) Programmatically access system dpi?
How can I determine the system dpi I was expecting to see something in SystemParameters. So did I. But if you have a visual which is attached to the screen in some way, you can get the resolution of the screen by calling this function: static public Point GetResolution(Visual visual) { Point dpi = new Point(120, 120); PresentationSource source = PresentationSource.FromVisual(visual); i ...Show All
Visual Studio 2008 (Pre-release) WinFX + WinFX SDK on Windows XP pro SP2 & .Net Framework 2.0
Guys Is it possible to have WinFX/WinFX SDK installed as part of the newly released .net Framework 2.0 (not beta) as when i try to install this as part of the new 2.0 FW it wont allow me and only works with the beta version Or is there a way for me to download an older version of WinFX to install it on Longhorn as im no longer a subscriber to MSDN so cant pick this up but have been told this was made publicly available Thanks ...Show All
Visual Studio Error after deployment
I have a asp.net project. it is ok when in desgined time, but if I deploy it to a deployment project, it is ok for general web form, but if fail with loocal report: An error occurred during local report processing. The definition of the report 'Main Report' is invalid. The report definition is not valid. Details: Data at the root level is invalid. Line 1, position 1. I must copy all the .rdl file to the deployment folder. But I think it is ...Show All
Visual Studio Team System VS2005 RTM Team Suite Setup Starts When Outlook Starts
I have installed VS2005 Team Suite and the TFS Client Beta 3 Refresh. This system has never had any previous betas. Now when I launch outlook 7 times out of 10 Team Suite setup starts! Any ideas why How to fix it Thanks, Chris Did I post my question in the wrong place I have now uninstalled VSTS and all .NET 2.0 stuff. This gets rid of the problem. I then re-installed Team Suite and now the problem is back! ...Show All
Visual Studio Using an object as input to the CR Designer and runtime
I just succeeded in getting my first CR .rpt file built with the ADO.Net Dataset designer resulting in a nice tabular report at runtime (passing an ADO.Net dataset, rendering it as a PDF report, etc). Now I need to find out how to fill out the Report Header and Page Header sections. At runtime, most all of the information I need for these sections is available to me in the Request.Form object. Are there any good examples of how to mod ...Show All
Visual Basic SQL Exception Error
An Error occured whiled establishing a Connection to the server. When connecting to SQL Server 2005, this failure maybe caused by the fact SQL server does not allow remote connections. Ok i went to the manager and eneabled all the protocols wtf is going on. If the sql server is on the same machine you do not need to enable remote connections. With vb 2005 use . instead of (local). Also posting your code without any passwords an ...Show All
Windows Forms Serial number in VS 2005 Setup Project
How do i generate the serial number that is needed, when you want to install an application made in VS 2005 as a Setup project and add a customer information dialog to it I was looking for a propperty value to set, but all i can find is a propperty named SerialNumberTemplate.... Thank you in advance. SerialNumberTemplate is correct.. check out this topic: http://msdn2.microsoft.com/en-us/library/w3xwh311.aspx The trick is to ch ...Show All
SQL Server schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportservices
Hi, I'm trying to create a report using xml. I have followed the example in SQL 2005's tutorial and got an error message saying unable to execute url. I have checked url and its works fine in my browser. I thought it might have be the schema and tried to find the above on microsoft's site but to no avail. I just wondered if anyone has any ideas how I can solve this Hello, Try this.. ...Show All
Visual Studio Team System Confused about licensing
I am finding the licensing scenario's for VSTS a little confusing. Here is the scenario I am trying to figure out: I have 15 .NET developers with MSDN Universal subscriptions and plan on adding 10 more over the next year. I would like at least one Team Suite and the remainder can upgrade to one of the appropriate versions (mostly developer or tester). So... What will the total cost be for developers and server over the next year Will the M ...Show All
Visual C++ Problem with LoaderLock in C++/C# application in release build of VS Standard
Application Description We have a mixed application written predominately in C#, with some legacy dialog MFC stuff written in C++. We have been developing this through the VS beta's to the point where the application runs and correctly works with the C++ code integrated in with the C# code, paying regard correctly (as far as we are aware) to all the issues with Managed/Unmanaged code, and such things as DLLMain. Problem Now we have recompile ...Show All
SQL Server Error attempting to import from Excel
Here is the error: TITLE: SQL Server Import and Export Wizard ------------------------------ An error occurred which the SQL Server Integration Services Wizard was not prepared to handle. ------------------------------ ADDITIONAL INFORMATION: Exception has been thrown by the target of an invocation. (mscorlib) ------------------------------ The connection type "EXCEL" specified for connection manager "{55E5636D-F ...Show All
Smart Device Development wse3 runtime
There is also a runtime available from wse3. Means this that everywhere you want to deploy your application, this has to be installed Also on the compact framework ty I'm not quite sure what exactly you’re asking and what do you mean by "wse3". Please clarify. ...Show All
.NET Development Can framework 2.0 be used with VS 2003?
A very simple question, but I can find nothing on microsoft's site about this. I just want to install the .net framework and use it with my VS 2003 IDE. It is not possible as VS2003 is hotwired to build against 1.0 and 1.1. Also, due to the many new language features, you would be getting a lot of intellisence errors, ...Show All
Visual Studio Team System Error 28704.Unable to connect to the Analysis server.
I just can't figure this one out - two tier installation where I have followed the setup manual to the letter (i think). Analysis service is in fact running, I can even connect to it from a mgmt studio installed on the application tier. I tried watching the network traffic to see where it might be getting confused, but the servers were talking via soap, and then encrytped the conversation so I couldn't diagnose anything in particular. I would gu ...Show All
