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

Software Development Network >> Marcelo Amorim's Q&A profile

Marcelo Amorim

Member List

zviruga
wieda
Andymaule
JohnBurns007
mshafiq
veugelenw
Immo Landwerth
Cashdollar
Ali Raza Shaikh
plopez
Henrik Andre Tellevik
Mathias Holmgren
Ken Linder
Daniel Petrik
Nick Asseloos
JJSarte
acplus
merrylep
Bryan O
Karthi keyan
Only Title

Marcelo Amorim's Q&A profile

  • Visual Studio Team System Visual Studio Team System

    I just installed Visual Studio 2005 beta2.  I opened Visual Studio, selected Visual Basic and some options came up.  I chose (I think) Project Management or Team Project and clicked okay.  After browsing through it, I decided that is not what I wanted.  I just want Visual Basic to learn how to use Mobile 5.0.  Now I can't get rid of the Team options and when I want to start a new project the only option I have is to select a New Team Project. How do I get rid of the Team "theme" and just use Visual Basic   I tried going to the command prompt and resetting the user settings, but I still have the Team "theme".&nbs ...Show All

  • SQL Server Fail to Connect Report Service via Management Studio

    Dear sir, I installed a copy of SQL Server 2005 Evaluation Edition in my XP Professional Computer. When I try to connect to Report Service using Management Studio, it fails to connect with the following error: ********************************************** TITLE: Connect to Server ------------------------------ Cannot connect to XXXXXXXXXXXX ------------------------------ ADDITIONAL INFORMATION: The server committed a protocol violation. Section=ResponseStatusLine (Microsoft.SqlServer.Management.UI.RSClient) ********************************************** I have no problem connect to other services. Also, I can connect to the Report Manage ...Show All

  • SQL Server USING the IN in STORED PROCEDURE

    I have a problem in passing parameters on stored procedure using the IN in the were clause as below ALTER PROCEDURE SELECT_MULTIPLE @MULTI VARCHAR(54) AS SELECT MSISDN, IMSI, HLR_NO FROM HLR WHERE MSISDN IN (@MULTI) ORDER BY MSISDN WHEN I EXECUTE THE PROCEDURE ON QUERIES ON MSACCESS NO OUTPUT WHERE PRODUCED AND data entered is as follows '639229380968','639229485075','639229346127','639229416465' I remove the quote but I can get an output only when one value is entered. What I am missing please help Vic Hi, arrays (as you posted them below) are not supported as an input varia ...Show All

  • SQL Server SQLMobile replication to SQL Server 05 64bit

    I am looking at buying a new database server to run SQL Server 2005. I want to get 64 bit server, windows standard 64 and SQL Server 64. I already have an app I created that uses SQLMobile on a Windows Mobile 5.0 device. Will I be able to run this app if I move to the 64 bit or am I better off just staying 32 bit Assuming you are really asking if you can use merge replication between your SQL Mobile application and the 64-Bit SQL Server, that depends on where your IIS insance is running (IIS is the gateway through which merge and RDA is brokered). The SQL Mobile server tools are not compatible with 64 bit a ...Show All

  • .NET Development Object does not match target type

    Hi, I am creating an application where it has to show all the properties of the selected control in propertygrid at runtiem which is done. now i wanted to add my own custum properties to the existing properties. so that my properties will also be displayed in the propertygrid control. for that I created a new property using typedescriptor.createproperty method and added it to the properties collection. now My property got displayed in the propertygrid with an error saying that "Object does not match target type" how could i resolve this thanks I hope this is of help- http://www.sturmnet.org/blog/archives/2005/0 ...Show All

  • Windows Forms screen.width

    how do you get the screen width and height into a form  ha ! I had found SystemInformation.PrimaryMonitorSize .... and with yours you get also top left x y thank you ...Show All

  • Visual Basic Dll registry problem

    Hi, Its really very urgent, please do the needful as early as possible. I was working in a VB project in which I was using some abc 1.1 dll. and now currently I am working in a .Net project which is interrelated with the VB project and which I have to use the same dll which I was using in VB but the .Net project needs the latest version of the dll like abc 1.2 dll. Previously I was getting the problem in .Net project like registry entry not found for the abc 1.2 dll, so one of my friend had send me the registry key for the dll abc 1.2.reg , so I double clicked it, it merged in the registry. After doing this, .Net project is som ...Show All

  • Visual Studio Express Editions Installation problems

    I've been having problems getting the J#, Web Developer, and the Visual Basic Express setup files to install the programs. I am currently unable to do anything to my pc as of now, because I am having a problem with it. The problem hopefully will be solved by this sunday. I downloaded IsoBuster, and I also downloaded the J#, Web Developer, and the Visual Basic Express setup files as an .img file. Anyone else having trouble getting the setup programs to run Yes there have been lots of problems installing the apps, but they can all be solved in one way or another. First you just have to find out what the p ...Show All

  • SQL Server Where are the SSI files saved when saved to the server?

    This is a pretty simple question, but I'm going nuts trying to find the answer. After creating an SSI package, I told it to save to the SQL server... Now where do I go to pull that package up again and make changes and/or execute the package msdb .. sysdtspackages90 is the actual table that stores the package. To edit a package you use Visual Studio (aka BIDS), not SQL Server Management Studio (SSMS). You can work with the original file, or if you don't have that for whatever reason you need to export the package from SSMS, to a file. ...Show All

  • Windows Forms Where is the Terrarium home page now?

    As the title says...   It use to be on Gotdotnet.com... it has apparently moved... anyone know where http://www.windowsforms.net/Applications/application.aspx PageID=30&tabindex=8 You can also get "top creatures" and other info at http://www.terarriumgame.net/terrarium ...Show All

  • .NET Development HttpWebRequest Operation Has Timed Out After Numerous Requests

    Hey Group, I'm in the process of converting an ASP-based site to an ASP.NET site and built a control that wraps around an ASP page. The control simply does a GET to the same server to render the ASP content, and then just writes it to the page. In development and testing, there were no problems. Once deployed to production, after the site runs for a few hours, it starts to slow down and throw countless "Operation Has Timed Out" WebExceptions. I'm not exactly sure what's wrong with my code. In the global.asax, I have the ServicePointManager.DefaultConnectionLimit set to 1000. All this seems to do is extend how long it takes ...Show All

  • .NET Development setting up proxy settings HELP PLZ

    I am using a program that was  built on the .NET framework. I am behind a proxy server. I cannot enter my proxy into this program, but I was told I could modify some CONFIG files in it to make the changes.  Is this possible there is a   "programname.exe" config file that looks like the file I could change... Also If i have the proxy settings setup correctly in the Internet Options of my XP machine, shouldn't that mean that this program should use those Thanks for any help. Schnard McDonald.Marcus@gmail.com Hello Schnard, If you have not already found a solution to your issue, you mi ...Show All

  • Smart Device Development WM5 Error:'EXE name' is not a valid Pocket PC application.

    Over the past week I've been migrating our projects into VS2005 and recreating project profiles for WM5.0 and with the help of this forum I've been able to work through all the compile/linking issues and all projects are compiling properly now. I still have a bit of work to do in this department however for the most part its complete. My question is I'm attempting to run the exe & dll's on a WM5.0 device and I'm getting this "'EXE name' is not a valid Pocket PC application." error. I have read some of the threads on here and have followed the instructions regarding ARMV4I/THUMB//QRarch4t project settings and everyth ...Show All

  • Windows Forms C# TaskVision does NOT include the code for the GDI+ controls!

    I downloaded TaskVision_FullSource_CS.zip because in the page I read: "C# TaskVision Source Code Lite - Now in C#!!! - This package doesn't require SQL Server or Visual Studio.NET to use, and it includes the code for the GDI+ controls!" but... I it does NOT include the code for the GDI+ controls! bye LUXSPES Will you include the code for the&n ...Show All

  • SQL Server Launching DTA via "analyze in DTA" context option in SQL Editor failing

    TITLE: Microsoft SQL Server Management Studio ------------------------------ Failed to connect to an IPC Port: The system cannot find the file specified. (mscorlib) ------------------------------ BUTTONS: OK ------------------------------ 32bit/x86 standard edtion, build 2047 (sp1) Did you find a fix for this   I get the same thing.  Here is my stack trace: =================================== Failed to connect to an IPC Port: The system cannot find the file specified.   (mscorlib) ------------------------------ Program Location: Server stack trace:    at Sys ...Show All

©2008 Software Development Network