12thFret's Q&A profile
SQL Server rsInvalidDataSourceReference-Pls help
Hello Everybody: I have installed SQL Reporting Services for the first time using SQL Login account. After creating a Shared Data Source, and creating the report I am trying to deploy the report to the server. In the project properties I have set the TargetServerURL to http://hostweb01/ReportServer When I try to deploy the project I get a windows pop up asking for User Name and p ...Show All
SQL Server Side by side SQL Server 2000 and 2005
I plan to upgrade my server to SQL 2005. It is a rather old machine, but still ok with the recommended hardware requirements. It runs Windows 2000 (SBS) server, which is also a PDC, DHCP, DNS, Exchange server (I stop here but the list is long), with SQL Server 2000 Standard Edition (one single named instance). Everything localized (Italian). I upgraded the database in a development machine and it works perfectly. I installed SQL 2005 St ...Show All
Visual Basic Modifying the OpenFileDialog
I'm trying to add a file preview and other functionality to this form but it has been mission impossible. There is a section here (msdn) were something similar is performed but it is done in VB.NET 2003 & I am in 2005, I get allot of errors. If anyone here could directed me in the right direction or provide me with an easy to follow example it will be greatly appreciated. Thanks in advance. William This i ...Show All
Windows Forms How do I prevent Ctrl-N from creating a new web browse from C# Windows Forms App?
Hi, I have a WebBrowser instance in a UserControl derived class using .Net 1.1 and C# in a Windows Forms application. How can I prevent a new window from being generated when the user clicks inside the browser and presses the Ctrl-N key sequence I've tried handling the following AxWebBrowser events: BeforeNaviate2 ClientToHostWindow NewWindow2 NewWindow3 I must be missing something... Thanks in advance for any h ...Show All
.NET Development card layout in .NET
I want to create a GUI which consist of three different pages. Only one page should be visible at the same time. In Java there is a special layout manager handling this case (CardLayout), is there something similar in .NET, or how should I go about solving this I have done a similar project and to force the order you would need to control the visibility of the panels. This does become a complex ...Show All
Visual FoxPro MSComctlLib.TreeCtrl.2 BackColor ???
MSComctlLib.TreeCtrl.2 does not have BackColor property. Is it possible to define one (it is of course possible) and actually make it functionable Thanks. DECLARE LONG SendMessage IN User32 LONG nhWnd, INTEGER Msg, LONG wParam, LONG LPARAM SendMessage( THISFORM .TreeView1. HWND , 4381, 0, RGB (255,255,192)) ...Show All
Visual C++ how to get a handle to a control
Hi I started a new process from my application, and I want to enter some data in some of the controls in the new application. I was thinking to do that with the SendMessage function but how do I get the handle for a control in that window. Thank you for the help. What type of application are you writing, MFC, ATL, managed, etc Is this control part of your application, or are you tryiing to set the dat ...Show All
.NET Development Error while trying to open Access Database File
Hi all, This may appear very basic question, but I cannot figure out why I get an error at MyConn.Open() line while I try to open the db file from VB.Net. The path is perfectly provided from OpenFileDialog when the file is slected. The code is as below, Dim OpenDBPath As New OpenFileDialog() Dim MyConn As New OleDb.OleDbConnection() MyConn.ConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;UserID=Admin;Password=mypass;Da ...Show All
.NET Development Recommendations for updating connectionString used with typed dataset
Hi all, I have an C# WinForm application using Sql Express DB. This was developed using typed datasets against a single DB included in the project. In the production environment on starting the application the user need to be able to switch between multiple databases (all using the same schema/dataset); as such I need to allow the user to browse for the DB and then update the connection string accordingly. However, the connection ...Show All
Game Technologies: DirectX, XNA, XACT, etc. DrawSprite speed up
we have our great set of Gui controls based on CustomUI smaple from DX SDK but one update: we can load our texture for some controls: Panels can have own Textures. all CustomUI sample + framework from DirectSDK use Sprite.Draw method , but I was thinking what if use vertextbuffer + texture object to draw our images/controls, will we get gain on this or no, does Sprite.Draw method - faster. ALso, what are benefits here if we'l ...Show All
Windows Forms Hosting
Dear Friends How can I make my home pc to host a web site Please give me brief steps to be taken. Thank You Step 1. Install and Configure a Web Server on your PC Step 2. Configure personal security software to allow i ...Show All
Visual Studio Express Editions Is the express version the best visual studios C++ compiler?
Im asking because its free and im surprized that its free and Im wondering if the express version is kind of a demo version or something. Its a Cut down Version http://msdn.microsoft.com/vstudio/express/visualc/ ...Show All
Visual Studio Team System Error 'Insufficient memory to continue the execution of the program.'
Hi there, Since last few days VSTS is ocassionally giving error below for few times while opening, saving or querying for bugs. When I check the event log I don't see any related error log entry to find out more about it. When I check the performance from Task manager, I don't really see very high memory or CPU usage. Please advise, Thanks, Anu --------------------------- Microsoft Visual Studio ---------------------- ...Show All
.NET Development Test Message. Please ignore
Test Message. Please ignore Please consider posting test messages as comments, rather than questions. That helps us track question statistics more accurately so we can see which forums need more attention. TIA. ...Show All
Visual Studio Add projects to VSS
Hi, I installed VS2005 Professional Edition and Team Foundation Client to my computer, and have problem with the VSS. I selected "New Project" from the File menu and wanted to add a new project to VSS though the add to source control checkbox does not appear in the New Project dialog box. How can I add a project to VSS I can check out projects from Team Foundation Server. Thanks ! If the ...Show All
