Brett W's Q&A profile
Visual Studio VS 2005 Final - Installation problems - LoadSetupObjectGuid() : vs_setup.dll
Hi, Can't install VS2005, released version on my WinXP Prof (Swedish), laptop. Started with a clean ghosted mashine yesterday with no beta or any other old stuff. Installad XP_SP2, WindowsInstaller 3.1. Run the installation (VS/setup.exe), 65 files are copied to the temp folder, the installation wizard starts and "Setup is loading installation components" and the progress bar stops after approx 40% I check the temp folder and in the dd_vserror80 ...Show All
Visual C# Reflection
Hi, Can someone provice me a code snippet on the following: Using Reflection to instantiate an object with a constructor taking one or more parameters Thanks The following instantiates a class (type) who's constructor takes a single int parameter. object [] paramItems = new object [] { 1 }; object o = type.InvokeMember( null , BindingFlags .DeclaredOnly | BindingFlags .Public | BindingFl ...Show All
SQL Server Variables Disabled in IDE?
Environment: Visual Studio V8.0.50727.42 (RTM.050727-4200) Installed Products: Visual Studio Team Explorer V8.0.50727.127 The Variables are not available to the IDE. I cannot 1) Open the Variables Window (View > Other Windows > Variables), 2) Add or Edit Variables (SSIS > Variables). I am preparing to re-install Visual Studio. Has anyone else seen this behavior Is it a "feature" of some sort Before reinstalling, t ...Show All
Visual Studio What are the QI IID's of VCCodeModel and VCCodeFunction??
I'm exploring an unmanaged C++ project and need some functionality which is only available through VCCodeModel and VCCodeFunction. According to the website below, I need to get a QI pointer to a VCCodeModel from a CodeClass but I can't find any info on the IID's for VCCodeModel and VCCodeFunction. All the examples in msdn are for CLR-based languages; I'm writing unmanaged C++. The examples import Microsoft.VisualStudio.VCCodeModel. I assume ther ...Show All
Visual Basic Compile Error B30392
Hi, I have posted this on a number of sites (DNN sites, other VB sites, Wrox, etc.). On an IIS site it was suggested that this problem has to be related to the VB build process, i.e. that VB is the central culprit. So I am posting it here. If you think there is a better site please so indicate. The following is long so please bear with me. I recently installed VS 2005 and DotNetNuke 4.02 (the ASP.NET 2.0 version). I got a very perplexing ...Show All
SQL Server Report Server Web Site Shows File Not Found
Hi - I have installed VS2005 and SQL Server 2005, with all reporting services features turned on. When I look at IIS i see applications for ReportingServer and Reports. But i cannot seem to browse or run any reports. From SQL Server management Studio, from IIS, from browser all give same results - page not found. Did I miss a configuration Who needs permissions to what I created the report in VS2005 and deployed it but i cannot see it i ...Show All
Game Technologies: DirectX, XNA, XACT, etc. vertices in Direct X
Hi I can`t really understand how can i make a 3d cube with vertices and c# .. can anyone show it i so examples are Welcomed!!! lol i checked that beforfe posting here man.. i only showes already made .. and i know how to make simple forms like triangle i was looing for a 3d cube so... ...Show All
.NET Development System.Net.Mail: Method Clear() of MailAddressCollection leaves 1 element unremoved
Visual Studio 2005 Version 8.0.50727.42 The task is to send an email to every recepient that is contained in a DataTable. After MailAddressCollection.Clear() MailAddressCollection.Count changes to zero, but the next message sent still contains the first MailAddress added to the MailAddressCollection. This can be seen only if there will be no new MailAddress added to the MailAddressCollection - see below if column "EmailCC" is empty. ...Show All
Visual Basic Reading a "text" File
Im trying a read a "text" file that is a storage file for a proprietory software package. I can open the file up in notepad and read it all fine, all the data is there and visible in a plain text format, and i can also import the file into excel or basically anything else.. My problem is that when i attempt to read the file into a VB 2005 richtextbox, or textbox it won't read the whole file. (doesn't matter if i use read, rea ...Show All
Visual C# permutation and combination
there is a : ArrayList arr=new ArrayList(); arr.Add("AB"); arr.Add("ABD"); arr.Add("ABDD"); . . &nb ...Show All
Windows Forms Tips & Tricks in Whidbey - New Whidbey Enhancements
The new version of Microsoft Visual Studio code-named "Whidbey", will be released soon. Some of the advantages for C# developers are 1. Innovative language constructs 2. New compiler features 3. Dramatically enhanced developer productivity 4. An improved ...Show All
SQL Server FTP Taks Fail
Hi, sorry again, l've a package which call the FTP tasks. In design-time, it works fine. While l put it into SQLAgent to run in schedule. It fails. The package log file said, OnError,MAXIS-SYSOPT,NT AUTHORITY\SYSTEM,FTP Raw File Motorola,{b3b941f5-ebc2-4b38-b314-87ff4827c2a8},{E93D51C5-539E-4CEE-B616-BBCFF9FA813E},4/18/2006 3:18:23 PM,4/18/2006 3:18:23 PM,-1073573489,0x,Unable to connect to FTP server using "Metrica FTP". Does anyone ...Show All
SQL Server Newbie question: How to move a package from BIDS to SQL Server 2005
HI, I have problems with executing packages in the SQL Server 2005 and before I go into the details I would like to check, if my workflow is correct. Can someone explain me the best way to move a package from BIDS to a SQL Server I would like to store the packages in the SQL Server. In addition if I login to Integration Services with SQL Server Management Studio I can see in the folder "stored packages" my package but I canno ...Show All
SQL Server "Too low memory" and XML in cache
Hi, I've read that the parser can use 1/8th of the available memory for the xml-cache, but I've run into this limit much sooner than I'd expect. I'm not using "sp_xml_preparedocument", but rather operating on columns with XML as datatype. This means I don't have the handle to the document and can't use "sp_xml_removedocument" to free the memory. It's a simple application written in C#, so should it be sufficient to & ...Show All
Visual Studio Tools | Options pages and VSIP package
Is it possible to create a new Tools | Options page without an addin I've got a VSIP package (project system & language service), and I want a place to put some global options. However, all I find in the docs is how to create one from an addin. I'd rather not do that if I don't have to. Sure. See http://blogs.msdn.com/jim_glass/archive/2005/2/14.aspx for a pre-release topic that talks about just that. ...Show All
