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

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

AnthonyEY

Member List

Ravengbc
RyanH
SukhUK
Aussie
rotr
Benjamino
Klarita
maitreg
japher
Matteo Chiesi
daw
Cillian
Mark McLain
Dream
MorB
ano_th
Gary Depue
Metrum
M. Carr
Todd Scott
Only Title

AnthonyEY's Q&A profile

  • SQL Server Error 1 'System.Net.NetworkCredential' is a 'type', which is not valid in the given context C:\Inetpub\wwwroot\GescomDllo\Protec

    Hello, I got this error when trying to render,  in the line of the credentials, how should I solve it.   rs.Credentials = System.Net.NetworkCredential( "levalencia" , "123" , "se" ); ReportingService2005 rs; private void cargarReporteFromWS() { rs = new ReportingService2005 (); rs.Credentials = System.Net.NetworkCredential( "levalencia" , "123123123" , "se" ); } Hello, System.Net.Net ...Show All

  • Visual Studio 2008 (Pre-release) Hosed Refactoring Smart Tags after LINQ May CTP Install

    I installed the May CTP. The refactoring Smart Tags no longer work. For example, when a variable name is changed, the underscore glyph appears indicating that a refactoring is available. Usually, by hovering over the glyph or by pressing a shutcut key, a Smart Tag will appear. This Smart Tag no longer appears. Further, the Refactor shortcut menu is no longer available in the body of the editor. I uninstalled the C# 3 language service using "Unin ...Show All

  • Windows Forms Getting Hot key by default.

    Hi, We are developing windows application in VS2003 and target OS is Windows XP. We have set hotkeys for the controls. But by default property of windows xp the hot key gets underscore only when I press Alt key. My client want the underscore for the hot keys while the application loads by default with-out compelling the users for pressing Alt key.. Regards P.K.S.Nandagopal This is a user setting in the Windows operating sy ...Show All

  • SQL Server How to raise notifications in SSIS script tasks?

    Hey guys, I created a script task in my package that checks for filenames of files that are to be processed by the package. for example, File.txt contains a header row of "File.txt|03252006" what my script should do is to check whether or not the actual filename matches the header record inside.. If File.txt has a header record of "readme.txt|03252006" then the script should raise an alert or notif ...Show All

  • SQL Server Converting from 2005 to 2000

    I hope i'm posting this in the right forum.. Anyways, I have a SQL Server 2005 database, that I need to load in SQL Server 2000.  How would one go about converting a 2005 database to 2000 Thanks in advance! You're going to have to copy the data back -- either via a DTS or SSIS package, or a script.   -- Adam Machanic Pro SQL Server 2005, available now http://www..apress.co ...Show All

  • Visual C++ Latest compiler creating XP-only compatible .exe files

    [had no luck on the Visual Studio Express forum...] Has the compiler for this new release version of VC++express changed since the beta On a different forum, the following posts have been made: " I always use UPX to compress my binaries, and it seems that compressing the output of the new compiler produces something that doesn't run." "Is there any managed code in it UPX butchers that as I recall as it is not actual valid machin ...Show All

  • Visual Studio 2008 (Pre-release) Problems with .ToString() in Client

    Hello everyone, I'm experiencing the same problem as Pietpieter. I'm also working with an object and it has an public override string ToString(){...} method. When I'm trying to call that from my client that uses a generated proxy, I don't get the proper output. Codesample goes as this... public override string ToString(){ string Tag = ("\nTagName: " + this.getTagNameString + "\nTagTime: " + this.getTagTime.TimeOfD ...Show All

  • Visual Studio Express Editions Wish to use text box to only allow numeric Data entry

    I am creating a windows form with VB expressions How to I allow only text to be input into text box How do I allow only numeric data entered into textbox How do I place a "zero" in the textbox if there is no value for the user to input How do I allow for Currency How do I place "," seperators and "$" i.e $ 1,123,123.00 eg. Code: 'this is to create liabilites calculator Dim mort. as doubl ...Show All

  • Visual Basic I Need ASAP: Keyboard input

    if i want to make a picture box move left, right, up or down what code do i use A simple example based upon keypresses on a form. Simple form with one button and picture box on. You are detecting the key that is pressed and moving the picturebox by adjusting the left and top properties. Public Class Form1 Private Sub MoveButtonAround(ByVal sender As Object, ByVal e As System.Windows.Forms.KeyEventArgs) Handles Me.KeyUp ...Show All

  • Visual FoxPro report temp file not found

    I need to create a simple report, nothing fancy. Just to preview some memo fields. This is the code I use. lcFile = "C:\VFP_Projects\Reports\MyReport.FRX" SET DIRECTORY TO "C:\VFP_Projects\TEMPORARYFILES\" CREATE REPORT (lcFile) FROM (ALIAS()) FIELDS memo1 The second line (set directory to) should be explained. I get an error that a temp file c:\\VFP_Projects\Data\...\000035e10062.tmp no found. Options are "Loca ...Show All

  • Visual Studio Team System can team server run on one box with an asp.net site ??

    ok so I got some things to work -- installing the beast and making a sample empty project... but then I need to put a web site on the same server to develop. WUPS!   to remotely access the web site with Visual Studio I need Front Page Extensions and adding them seems to break TFS perhaps I am trying the impossible what I want to do: one server. have Team Server on that box to manage the development of one app. the app has : 1) a wind ...Show All

  • Smart Device Development Save windows registry after turn-off "wceload"

    I am trying to save the windows registry after modify it. But a message windows appears when i execute wceload "Double-tap a .cab file to install the application" How do i call wceload to save windows registry and this message will not appear I am using wince 4.1 Private Sub ButtonHTTPDir_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ButtonHTTPDir.Click Dim RKey As RegistryKey RKey = OpenNETCF.Wi ...Show All

  • Visual Studio Express Editions Problem with my VB program!

    Public Class Form1 Private Sub Label2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Label2.Click End Sub Private Sub Button1_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles Button1.Click Dim mail As New Net.Mail.MailMessage() mail.From = New Net.Mail.MailAddress("soda_91@hotmail.com") mail.To.Add("soda_91@hotmail.com") ...Show All

  • Visual C++ Suggested Visual C++ NEWBIE Programming Book?

    Hi guys, would you reccomend a Visual C++ 2005 book that would direct to a beginner ...Show All

  • SQL Server SQL Server Mobile tutorial and getting proper mobile DB installation

    Hi folks, I'm new to Windows Mobile progamming, and new to this forum. Apologies in advance if I'm asking a boneheaded question, but I've done searches and can't find anything directly applicable to my problem. I'm currently walking through the published MS tutorial in setting up an SQL Server 2005 Mobile application that subscribes to a publication on SQL Server 2005 to exchange information. I've gotten almost all the way through... successful ...Show All

©2008 Software Development Network

powered by phorum