Mike Livenspargar's Q&A profile
Visual Studio Team System from where i can download SQL Server 2005 CTP - April 2005 - Developer Edition
I am installing VSTS Beta 2. For that i need SQL Server 2005 CTP - April 2005 - Developer Edition. I couldnt find it on MSDN, where to download it from regards Vikas Its available in MSDN Subscriber downloads and here is the path in the Downloads treeview: Servers=>SQL Server=>SQL Server 2005=>SQL Server 2005 Community Technology Preview=>SQL Server 2005 CTP April 2005 Regards, Vikram ...Show All
Visual Studio Express Editions Getting the SDK
Well it said i have to download the SDK or something like that, i cant find where it said that so can someone give me a link to it You can perform a web install of the platform sdk from here: http://www.microsoft.com/downloads/details.aspx FamilyId=A55B6B43-E24F-4EA3-A93E-40C0EC4F68E5&displaylang=en or, download the full thing thing from here: http://www.microsoft.com/downloads/details.aspx familyid=EBA0128F-A770-45F1-86F3-7AB010B398A3&displaylang=en and this looks to be an iso image: http://www.microsoft.com/downloads/details.aspx familyid=D8EECD75-1FC4-49E5-BC66-9DA2B03D9B92&displaylang=en ...Show All
SQL Server Log Files getting TOOO big with Nightly Restore Database, Need help.
Hi, I have a website that displays customer data inside an SQL (Version 8) database. Everynight I download the latest version of their back office database (another SQL database) and restore it as a temp DB. Then I selectively copy the tables I want, overwriting last nights version of the data. My problem is that my log file grows really big and really fast. I am using the DTS copy data feature to copy the tables between databases. I have tried the limit database option, but it just compalins that there isn't enough space to do the job. I would appreciate any help anyone could offer. Please help! Michael Use simple recover ...Show All
Software Development for Windows Vista Using DirectShow to 1) count frames 2) Grab a frame by index, not the time
Hi, I am writing an app that will extract information about movies. It should be able to get the ***exact*** number of frames in a movie and also it should extract a frame ***with a given index*** and store it as a thumbnail. I'm pretty new to DirectShow, just went through that GrabBitmaps sample project. It's neat and all, but IMediaSeeking accesses frames through time, which is just not quite what I need. IVideoFrameStep::Step looks great except that it works no faster than simply playing the movie (according to the docs, haven't tried it myself). 8 - ( Well, that's my situation. HEEEELPP!!! 8 - D Well I figured a few things ...Show All
Visual Studio Express Editions Database question
Hello, I have just started using Visual Basic Express 2005, and I am trying to make an application for my wife to use in her work as a teacher. I previously made it using a bunch of asp-pages on a local IIS server on our computer, but I got frustrated with the whole set-up and decided to make a windows application. Anyway. My question is related to getting data from the database. I have managed to bind one table to a listbox on the form, and I am trying to parse the selected name to do a new sql query. In the query-designer I can't find any information nor did a search help. Sorry if this has been covered before, I just can't seem to find a ...Show All
SQL Server How do you create Users?
This is for Reporting Services 2000. I'm going round in circles in the Book Online, web sites etc trying to find this out. There is a great deal of information about how to create role assignments and define what each role can do, but I can find nothing about how to define WHO belongs to each role. I have had to make all folders accessable to the Everyone role so they can get in, but I want to give some people access to some folders and other people access to others. I see anybody who has visited my server appears in the ReportServer.Users table with their NT login information. Thanks Bruce ...Show All
Visual Studio Express Editions Missing Visible property on forms
I'm new to VB. Why is the visible property missing on the forms property list It shouldnt be missing. Have you got the form selected. Are you looking in the right place - show the properties in alphabetical order and you'll find it easily, ...Show All
Visual C# Help! Access generic list data in App_code class from code behind
C# newbie has a simple C# question here: suppose I have a list in PhotoManager.cs class under /App_Code. In photos.aspx.cs I want to call one item from the list data such as string skname, what should I do I know if you use dataset you will have something like this: dsCategory.Tables(0).Rows(0).Item("skname") but I don't know how to do it with List. I googled for a while still no luck. BTW, the GetCategory method returns single row of data. public static List <GetCat> GetCategory(){ ..................................... GetCat temp = new GetCat( ( int )reader[ "skid" ], ( string )reader[ &quo ...Show All
Visual Studio Team System Exception on import: It was String, but now is HTML.
Exception Type: Microsoft.TeamFoundation.WorkItemTracking.Client.Provision.ProvisionValidationException Exception Message: TF26038: Field type for Microsoft.VSTS.CMMI.ImpactOnArchitecture does not match the existing type. It was String, but now is HTML. I mistakenly imported a beta2 WI type. Now the proper template will not import. How can I correct this Hi Alan, Unfortunately you cannot change the type of an existing variable. If you rename it, it will work. Cheers, Randy MSF ...Show All
Visual Studio Express Editions Setup and Deployment
Hi , I can't see Setup and Deployment Projects in the File > New Projects Menu in VB 2005 Express Edition Beta 2. Where can i found And they aren't there in the release version (which is available for download, BTW). The deployment of VB2005EE projects is provided through the 'ClickOnce' feature. ...Show All
Windows Forms Change Windows
I have a project and on this project I do have 3 Froms. 1 form1 2 john 3 creation I want to know that if I put a button on form1 how do I get it to go to a next form. What and how must I do this Thanks You could also have each form linked in order and not have a "main" form, per say... Start your app with ...Show All
SQL Server SMO licensing model.
Hi, What's is the SMO licensing model For example, if I build an application which will use SMO to get database objects schema, shall the end user buy any license for that Assume that the end user already has SQL server's license. Thanks! Regards Frances Hi As far as I know, redistribution of the SMO runtimes are free. I'm building a little SMO based app (for C# experience) , and nobody sued me yet ...Show All
.NET Development Calling Javascript from C#.NET
Hi, I have an HTML page with contains both Javascript and a .NET control on it. the html is: <html> <head> </head> <body> <SCRIPT LANGUAGE="JavaScript" src="javascript/projectJS.js"> </SCRIPT> <OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" WIDTH="100%" HEIGHT="100%" id="project"> <param name="allowScriptAccess" value="always" /> <param name='src' value='index.mxml.swf' ...Show All
Windows Forms stretching backgroundimage
hi everyone....... i'm developing a system (winform). it is best viewed in 1024x768 resolution. this system have a banner (in a groupbox) that docked at the top of the program. i have 3 images (.jpg) that i will use as the groupbox background. These 3 images has different colors (blue, green and silver) based on the windows xp theme. this program can d ...Show All
Windows Forms Pop Up Window
Dear all: I am thinking of creating a windows service that I can run locally on my machine to work as a reminder. I just though of having that service, pop up a small window down the task bar. Can that be done in Windows forms My experience is humble in windows forms, I mainly develop in Web forms. Thanks a lot. Regards >I just though of having that service, pop up a small window down the task bar. >Can that be done in Windows forms You can certainly develop a Windows Forms app that pops up a window. I wouldn't do that from the service process though, they should generally not be allowed to inter ...Show All
