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

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

ttme

Member List

stswordman
MLyons10
gkostel
foobarX
borice
nidionys
CBuilder
Mortsdeh
Armela
Craig Harrison
divya mittal
papadi
ttad
Kamii47
vue
Geetha SG
Tryin2Bgood
Snick
MoniDD
Fluxtah
Only Title

ttme's Q&A profile

  • Visual Studio Permission for VB developer in Windows XP

    What is the least permission for a VB developer to compile their software on Windows XP Professional im not entirely sure about that so I apologize. I don't think any registry settings will come in affect when compiling or running programs, the only time it will perhaps change the registry is when you are loading a project which is populated into the MRU list (Most Recently Used) in the start page ...Show All

  • Visual Studio Debugger visualizer not loading a config file :(

    Hi Folks, i've made a debugger visualizer which works really really well for most of my custom classes except one :( One of the classes has a property that is lazy loaded AND requires a key from the .config file -- i'm using REFLECTION to help determine certain things and then create certain objects. here is the error i'm getting:- System.Exception: PersisterFactory not defined in application configuration [C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\devenv.exe.Config](eg. app.config/web.config) file. Expected key 'Application.Persistence.PersisterFactory'. Please check the documentation for details. ok - that's a good exception i'm throwing when a certain key doesn't exist in the application configuration file. So ...Show All

  • SQL Server insert into without repetitions

    I would like to insert new data into an existing table. However, there is the possibility of overlapping data (i.e. new table may contain some data that is already in the existing table). How can I avoid this The following code obviously will not work because the insert into table does not have a from clause. It does, hopefully, explain what I am trying to do. INSERT INTO table1 SELECT * FROM table2 WHERE table2 . MyPrimaryKey <> table1 . MyPrimaryKey --left join INSERT INTO table1 SELECT t2.* FROM table2 t2 left join table1 t1 on t2.MyPrimaryKey = t1.MyPrimaryKey where t1.MyPrimaryKey is null --not exists INSERT INTO table1 SELECT t2.* FROM table2 t2 where not exists (s ...Show All

  • Visual Studio 2008 (Pre-release) SDK Sample Halos 3D ListView Questions

    Hi all, I got the SDK sample of Halos 3D ListView. It is a good sample of WPF. But the codes quite new to me. Could anyone tell me how can we actually add/remove picture from the list How can I actually add / remove rows of pictures in the 3D list view Could anyone tell me how to make the picture brought out (upon clicked) to be larger size than the default sample size So, my conclusion is that the picture holder also can display video I supposed in WPF Can be activated for playing video upon clicked and stop when it is brought back to the rows of pictures Thanks in advance! Marco Goertz - MSFT wrote: You have better chances getting an answer to your question question in the Windows Presentati ...Show All

  • SQL Server creating an index on a view with a outer join

    Hi All, I am trying to create an index on a view with a right outer join in its select statement. But i get a "Cannot index the view [XXX]. It contains one or more disallowed constructs." when i try to create it. Is this a limitation or is there a way around it I would appreciate any help or suggestions. Thank You, Vish There is no way around it.  See: http://www.microsoft.com/technet/prodtechnol/sql/2005/ipsql05iv.mspx#EOAAC     -- Adam Machanic Pro SQL Server 2005, available now http://www..apress.com/book/bookDisplay.html bID=457 --     < viswaug@discussions.microsoft.com > wrote in message news:c9148311-271a-472c-a425-9 ...Show All

  • Visual Studio Express Editions Novice developer

    im a student and gonna be making a application software with VB Express, the thing that im having problem is that how would i be able to accept inputs from a digital camera into my SW. what should i do that every time i wouldtake a pic i would be able to instantly see my shots into my SW and be able to save it. THanks :D thats advanced for a novice :-) You may wish to look at to see if your camera manufacturer has some SDK/API's available for you to work with your camera. If not, then life may get a bit harder than it already maybe. I know you can user the serialPort's class to access devices but this may not be case here, I don't know. You would need to know what commands the camera supports so you ...Show All

  • Visual Studio Detail - Multiple columns??

    Hi: I've got a report that is for envelope labels. They want their labels 3 across like: [RECORD] [RECORD] [RECORD] [RECORD] [RECORD] [RECORD] -- etc. . . -- She pulled this off in an MS Access 2000 report. I can't figure out how she did it. Is there any way to do this using Crystal Reports .NET for VS.NET 2005 I can do this in Crystal. Can anyone help me get this to work in MS Access 2000 Thanks Pat ...Show All

  • SQL Server SQL Server 2000 Enterprise manager "Invalid class string"

    Windows XPro SP2 MS SQL Server 2000 SP4 Problem: When I open the Enterprise Manager, and try to 'open table->return all rows' I get a messagebox helpfully informing me that "Invalid class string" and no rows are displayed I tried re-installing the client tools, then de-installing it and re-installing it, then removing SQL Server 2005 No joy. From what I've found on a search, it seems to be something to with DTS, which I'm not using. Any ideas how to make this go away Please file a defect report on http://connect.microsoft.com . I suspect one of the designer components is corrupt or missing on your machine. Can you design Views in SQL Enterprise Manager The Open Table desi ...Show All

  • .NET Development Hashtable insert failed. Load factor too high - NET 2.0 bug ?

    Hi Guys We are having an intermittent problem with an ASP 2.0 website which renders the entire site unusable until we restart I.I.S. Exception Details: System.InvalidOperationException: Hashtable insert failed. Load factor too high. This is a known issue with the .NET framework 1.1 and there is a knowledge base article and associated hot fix ( http://support.microsoft.com/kb/831730/ ) however I can't find any reference to this being an issue with .NET 2.0, which is what we are currently running (in conjunction with Windows Server 2003) Has anybody else experienced this, if so how did you resolve it Thanks in advance Matt Williams Sorry, this freakin' new forums software bug i ...Show All

  • Microsoft ISV Community Center Forums NUMBER GENERATOR HELP NEEDED

    Hi, I'm looking for a letters generator from a to g. Or a numbers generator. 1 to 9. I have a scoring system for a horseshoe game I created in excel 2007 beta. I need the letters in column d3 to d13 to update once a round is completed. Which happens ok. But once a team is eliminated. I dont want a letter assined to the cell. If anyone could take a look will understand my issue. I will email you the workbook if you think you can help me out with this. I don't no vba yet but am trying to understand it. my email is trobert672@comcast.net Hi Derek, I try it out but I dont no what i'm really doing. I could send you the file to look at if needed Thanks again for your response Tom ...Show All

  • Windows Forms Error with clr20r3 When running install program

    hi there. I have manage to deploy my software but when it install , it fail to creat a short cut file. When i start running the program it gave me the following error: EventType : clr20r3 P1 : mahidol.exe P2 : 1.0.0.0 P3 : 4580fab8 P4 : mahidol P5 : 1.0.0.0 P6 : 4580fab8 P7 : 72 P8 : 11a P9 : pszqoadhx1u5zahbhohghldgiy4qixhx please have a look and help me many thanks sun ...Show All

  • SQL Server "The package contains two objects with the duplicate name of "xxxx" and "xxxx"

    Hi all, I am creating a Data Flow custom component in SSIS, and my input/output columns are dynamically created depending on the value of a custom property of the component. Then, as soon as I modify this custom property, I make some job in SetComponentProperty(), that I have overrided in my PipelineComponent, to create my input and ouput columns. After validation, I have the following error message: Error 3 Validation error. Data Flow Task: DTS.Pipeline: The package contains two objects with the duplicate name of "output column "AMOUNT" (4714)" and "input column "AMOUNT" (4711)". Package.dtsx 0 0 I create an input column named "AMOUNT" with an ID 4711 and an output column ...Show All

  • SQL Server SQL Server 2000 DTS: Can Execute SQL Tasks share more than one connection?

    Using SQL Server 2000 DTS I cannot seem to access linked servers from the connection context of another server. For example if the sql task has a connection to sql server A, I cannot query data from any other sql server (I get a login failed exception). Is this a limitation or am I doing something wrong If the sql task has a connection to sql servA I cannot query (B.databaseB.dbo.tableB) I am trying to port a fairly large dts package. Before the sql tasks all queried databases on the same server now the databases are located on several linked servers. Thus I get login errors from any queries that try to access servers which the sql task does not have a connection to. If this is a limitation are there any quick fixes I do not want to copy ...Show All

  • Visual Studio Express Editions opening a notepad file from my form

    i want to open a notepad file from my form when i click a button for example, how do i do this thx in advance or you could: System.Diagnostics.Process.Start("notepad"); In the example provided earlier, if it's a txt file or any other registered file format, there is no need to say give the ProcessStartInfo "notepad" and then the arguments being the txt file - you can just give it the file you want to open like in the example above or using the ProcessStartInfo, just give it the name/path to the file :-) ...Show All

  • Visual Basic visible = false, WM_SETREDRAW. suspend/resume layout oh my.....

    The app I am porting from vb6 into .net 2.0 has about 20 usercontrols and 30 forms . They all go through some kind of initialization at application startup, depending on what the user was doing the app shut down last. It needs to reload in the same state where it left off and with the right combination of controls/dashboards, etc. In the MainForm .Designer.vb (SDI not MDI) splitcontainer controls, tab controls, menu and toolstrips are declared and then at the end of InitializeComponent, Resumelayout / Performlayout is done. IThe problem is in the MainForm's Load event when all the other controls are declared and instantiated. It takes a few seconds (machine dependent) to load everything and while all this is taking place, all the ...Show All

©2008 Software Development Network