Software Development Network Logo
  • VS Express Editions
  • Architecture
  • SQL Server
  • Smart Device
  • Visual Studio
  • Windows Forms
  • Visual J#
  • .NET Development
  • Microsoft ISV
  • Windows Live
  • Visual Basic
  • Game Technologies
  • Windows Vista
  • Visual C++
  • Visual C#

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

Rasatsimpy

Member List

MarksmanWaugh
luisfslo
rmund11
MCVapor
Will Walter
neversleepz
N. Feldman
Bobaloochi
rouellet
Greg Pierson - MSFT
GMANIAC
ChrisHanMSFT
Priyananth
Scot Campbell
Leo Leys
Arvish_Mungur
geman
Mojmir
Puca
oloko_rj
Only Title

Rasatsimpy's Q&A profile

  • Visual Basic Exception Handling

    My windows form application calls functions in a web service. If my web service function generates an exception, how can I make sure my calling routine knows what happened Thanks, Fred Herring Ok, I have created a class project called ReturnData <Serializable()> Public Class Data Public StatusMessage As String Public BLOB() As Byte End Class I have created a new reference to the class for both the web service and the client application. II setup an instance of my new class in my web service and assign an exception message or "No Problem" to the statusmessage property and assign my byte array data ...Show All

  • SQL Server Copy Database wizard errorring on Trigger

    I am trying to copy a Database from SQL 2000 to 2005 for testing and development.  It creates the database and starts the process of copying but errors out and doesn't create any tables.  It appears that it is errorring out on a trigger.  Any idea why this would happen  Thanks - Jim This is the event log entry: Event Type: Error Event Source: SQLISPackage Event Category: None Event ID: 12550 Date:  12/20/2005 Time:  9:17:07 AM User:  NT AUTHORITY\NETWORK SERVICE Computer: DEVSERV Description:   Event Name: OnError  Message: ERROR : errorCode=-1 ...Show All

  • Software Development for Windows Vista question

    I want to know the price of windows vista. Pricing for Windows Vista has not yet been determined.  If history is a guide, Microsoft will announce Vista pricing sometime between mid summer to early fall. Hope this helps, Josh Lindenmuth ...Show All

  • .NET Development Deploying the .NET Framework with an application

    I have tried to deploy an application onto a computer which does not have the .NET Framework installed, and was soon prompted to download it from the Microsoft site.  However, I would prefer to be able to install the .NET Framework (Version 1.1.4322) at the same time as the application. I have since downloaded the plug-in and rebuilt the application, but this leaves me with the .msi file, the setup.exe and the dotnetfx.exe in the project's release folder. Which of these do I include in the installation CD-ROM, and if I include all of them, will it now install the .NET Framework prior to installing the application As a foot no ...Show All

  • Windows Live Developer Forums Can you point me to an MSN Messenger forum (non-developer)?

    I have an MSN Messenger question that appears to be outside of the scope of this particular forum (non-development question).  However, I can't seem to find an MSN Msgr-specific, non-development forum.   Can anyone point me in the direction of a proper forum to post my question.  Any assistance would be appreciated.  THANKS! I have found the newsgroup microsoft.public.msn.messenger http://www.microsoft.com/communities/newsgroups/list/en-us/default.aspx dg=microsoft.public.msn.messenger&cat=en_us_eacf1192-fd8d-427c-938b-a7035d4bdad1&lang=en&cr=us   ...Show All

  • .NET Development console output

    I am making my first steps in C#. I am used to another object oriented language (VDbase plus) but not .NET. I designed a form under Windows Applications. There is a button on it. I want to print a short message to the console. I thought this function will do it on click. It does not print anything. The statement Console.Writeline ("hello") if placed in Main() body does not give any output either. I did set the Project->AppProperties->General->Output Type to "Console Application" and when I click on the shortcut to the released .exe file the windows form I designed as well as the command prompt window (Console) appear together but I ...Show All

  • Visual Basic multiple forms

    Lets say i have Form1 as the form that opens up when the .exe is launced. I have another form LoginForm1, how do i make a button that where when you click it on form1 it opens up the LoginForm1 in a seprete window Inside your click handler for the button, create an instance of the form you want to show, and call ShowDialog to show it. Dim f2 as Form2 = new Form2() f2.ShowDialog() ...Show All

  • Windows Forms Custom Paint of DataGridView column headers

    Hi. How can I extends the drawing of the column headers of the DataGridView for instance, to create a GradientBrush on the background. I've found the DataGridViewColumnHeaderCell and I'm guessing it is the key, both how to use it on the grid You can handle the CellPainting event and for the RowIndex of -1 the paint event relates to the ColumnHeader cell. You can also derive a new class from DataGridViewColumnHeaderCell and override the Paint method. If you create your own class, then you can either a) set the column's HeaderCell property to an instance of your custom header class (you'll might want to copy so ...Show All

  • SQL Server Windows Authentication

    When I create reports using a data source that uses Windows Integrated Security and that connects to a database that does not reside on the Reporting Services server I'm getting the following error: An error has occurred during report processing. Cannot create a connection to data source '<data source name>'.  For more information about this error navigate to the report server on the local server machine, or enable remote errors If I view the report on the Reporting Services server it works.  Also, if I use Windows Integrated Security for a data source that is connecting to a database that resides on the Reporting Services ...Show All

  • Visual C++ error LNK2005: "void __cdecl bp5(void)" (?bp5@@YAXXZ) already defined in test.obj

    Hi All, I generated a simple SDI skeleton using the wizard, and tried to #include some of my libraries. It gave me a bunch of 'LNK2005: ... already defined ' errors. I repeated the basic SDI generation in another project and this time only tried to include a single, trivial header file: mytest.h #pragma once //#include "stdafx.h" void bp5(){  int a = 0;  a+=1; } I include this file in the testDoc.h file of my test project. Despite that this simple header file is so basic, and despite the #pragma once directive, it still gives me the same LNK2005 error! Can somebody kick me and tell me what's wrong Thanks ...Show All

  • Visual Studio Team System IDE does not open my main form automatically

    Hi My app is now under VSTS source control, and all files are there. VSTS even adds new files to source control, something I always thought SS should do. However, my mainform has a different icon in the IDE to the other files, it looks like a red circle with a dash in it. And, while I can check it out explicitly in the source control tab, if I try to edit it, it does not check out, instead it reports the file is read only. I've spent some time looking through properties to try and see what's different, but I can't find any reason for this behaviour. Obviously, there is a reason, and I'm hoping someone here can tell me what it is, and how ...Show All

  • .NET Development advpack.dll error

    Hi, I have Win XP and I get the following error when I try to installl .net Framework 2.0 "advpack.dll was loaded but DllRegisterServer entry point was not found." How do i solve this That would be regsvr.exe, not srv... --------------------------- RegSvr32 --------------------------- advpack.dll was loaded, but the DllRegisterServer entry point was not found. This file can not be registered. --------------------------- OK --------------------------- ...Show All

  • .NET Development Problem inserting small date time in a sql server database

    Hi, I have a cell in a sql server database that is off datatype smalldatetime. I am trying to pass in the value of todays date in a sql insert command but I keep getting the error "The conversion of char data type to smalldatetime data type in an out-of-range smalldatetime value" Below is my code(C#) DateTime TodayDate = DateTime .Today; int Num = 1; string text = "Test" ; //To test that the insert works fine SqlDataSource1.SelectCommand = "INSERT INTO Weekly_DB (Gen_Desc,Date ) VALUES ('" + text + "', '" + TodayDate.ToShortDateString() + " ')" ; } Can any ...Show All

  • .NET Development Open File dialog doens't open files

    Hi, I have this code to open a dialog box. It opens the dialog box allright, but then if i choose a .txt to open, Notepad isn't being launched. Nothing happens. Any help would be apreciated. Warm Regards, mamrg. -- private void openToolStripMenuItem_Click(object sender, EventArgs e) // File -> Open Dialog Box { OpenFileDialog dialog = new OpenFileDialog(); dialog.Title = "Browse to find file to open"; dialog.InitialDirectory = @"c:\"; dialog.Filter = "Text Files (*.txt)|*.txt"; dialog.FilterIndex = 2; dialog.RestoreDirectory = true; dialog.ShowDialog(); } ...Show All

  • SQL Server IIS Internet Info Services

    Hi, I'm trying to install SQL Server 2005 Enterprise edition. It is telling me that I don't have IIS installed and that it may cause some problems. I can't find where to install from add/remove components nor can I find it in any of my network connections. Does anyone know where to install this from Thanks in advance. Newbie.......Eric IIS comes with XP Pro, it is not available with XP Home. It's never installed by default, but you can add it in add windows components. ...Show All

©2008 Software Development Network