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

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

ebdrup

Member List

DJCheeky
Ben0s
aragon
adroit2
Vincent Fournier
xx-Cougar-xx
BETA 2 TESTER
brad oyler
Wolfgang K.
ujjwalprakash
chinna145
conkien_1410
dinsdale
Brett Burkhart
Olivia Luo
Csaba Gáspár
tickko
Darth Vador
joseph5600
talitore
Only Title

ebdrup's Q&A profile

  • Visual Studio How do you remove outdated history information?

    In the Visual SourceSafe help there is a page entitled " How to: Reduce the Size of a Database".  One of the things it mentions to do is "If your projects have outdated history information, remove it."  But there are no instructions on how to do that. In the file history dialog there is no delete button.  There appears to be no simple way to delete unwanted versions.  I could delete ALL the history by getting the latest version, delete the file from the database, then add it back.  Or I could get the latest version, rollback the file to some previous version, check it out without getting latest, then ...Show All

  • Visual Basic Molecular graphics

    Is anyone using the Viewer (from Accelrys) with VB 2005 It is an ActiveX component for 3D Molecular (OpenGL) graphics. It is one of the elements that did not successfully make the transiton from VB6 to VB2005. In VB2005 (express or VS2005) I could add the COM reference to the ToolBox. The code accepts the usual commands for "AxViewerControl401". I can compile the program. But any attempts to run the statements will cause an error: "Attempted to read or write protected memory. This is often an indication that other memory is corrupt." Alternative: Can anyone suggest another source for such graphics ...Show All

  • SQL Server Creating a Script component using SSIS Object model

    I had a SSIS Package which was developed on Beta Version Of SSIS, Now We have Standard Edition Of SSIS(Sql2k5) Installed. In the Package we have One Flat file Source, One Script Component and A Sql Server as Target, We are programaticaly creating the package, Now When we open this Package in the Designer and Try to Run We get this error "The script component is configured to pre-compile the script, but binary code is not found. Please visit the IDE in Script Component Editor by clicking Design Script button to cause binary code to be generated. " Now when we just open the Script Designer and close it, The package runs. I found the Error des ...Show All

  • SQL Server What is the User Limitation on Express Advanced?

    What is the number of users that can access SQL Server Experss 2005 Advanced edition. Would like to know before I travel down the road of using it. TIA SQL Server 2005 Express has no built, hard coded user limit... that doesn’t mean that you won’t eventually run into one though. Aside from the obvious database and tool differences between Express and the bigger versions one key difference is its lack of a workload governor so the efficiency which limits performance if the database engine receives more work than is typical of a small number of users. ...Show All

  • Smart Device Development Transfer files between PC and PPC.

    I've searched for this no doubt frequently asked question to no avail. I want to copy files programmatically from a PC to the PPC, and back again, usually to the storage card. I'm using VS2005 VB.NET, but can convert from C# or C++. ---Mike Sriram Krishnan MSFT wrote: How are you connecting to the PC Is it over ActiveSync or is it over the internet Also, do you have some server running on the PC hi, you got any idea on how i could do the same thing - copy file from PPC to PC and back - but over LAN (using IP address) Thanks. ...Show All

  • Audio and Video Development YEAH WELL....

    This is the second time I've posted this thread. Since it got deleted it probably meant that the following suggestion is completely impossible. Anyway... I have little experience with the actual internal goings on of a PC. I've built a few in my time but the specific functions are a mystery to me. It seems that the optional harware in PCs (gfx/sound cards) are there simply to process inputted information then convert it into some kind of output (monitor/speakers). If this is basically all these do then surely one could build a program which runs through the processor and performs the same task, or maybe it could enhance the performance of ...Show All

  • Smart Device Development How to send file via IRDA ( BEAM ) By programming

    I am developing a project for customizing the windows native applications, i need to send file or contact via beam by run time (programmatically) Do u have any idea about that Thanks in advance !! What is your target platform WinCE, PPC or SP Do you want to communicate between two devices or device and Windows PC Following article might be useful http://www.microsoft.com/mind/0599/wince/wince.asp Hope this helps! Manav ...Show All

  • Visual C# How to Read/Write DBF file In C# use OleDb

    See the topic! Give me an example to show me how to do this ,thx! And my msn is  i_will_communicate_through_this_forum@msdn.com  I can't insert a Datetime Object into the DBF file,why Hi pj. I Try it by use Hard-code to insert data.It can insert new rows into DBF files. but when I change it to use OleDbparameter ,It can't work now. I don't know what's wrong with it. I think may be : 1,The Datatype Change wrong. OleDbType.Type is not fitted in DBF Type. like Logic(Query Out is T or F). 2,Make Parameters wrong. ...Show All

  • SQL Server Puzzled by concurrent update

    I have a puzzle in my mind here. I will thank anyone who can solve my puzzle. I am not familiar with SQL and its theories behind, so please bear with me if I am asking a stupid newbie question. My puzzle is generally a problem of generating sequence numbers. The following SQL is only a stripped down version - it fetches the max number, add 1 to it and updates the table with the new number. DECLARE @max int SELECT @max = MAX(next_number) + 1 from sequence_numbers UPDATE sequence_numbers SET next_number = @max WHERE next_number = @max Now if user1 gets 100 and user2 also gets 100 and they both try to update the tabl ...Show All

  • Visual Basic EventID ?? is now InstanceID

    Guys, On VB 2005 microsoft had the wonderfull idea of change the Eventid for InstanceID.  I'm trying of retrieve the eventid in my application but it come with a very long number in some cases.  How can I retrieve the EventID that you can see in the Event Viewer instead of the InstanceID   Is there a way I can convert the InstanceID to EventID Ejemple: Private Sub btnSee_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnFind.Click ' Create an EventLog instance and assign its source. 'Dim myLog As New EventLog("myNewLog", ".", "MySource") Dim entry As EventLogEn ...Show All

  • Visual Studio Tools for Office VB + Excel + Array

    I am coding a front end to an excel "database".  At this point all I am doing is trying to grab the data from excel and put it into my forums.  I will be taking into consideration the fact that multiple items could be found off the find and store it each into the array.  From there, it will add the items find to a combobox.  Problem being I can't get the arrays to populate data correctly.  Excel doesn't like when you call an excel function (offset) in a system.array declaration.  Sorry for inserting all the code but I wasn't sure if I even had the arrays declared correctly or if there was something special I ne ...Show All

  • Visual Studio Express Editions Link to "Registration Benefit Portal" takes me to "Microsoft Connect" site -- what is that?

    In my "thanks for registering" email from Microsoft, the link to the Registration Benefits Portal is given as:     http://go.microsoft.com/fwlink/ LinkId=52054 When I click on that link, however, I get a web page called "Microsoft Connect", which describes itself as "the new product development collaboration site at Microsoft". There is nothing in there about Visual Studio, Express or otherwise, as far as I can tell. Is this the right URL for the Registration Benefits Portal Any help would be appreciated. This problem was not answered in that link. All I saw that might been o ...Show All

  • Windows Forms printing datagrid

    I have a datagrid that I want to print. I have added all the print stuff, but when my form prints I get only what is visible on the datagrid, which is about 25% of the entire result. Here's my printing code: private void printDoc_PrintPage(Object sender , PrintPageEventArgs e)  { PaintEventArgs myPaintArgs = new PaintEventArgs(e.Graphics, new Rectangle(0,0,dgcompare.Width, dgcompar ...Show All

  • SQL Server Report Deployment Issue - The permissions granted to user 'domain\user' are insufficient for performing this operation.

    What permissions do you need to deploy reports to a production environment I have a fresh install of Reporting Services on a Win 2003 box and i get the error mentioned above when trying to deploy my report. Any ideas Anyone............ I tried with the 'Content manager' role but it was still not working. However having the Admin rights on the folder and it was alright. ...Show All

  • Microsoft ISV Community Center Forums Problems compiling an MDB to an MDE

    Hi all, I have a front end/back end split 2002-2003 file format mde which I have been using for 3 years, and tweeking every now and again. All of a sudden I can not compile the development mdb file into an mde file, and keep getting the same error message saying that I "probably have too many forms". The error msg mentions problems associated with 500+ forms, but I have nowhere near that many. (Linked Tables:33, Tables:2, Delete Queries :5, Append Queries : 2, Crosstabs : 14, Select 87, Union : 1, Forms 34 , Reports 73, Pages :0, Macros :7 and Modules : 3). Also the link to the further help (online) goes nowhere!! Has anyo ...Show All

©2008 Software Development Network