SuperM's Q&A profile
SQL Server How to register local server in sql server 2005?
How to register local server In management studio thanks very much for any help... Hi, In order to enable remote connections you need to use the "SQL Server Surface Area" configuration tool. This is available under:Configuration Tools submenu within the SQL Server 2005 menu. Start "SQL Server Surface Area" tool, and select the option - "Surface Area Configuration for Services and Connections." There select the Remote Connections node within the Database Engine node. Select the radio button which says Local and Remote Connections and Apply the configuration. Regards, Vikram ...Show All
Visual Basic Loading Notepad as a Process
Hi, The code below is for a service that fires every 10 seconds. If it doesn't find an instance of Notepad running, it loads it up. Please note that Notepad is only for a test, the final version of the software will run a program once at 22:00. The problem I have is that Notepad isn't loading fully. I get a Notepad.exe in the task-manager, but despite setting the properties, the actual Notepad application doesn't load for user-interaction! Can someone explain to me what I'm doing wrong please TIA Imports System.ServiceProcess Public Class Service1 Inherits System.ServiceProcess.ServiceBase Private _ProcessRunning As Boolean = False #Re ...Show All
SQL Server SQL 2005 Mobile Edition Error: The buffer pool is too small or there are too many open cursors.
I am working with merge replication. The db server is running Windows 2003 Server Std x64 with SQL 2005 Std x64. The IIS server is running Windows 2003 Server Stx x86. The clients are Windows Mobile 5.0 running SQL 2005 Mobile. I have previously been able to get the test client to initialize a subscription to the publication. I made some changes recently and added about 7 tables, bringing the total articles to 104. Some of the articles have unpublished columns, which means they are using vertical filtering as well. This publication is also using parameterized filters. During publication creation, there are several warnings that "Warn ...Show All
Visual C# Problem Installing New Windows Service
(Not sure if this is the best forum, but I am using C# and did not see a forum for Windows Services). I have just created a new Windows Service using C#, Visual Studio 2003, .NET 1.1 on my computer running Windows XP v5.1. The whole thing compiles without any errors and when I installed it using installutil, all messages indicate that it was installed correctly. However, my new Windows Service does not display on the list of available services in the Control Panel> Administrative Tools>Services tool. I have hit the Refresh button many times and even rebooted my PC and it still does not show. I then tried creating a setup proje ...Show All
Visual Studio Express Editions Printing from VB Express
I have come across several posts indicating that it is nearly impossible to print documents, much less interact with Word, when using Visual Basic Express. Is this true If so, will this functionality ever be included or will I have to either purchase Visual Studio or learn another language While not impossible to print in VB 2005 ( this includes the Express Edition too) it takes a bit of work to get the results you want. There are a lot of printing capabilities in VB 2005, but, you need to do some reading to maximize your results. Doing a Google Search in the Groups section will find a lot of info on print ...Show All
Visual Basic Trying to update a datatable
I am completely frustrated… Trying to help a friend. Here is what I have been trying to do.. I am a noob at visual studio. I am setting up an inventory database using VB as the front end. I have setup an accounts table, product table. These I can view edit, delete, and ad records to fine. I am trying to make an invoice. I have set up the following tables: tblInvoice InvoiceNum Primary Key AccountNum Foreign Key For Accounts table Date Total Total cost of items tblInvDetails Invoice Number Foreign Key fro ...Show All
Microsoft ISV Community Center Forums Independant Awards / Approvals
I work for an ISV and Microsoft Certified Partner, specialising in ASP to ASP.NET migration I am curious to know what (if any) channels there are for getting independant evaluation of your software/solutions I was thinking along the lines of an award or 'seal of approval' that could be conveyed to customers. We have customer testimonials, but if there are any recgonised awards or commitees that would be useful too. Thanks, Paul Have you checked out the program below ISV/Software Solutions Logo* Display your Microsoft Gold or Certified Partner logo paired with your achieved Microsoft Co ...Show All
Windows Forms adding a combo box to toolbar
Is there a way to add combo box to the tool bar at design time. If I add a combo box to the toolbar and then add a tool bar button, the button is hidden behind the combo box. Winform designer does not allow to change the location of the new toolbar button which is hidden behind the combo box. I don't think it's&nb ...Show All
Visual Studio Team System FxCop 1.35 and static class methods
First let me say that I really appreciate all the work done on FxCop. Its a very helpful tool. However, the integration into VS2005 needs to be back-ported to VS2003. it does not have to be "exactly" like 2005, but it can come close. Here are a few ideas on how this can be accomplished. 1) Provide an AddIn that gives the user a context menu for the projects so code analysis can be run. Sure, you can put it on the "Tools" menu, but that is not as helpful considering most of the other things related to the project are on the context menu. running NUnit and NCover are so much simplier using TestDriven.NET, and I think adding FxCop to that ...Show All
Visual Studio Express Editions SQL with VB Express
Hallo! How can I Access to an Microsoft SQL 2000 Server in my Network. I found out that I only can access to an MSDE. (MDF File) Thank you for help Nightlinerdev wrote: Hallo! How can I Access to an Microsoft SQL 2000 Server in my Network. I found out that I only can access to an MSDE. (MDF File) The Data Access tools in Express are limited to Microsoft Access databases and local SQL Server MDF files. However you can still access your SQL Server 2000 database using ADO.NET code. ...Show All
Visual Basic text formating
Hi, i would like to ask whether can i format the text in textbox in such a way that whenever there is a bullet, it will display it in a newline. the textbox data is retrieve from a database in the same column. Try using a RichTextBox. You'll need to generate text in the RTF format if it is not already in that format in the database. ...Show All
.NET Development Navigation Events!!
I was wondering i have four button control....btnfirst btnlast btnNext btnPrevious btnfirst will go to first row of data btnlast will go to last row of data btnNext will move one position within the data table btnPrevious move back one item in the data table Is it possible to group all these navigation buttons under one Click Event and use like a Select Case block any help would be great!! It is certainly possible. It seems like in most situations it would make more sense to have separate button handlers, where you wouldnt have to go through the extra step of figuring out which button was cli ...Show All
Windows Forms DataGridView Scrollbar bug
If you have columns which extend beyond the DataGridView window, the horizontal scrollbar is never displayed. The vertical scrollbar displays, but the horizontal bar never displays. I've tried with the scrollbar settings set multiple ways. Is this something I'm doing or is this a known defect Jeff Same here. please let me know if you or anyone has a solution. thanks. ...Show All
Smart Device Development platform compliance
Hi, I am trying to port a C++ project from linux to pocket pc 2003 . I have pbs with 2 functions: getenv and _dup (which is equivalent to fcntl). Is there a way of getting around these 2 functions (seems they re not available on windows ce). thanks. You'll have to rework your code for both of those. getenv: On CE there's no concept of environment variables so you should be able to #if the code that refers to getenv and not affect your CE executable. If you're setting and using environment variables for some internal usage, you'll need to find a different way of implement the functionality. (Using the registry is a commo ...Show All
SQL Server Can I just use Management Studio for now?
I don't have a SQL dev box to install a full blown CTP on, but I was wondering if it is possible to somehow only install Managememnt Studio on my client to work on SQL 2000 servers I downloaded the June CTP and tried to run setup on my client, hoping it would work similarly to the SQL 2000 install and auto recognize that the machine wasn't a server and just install the client tools, but setup generates a WMI error and closes down. Anyone know if this is possible I would really like to start using Management Studio to get used to it... Thanks It is possible to only install SSMS but you are going to have to in ...Show All
