Answer Questions
redarko Visual Studio 2005 Beta 2 Uninstall error.
I am receiving the following message when I try to uninstall VS 2005 Beta 2 Setup is unable to determine a valid ordering for the installation. See the error log for further details. Has anyone else received this message And where is the error log located that is supposed to contain "further details". Thanks. Koen, It doesn't get any better. Once you finally think you have all of the "old" ...Show All
JCatDK VSS 2005 RTM setup failes on Win2k
Attempting to install on Win 2k Pro and recieving error "Setup.exe - Entry Point Not Found" This is a fresh OS install and only Office XP and SQL Client tools have been installed. All windows updates have been installed including .net 2.0 and 1.1 with all subsequent updates. I cannot find anything on this error at all. It installs on another Win2k computer here in the office, but not mine. Any thoughts on a solution The crazi ...Show All
JohnInTampa The "ResolveAssemblyReference" task failed unexpectedly
Hello, I have the exception hereafter while building (or rebuilding) my application. How can I know which directory he's talking about I tried to remove all bin and obj directories to make a "clean" build, but it does not help. Sebastien Error 1 The "ResolveAssemblyReference" task failed unexpectedly. System.IO.IOException: The file or directory is corrupted and unreadable. at System.IO.__Error.WinIOError(Int32 e ...Show All
ChrisKoenig Compartiment with multiple classes to be added
Is there a way to add two or more attributes from diferent classes in the same compartment Thanks Luiz, It works (good enough to me)! This is what I did. Create a "abstract" class in your model and relate that to your 'Entity class' Then derive classes from the abstract class. In the designer define the connector for the relation above and bind that to your listAppartment. Presto, it works! Regards, Jacques ...Show All
bernardus About connecting to Oracle
Hi, I want to know if there is a limit for the length of 'strSQLCommand' for the below statement. objADORecordSet.Open strSQLCommand, objADOConnection, adOpenStatic as I've got a problem with the long query I created, inside the macro of the Excel file, for retrieving the records from Oracle DB. Here are the codes for the query: strSQLCommand = "Select rtrim(vessel)||', '||rtrim(voyage)||leg ves_fld, " &a ...Show All
VFaul Using the Plaform SDK with Visual Studio.Net 2003
I wish to use the "Windows Server 2003 SP1 Platform SDK" with Visual Studio.Net 2003 This is because the DirectShow software has been moved from the DirectX SDK to the Platform SDK (and I wish to use the latest 'august 2005' version of the DirectX SDK and also DirectShow, so I need both SDKs installed) My problem is that having registered the Platform SDK's directories with Visual Studio, a re-compile of my previously working c++ code now gener ...Show All
teh squirrel Installing VS 2005 through vs_setup.msi
Hi when I try to install VS 2005 throgh vs_setup.msi "Please run setup.exe for installation" Is there any way of installing this through vs_setup.msi. One more query we want to cutomise this setup by removing the some features(SQL Server Express edition) from the msi. It will be great some one help me out in this issue since this is very urgent. Waiting for favorable reply. I replied on a separate thread. If you just install th ...Show All
scompa drag drop into document object
grettings, Just started to play around with vsto 2005, from what i can see, it isn't possible, but it can't hurt to ask.. I want to drag information from the action task pane into my word document.. Is there any events exposed in the word doc that would allow me to do this thanks mj Actually you can drag and drop information from the Actions Pane into the Microsoft Word document. In a sample project I created an Actions Pane which ...Show All
airin SQL server 2005 supporting .net V2.0.5x
Which version of SQL server Express edition supporting .net framework v2.0.5 Please reply soon There have been several releases of SQL Server Express by Visual Studio and by SQL Server through Betas and Customer Technology Previews. The version of SQL Express must match the version of the Framework that shipped with it. There isn't one specific build that matches all framework builds. ...Show All
petersonmd Sparkle panels UI
Anyone know if the main user interface controls in Sparkle will be available as a sample or as controls The UI would be great for a test app I'm working on and I don't want to reinvent the wheel if major parts of it will be available. Unni, I have converted your sample to VB and have used a lot of the concepts in my own work. The sample was very useful as it used functions and objects I did not know e ...Show All
Bendoke How can I set or simulate a RowSpan for my images in a table?
I want to span my image across multiple rows in a table. Cannot get it to work, and cannot find any properties to accomplish this. Any suggestions Thanks in advance Here is a suggestion: for the overall layout, you could use a list and put a table inside to control the text layout. The image would go directly into the list. In order to center the image within a certain vertical space, you could apply the approach discussed in ...Show All
Alan Cameron Wills How do you reference to an assembly to a project programmatically?
I have a Project, and I want to add a reference to an assembly to the Assembly "References" folder - say "System.Xml". How do you do this The IDE seems to assume that you will be using the provided GUI (i.e.; Add Reference) dialogs to do this, but I want to do it programmatically. Any body have any ideas Thanks, Rod Hi Rod, try this.AddReference(...) in your project file. Thanks K ...Show All
JasonChris Debugging in VB.NET
My application is in VB.NET (upgraded from vb6.0 to VS 2003) and interacts with the data access layer to access database. I have put breakpoints in the application for debugging. One of the breakpoints is on 'Public Sub Main()' of the application which is the entry point for the application. When the application reaches this breakpoint, it displays an error message found in a method 'GetValue' in data access layer though t ...Show All
sptma Can't Edit and Continue
I'd like to figure out why I can't use Edit and Continue on my box. I've tried this with a trivial C# Console app that consists of the following: namespace EditAndContinueTest { class Program { static void Main(string[] args) { int a = 1; Console.WriteLine(a.ToString()); a = a + 1; Console.WriteLine(a.ToString()); } } } I break on the first Writeline and try to edit the line below to a = a+2; a ...Show All
keyoke North Face Demo errors
Hi, i've been downloaded the North Face Demo from msdn, but when i try to compile it, it's throw me 30 errors. How this could be Thanxs. Luis. What are the errors David It is worth noting that in the last 2-3 days the North Face demo was updated to support the February CTP, even though the installer still says November CTP. Which one are using Adam Miles ...Show All
