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

Software Development Network >> Eddie Garcia's Q&A profile

Eddie Garcia

Member List

Simulacrum
vinclaro001
COREY H
Shrini
hazz
Henry Wu
danadanny
Federico Raggi - MSFT
su45937
CSharpNewbie22
NickUk
kevin7776
SourabhGovil
Davey_C
Samer Selo
daimaku
Gulden
TapasChoudhury
Pat1111
ProSlamBanO
Only Title

Eddie Garcia's Q&A profile

  • Visual Studio Express Editions disappeard items in designer

    I have a program with a menu-bar and a statusbar. Ther were a lot of items in these bars, but suddenly they have disappeard. In Designer you can't see them, but in the Code you can still use them and while compiling, there isn't a fault. In debugging-mode they also have disappeared. How can I get all these items back Thx! Sorry, they don't appear...<br>I can also see the items in the dropdown-box in the properties-window... But if I choose a disappeard item, it doesn't appear... ...Show All

  • Visual C++ Hello World code compiles succesfully but doesn't run

    I will apreciate if you can help me with my following trouble as I'm trying to find a solution for the last 2-3 days. I've got a simple hello world code (see below) and I'm trying to build an executable. For compiling and linking I'm using "cl -GX hellow.cpp" and the operation completes succesfully without errors. hellow.cpp: #include <iostream> using namespace std; int main() { cout << "hello world\n" ; return 0; } However, when I execute the derived executable the "hello world" text isn't displayed. Any clues why Note: I'm using Visual Studion 2003 .NET and the compiler is ver. 13.10.3077 for 80x86. Also, I've tested the code on another PC with the same software and works like a swe ...Show All

  • Visual C++ ICredentialProviderFilter help

    Can Anybody offer any help on making an ICredentialProviderFilter for my Credential Provider I have been trying to make sense out the Cred Provider Tech Ref docs but some more help or examples would be useful. -mark ...Show All

  • SQL Server Database Performance Halts

    Hi, I have been running a reporting App on an SQL 2000 server, which reads from one large table (roughly 80 million records which grows at around 2 million records a week). However, it would seem that when multi-users try to access the App and the one large table is Read from using 1 database user name up to approximately 25 times, the system would slow to a halt. Essentially, each request on the App would be a new connection to the SQL database using the same database user name. Recently, we have been running into performance issues since we have increased the number of users for the App. What would be causing this slow down and what could solve this problem >>Do you have indexes on the ta ...Show All

  • Visual C# What makes C# better than VB

    hey friends, I am a Visual basic developer. I hear that every C# programmer says C# is better - stronger than VB . But when I ask the reason I can never have a strong answer :) . Is there some body can tell me the benefits of using C# rather than VB. What makes is stronger than VB I want to learn C# but I want to be convinced before I start .. Thanks a lot Ayhan Hello All. Keith: Yes, of course the languages are different. The preferences I'm talking about are those of the developer. The language itself can't have a preference. It's a question of whether you prefer to use a language that makes it easy to use late binding on COM, because that's what you want to accomplish, or one that doesn't, because late bindi ...Show All

  • SQL Server Execute Package Task always fails.

    I have a package (i.e. child package) which runs itself perfectly fine without displaying any error. However when I embeded this package inside another package (i.e. parent package) using Execute Package Task. The task always fails. It seems strange enough. The child package has two variables that need to be passed in from parent package. Can any expert here please help out Thanks. - Steve The problem looks like it was with a task which had been pasted in. Most tasks actually store the connection ID, the "{34589715-3053-4b26-9769-0b8ecc198d85}" GUID, rather than the name, although you generally always see the name. If you see the GUID it normally means that the connection with that ID does not exist, a ...Show All

  • SQL Server Empty Measures

    Hi, I have a problem that confused me and I hope anybody can help me. I have create a Data Warehouse on SQL Server 2005. Then I built a cube with Analysis Services and deployed them. There are no errors during the processing. But when I start to browse, there are no data in my Measures. My dimensions are correct an have all data from the data warehouse but every measure are empty. Maybe, is the number of dimensions restricted I have 88 dimensions and 1 fact table. I hope anybody understand my description and can help me. The number of dimensions is not restricted, although 88 is quite a lot simply from the logical model perspective. You might want to look and see if some of these dimensions should really ...Show All

  • Visual Basic Vb.Net 2003

    Please i have a problem that i want to read numbers in arrays(2 arrays) and Draw Curve with this Numbers .first array is x axis and second array is y axis. and x,y axis appears in the graph as in custom component. please can anybody help me thank you The easiest way to do this is to create a form with a picture box on it, and then use the Graphics class to draw in the picture box inside its Paint event handler. I've provided a sample below. It creates an array of point structures and then passes them off to the DrawCurve method of the picture box's paint control. The sample just draws a simple curve. In your case, rather than recreating an array of point structures each time, you would want to ha ...Show All

  • SQL Server Calling Reporting Services from SSIS

    Hi I have created a packages which pull and push the data to SAP server. I want to create a report every day and send that report to the manager. For the same i want to call reporting services in my SSIS package. I know i can write a SQL script and export the report in excel but i want to use Reporting services. Have any one call reporting services from ssis. i want to run MS Reporting Services file from SSIS Task and subscribe the reportfile.rdl.data file to a local or network folder. ...Show All

  • .NET Development Unable to locate Assembly asdlfkjasdfkljasd

    OK, this one is a real head scratcher. I have a paticuarl application on my beta server that flips out almost every time I modify the source code. It gives me an error saying that the cached assembly doesnt exist. Sounds like a permission issue right But I've checked for all of that... and my other apps work just fine. So I google and find some info on app-pools, so i stick the app in its own app pool. Still.... same problems. I spent an entire day fighitng with this thing... all to no avail. It is a win 2k3 server with .net 1.1, and 2.0 installed. I have currently ONLY .net 1.1 apps setup in IIS. Could this be caused by a flaw in my code If so How This is extremely frustrating because its preventing me from coding :| Someone ...Show All

  • Visual Studio Express Editions Using the ReportViewer Control

    Hello People. Please, can anybody tell me if is it possible to use the ReportViewer Control with Visual Basic Express Edition I'm asking this because I've downloaded and installed the redistributable package of this control but I couldn't find a way to use it. I'm sure that it is correctly installed because I browse c:\windows\assembly and I can see 4 entries of it as follows: Assembly Name Version Public Token P.A. --------------------------------------------------------------- -----------------Microsoft.ReportViewer.Common 8.0.0.0 b03f5f7f11d50a3a MSIL Microsoft.ReportViewer.ProcessingObjectModel 8.0.0.0 b03f5f7f11d50a3a MSIL Microsoft.ReportViewer.WebForms 8.0.0.0 b03f5f7f11d50a3a ...Show All

  • Windows Forms dll needs to go into gac?

    Until now I've been deploying an app on several machines by carrying around a CD and installing framework 2 and a few other prerequisites and then just copying the exe and dlls into a directory. That works fine but I figured that I'd try ClickOnce. After publishing, I tried to install it to a test machine and got a message that I need to install a certain third-party dll into the GAC. This is one that I have just been copying to the install directory. Is there some way to tell ClickOnce that it doesn't need to go in the GAC Make sure that the .dll in question is not in the GAC on the Publishing machine as well (if it does not absolutely have to be there). I just had a similar problem, and fixed it by r ...Show All

  • Visual C++ what dlls to include

    hey all, i recently made (or configured to my liking) an opengl project. when i try to use it on another computer, it tell me i am missing whatever dll(like glu.dll and others i dont know). and when i do get thoughs dlls with the .exe, it opens and then crashes! can any body tell me why and cna you give me a list of dlls i need i am using the header files: glu.h, gl.h, and glut.h thanx, jt oh sweet thanx i found depends. turns out i was right. i put the ones i need with it. ok now to my big problem.... why dose it crash on my other comp ...Show All

  • Visual C++ how do that?

    how I can arrive to memmory adress and how I rechange It by c langaue I know that not the true place to write that but I didn't find else that , please help!!! There are quite a few frequenters here who are well versed with both C and C++, so there's no need to jump to such conclusions. Instead of spending time arguing this, it would be of great help if you could simply show us some of the code related to your problem. ...Show All

  • SQL Server Can't Find SQL Server 2005 Evaluation Download

    Hi, I found the proper page for download of the SQL Server 2005 Evaluation and I went through the steps of registering, setting up an account, etc. When I am redirected back to the page where I can theoretically now download the installation, there are two downloads available: ReadmeSQL2005.htm and RequirementsSQL2005.htm - But not the actuall installation file. Am I missing something, ot is something just missing Joe The links are provided in the "Instructions" area of the page. It is a bit misleading as usually you click on the "download files below" link and it takes to the bottom of the page. ...Show All

©2008 Software Development Network