Software Development Network Logo
  • Audio and Video
  • Visual C#
  • IE Development
  • Visual Studio
  • Visual Basic
  • SharePoint Products
  • Game Technologies
  • Smart Devicet
  • Windows Vista
  • Visual FoxPro
  • .NET Development
  • Windows Forms
  • SQL Server
  • Microsoft ISV
  • VS Team System

Software Development Network >> christine21's Q&A profile

christine21

Member List

edle
ChrisMcCabe
JRQ
Tryst
Ron L
PhilAJ
RyanH106
Leo Mathew
SQLHelpFTS
Canada Goose
Duc Nguyen Minh
Laxmi.
yagfxg33k
danb708
iliketoeaticecream
Frank Miller
George Clingerman
T.Beal
ykgreene
Maaloul
Only Title

christine21's Q&A profile

  • SQL Server Import/Export Wizard Connection Error

    Please help with the following error - I had been able to import/export without problem until I just encountered this error: =================================== An error occurred which the SQL Server Integration Services Wizard was not prepared to handle. (SQL Server Import and Export Wizard) =================================== Exception has been thrown by the target of an invocation. (mscorlib) ------------------------------ Program Location: at System.RuntimeMethodHandle._InvokeConstructor(Object[] args, SignatureStruct& signature, IntPtr declaringType) at System.RuntimeMethodHandle.InvokeConstructor(Object[] args, SignatureStruct signature, RuntimeTypeHandle declaringType) at System.Reflection.RuntimeConstructorInfo.Invoke(Bindi ...Show All

  • Visual Studio Team System Error creating a TS Project

    Hi there, I have a problem when I try to create a team project. I saw others post talking about (almost) the same problem, but this is my error log: Error Unable to connect to the Windows SharePoint Services at INTAN3 Explanation The Project Creation Wizard was not able to connect to the Windows SharePoint Services at INTAN3. The reason for the failed connection cannot be determined at this time. Because the connection failed, the wizard was not able to complete creating the Windows SharePoint Services site. 2006-10-12 16:09:14Z | Module: WSS | Thread: 6 | Verifying site template exists on the server using http://intan3/_vti_bin/Sites.asmx ---begin Exception entry--- Time: 2006-10-12 16:09:14Z Module: Engine ...Show All

  • Visual Studio Express Editions richtextbox with 2 lines only

    there's a way to create a richtextbox with only two lines and 35 characters per line thank you, rimysoft sure. Well what you can do is implement the keydown event and check to see if Enter or return was pressed, if so, then check to see if an existing return key was pressed (Environment.NewLine) if so then cancel the event. Example: private sub richTextBox1_KeyDown(byval sender as object, byval e as KeyEventArgs) handles richTextBox1.KeyDown if e.Keys = System.Windows.Forms.Keys.Return Or e.Keys = System.Windows.Forms.Keys.Enter then if Me.richTextBox1.Text.Contains(Environment.NewLine) then e.Handled = true 'cancels the event end if end if end sub doe ...Show All

  • Visual Studio Team System WSS & SSL

    I am fighting with the TFS setup for the fourth day in a row. I am making progress, but now I hit a brick wall. In IIS I added a SSL binding to the Default Web Site that hosts the WSS stuff by setting SecureBindings to ":443:www.tfs.fnu.mycompany.com" That worked and I can now access the WSS stuff via the https protocoll on port 443. I then updated the TFS registration info with tfsreg, in particular for the WSS stuff I changed the ServiceInterface for BaseServerUrl and BaseSiteUrl to the new https DNS name. I can browse projects just fine, all over port 443 and SSL. But project creation doesn't work. I narrowed it down to the following problem. Team Explorer seems to call the /_vti_adm/admin.asmx on the WSS administr ...Show All

  • Visual Basic eXcel VBA Commands execution in Background

    Hi there, I'm seeking a help here. I need to execute the whole SUB Module in background - means that no operations should be seen in the eXcel window. There is a lot of them - i made them pretty simple [I'm really a freshman to this]. Is there some command, which would make all the stuff executed in background Or, how to do it Thank you very much raduz These forums are for VB.NET questions. The VB within Excel is Visual Basic for Application. VBA is a very different product from VB.NET and there are some other locations where you will probably get a quicker and better response to your VBA questions. Y ou may find more assistance in following which specifically deals with VBA development. http://forum ...Show All

  • .NET Development XSLT: search for specific nodes and nodes related to each

    Hi, Sorry this is going to be a long post but I felt it necessary to include source code. Here's a very small portion of my xml document: < xml version="1.0" > <xtvd> <stations> <station id="10436"> <callSign>KERA</callSign> <name>KERA</name> <affiliate>PBS Affiliate</affiliate> </station> <station id="10830"> <callSign>KXAS</callSign> <name>KXAS</name> <affiliate>NBC Affiliate</affiliate> </station> <station id="16123"> <callSign>TVLAND</callSign> <name>TV Land</name> <affiliate>Satellite</affiliate> </station> <sta ...Show All

  • Smart Device Development bluetooth stack problem, how can get RSSI value by MS bluetooth stack?

    Hi, now i am developing Bluetooth application with Microsoft Stack for Windows XP by Visual Studio 2005. the application needs RSSI value from devices, but Microsoft does not offer any API or other functions/methods to get it, they do have some functions for Windows Mobile version to get RSSI value, but not for XP platform. maybe i need other ways to fix it. does anyone know how to solve this problem This forum is smart device development related. Since your question is not related to smart device development, it's off topic here. If you’re having a hardware issue, please contact hardware manufacturer or reseller. If you having an issue with 3rd party software, please contact respectiv ...Show All

  • Smart Device Development generate a beep in CF 2.0 VS2005 C#

    how can I generate a beep in CF 2.0 using C# Thanks I think I kinda get it how the process work to play a sound. I got this codes from VS2005 help. but when i passed my stream as a parameter a the button level, it doesn't find it. how do i get the right directory of the sounds sample public class Sound { [DllImport("CoreDll.DLL", EntryPoint = "PlaySound", SetLastError = true)] private extern static int WCE_PlaySoundBytes(byte[] szSound, IntPtr hMod, int flags); private byte[] m_soundBytes; private enum Flags { SND_SYNC = 0x0000, /* play synchronously (default) */ SND_ASYNC = 0x0001, /* play asynchronously */ SND_NODEFAULT = 0x0002, /* silence (! ...Show All

  • Visual Studio Express Editions Variables

    Hello, I need to know the different variables used in C#. Could someone give me a site or just tell me through a post what each of them are, and their definition. Thanks. No sorry, I know what an int is, and a string, and a bool. But I need to know what the rest are, and what they are used for. I think that there are 12 or 13 variables. ...Show All

  • Visual Basic VB.Net IDE Crashes Often...

    I am having a problem where my VB.Net IDE crashes often throughout the day... I have a Client/Server application that I am developing, shared between the two is a ClassLibrary I developed. So my Client and Server project both have this ClassLibrary as a Project added to the main Solutions. This way if I am in either the Client or the Server code, I can immediately get access to the ClassLibrary code to make changes if needed. Now, my problem is that several times a day, when I attempt to open a form in Design view, I get a white screen with a pink bar on the top that says: One or more errors encountered while loading the designer. The errors are listed below. Some errors can be fixed by rebuilding your project, while others may ...Show All

  • Visual Studio Express Editions Using Properties and sub-properties?

    Hello, i made a property which is not hard to make, at the moment i have: Dog.Bark; But now i want another properties IN bark, like: Dog.Bark.Loud; Dog.Bark.Soft; i know it is possible, because the standard Coordinates, contains X,Y those are sub-properties to. I hope someone can help me, | Very much thanks, Chris I don't get any errors, but I'm not getting the results that I'm trying to achieve. The ValueEntry property is just a "path", and doesn't expose any variables to edit. I want it to make it's contents available to the user, similar to the way the Font variable works. ...Show All

  • SQL Server SSIS <DTS:PackageVariable>

    Just noticed I mis-posted this on public DTS forum so posting here. I'm building packages programmatically. I notice that if I open them in BIDS after building them, then make a change, my package grows in size trememdously. An example today went from 60k to 90k. The reason is that when the package is resaved in BIDS a large section of XML is added with <DTS:PackageVariable> info. I read on http://sqljunkies.com/WebLog/knight_reign/archive/2005/1/13.aspx why this info exists. My question is, since I'm not creating it programmatically, do I need to It seems that it doesn't have to be there for the package to run correctly. Am I safe creating packages that do not have this section of info Thanks! ...Show All

  • SQL Server Package Configuration with XML

    Hi, i am haveing package which is devloped in BIDS and i am executing the package from DotNet (Windows Application C#).during development my package is pointed to Server1,Database1.when we move the package to another test environment for a different server and database (Server2,Database2). we are giving the connection string details in dtsConfig file .but  Package is not takeing the new connection string instead its takeing the old connection string (design time connection) and throwing error.what could be the problem Invoking Code (C#) --------------------             btn_SaExecute.Enabled = false;            ...Show All

  • Visual Studio Team System install error - WMI configuration

    TITLE: Microsoft SQL Server 2005 Setup ------------------------------ The SQL Server System Configuration Checker cannot be executed due to WMI configuration on the machine HELEN_COMP Error:2147749890 (0x80041002). For help, click: http://go.microsoft.com/fwlink LinkID=20476&ProdName=Microsoft+SQL+Server&ProdVer=9.00.2047.00&EvtSrc=setup.rll&EvtID=70342 ------------------------------ BUTTONS: OK ------------------------------ How do i solve this !!! Help!!! Thank you very much helen_166 for posting this - after running this script as a result of many attempts to solve problems with the mofcomp command returning 0x80040154 errros, this script was able to fix the problem!! Cheers ...Show All

  • Visual Studio Express Editions Ugh....Driving Me nuts....

    I am in the middle of writing a prog that takes a file within a directory on a HD renames it to the directories name and then places the newly named file on the root of that HD. Here is the code. and I am not getting it.....I would really appreciate your help. Thanks Imports System Imports System.io Imports System.IO.DirectoryInfo Public Class Form1 Private Sub Button1_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim dlg As New FolderBrowserDialog Dim FileNamesSelected() As String Dim SelectedFolder As String 'Dim FileFound As String SelectedFolder = Me .FolderBrowserDialog1.SelectedPath FileNamesSelected = System ...Show All

©2008 Software Development Network