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

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

SEMuser

Member List

GoDaddy
LalitBoliya
pjhunter
Richard Morgan
Manech
joshtms
Danny Thorpe MSFT
Sébastien Nunes
Lawrence Parker
eye_v_eye
PsyCadelik
Wolfsvein
donbox5
guyinkalamazoo3
HumbleServant
Alastair Q
Jonas Beckeman
js06
khaladu
PhilipDaniels
Only Title

SEMuser's Q&A profile

  • SQL Server stuck from the start on custom component

    Imports System Imports Microsoft.SqlServer.Dts.Pipeline Imports Microsoft.SqlServer.Dts.Pipeline.Wrapper Imports Microsoft.SqlServer.Dts.Runtime Imports Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace SSISComp <DtsPipelineComponent()> _ Public Class UpperCase Inherits PipelineComponent End Class End Namespace The above is fine, i.e. at least i get no IDE complaints. But, as soon as i try to make the attribute even remotely useful, i get Mr Squiggly and he no wanna go away. (and most of this is pulled from samples so I must be missing someyhing embarrasingly obvious: This one will get you DisplayName is not declared Namespace SSISComp <DtsPipelineComponent( DisplayName = "Hello")> _ Public Class UpperCa ...Show All

  • SQL Server can i restore only a table from a backup file?

    Hi, i have a backup file , and i saw the wizard to restore the file in sql2005. But i need to restore only a table. Is there a wizard for that As of now i hd never seen a way to restore a table from a backup file. All you can do is create a new database and restore the backed up data file database into it and try to get a table required by you. ...Show All

  • .NET Development Can 1.1 and 2.0 framework coexist on the same box?

    I'm trying to get my legacy asp.net (1.1/C#) apps to play nice with future 2.0 development. I can get either the 1.1 stuff to run or the 2.0, but not at the same time.  If the 1.1 apps are working the 2.0 work returns errors that tell me that the frameworks are trying to use the same process and that this can't work. If the 2.0 app works then the 1.1 error out. I suspect that this is an IIS configuration issue, but being weak in iis I can't seem to find a solution. I was advised to look at the App Pool for the individual web apps on by server.  The 2.0 apps show as belonging to the 2.0 pool and the 1.1 apps go to the default pool (1.1 ).  The Application Name (Home Directory tab), is set to "Default Application" or is lef ...Show All

  • Visual Studio 2008 (Pre-release) Image and memory leak

    Hi, I'm using the Image class in an application that uses a Frame and navigation to load new pages. In one of the pages, I use an Image with a Source attribute that looks like "http://blah.com/blah.jpg". When I load the next page, the old page never gets garbage collected, unless I remove the Image element. Why is that To avoid the memory leak, I created a class like this: public class NoLeakImage : System.Windows.Controls.Image { public NoLeakImage() { this.Unloaded += OnUnloaded; } private void OnUnloaded(object sender, EventArgs args) { this.Source = null; } } And use it instead. It avoids the leak. Lot's of gotchas with WPF... - Imad Just an update. The ...Show All

  • Visual C++ Getting bug report support from Microsoft

    I have recently reported a private bug to Microsoft, a "C++ CodeDOM parser error: Internal Error", which blocks my efforts to continue component development for one of my components in C++/CLI. The bug was reported a week ago but has evidently not been reviewed by Microsoft. The bug is detailed at http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=671820&SiteID=1 on this site. Is there a way to contact Microsoft directly so that I can have this bug looked at and so that I can get a workaround or fix which enables me to successfully complete and market my component Also, does anyone know whether file attachments added to public bug reports are downloadable by all users or only by Microsoft I made my bug report private beca ...Show All

  • SQL Server Problems by upgrading MS SQL 2005 with SP 1

    Hi, I have 3 servers running MS SQL 2005. The other 2 servers upgradet fine, but the last one failed on the databasepart. I am running the upgrade as administrator. And I am able to start the databases after the failed upgrade, but the maintanance plans and so on doesn't work. This is a production server, and I would be happy to get feedback saying it is OK to keep running producton on this machine The error thas was provided was: 02/04/2007 22:15:18.750 ================================================================================ 02/04/2007 22:15:18.750 Hotfix package launched 02/04/2007 22:15:19.468 Product discovery successfully completed during the install process for MSSQLSERVER 02/04/2007 22:15:19.484 SP Level check successfully ...Show All

  • .NET Development How to Find Yesterday's date

    Hi, I have a need to find yesterday's date. A datasource our app needs requires us to FTP a file from a remote server to the location where it is processed. The naming convention used on the file is filename.Mddyyyy . (filename.8242006, for example). The filename is constant. The catch is the file is created at 10PM and not made available until 2AM, so just doing a straight ToString() on "today's" date won't work because it will always be the "next" day : string date; date = thisDate.ToString( "Mddyyyy" , DateTimeFormatInfo .InvariantInfo); We use the filename.Mddyyyy to tell our FTP service which file to download. I've got to use yesterday's date to FTP the correct file. Any idea how to do ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. When will the Content Pipeline be released?

    Can any XNA insider tell me the date the content pipeline released or when will the next version XNA GSE be released I think this would be a disaster for the content pipeline since everyone really interested in this will have to build it's own pipeline by then. I would say releasing it within weeks would be ok. But not releasing until christmas will make at least me to go back to my old 3D engine with all this implemented. Not managed in C++ and with all the other problems. But with a working pipeline. ...Show All

  • Software Development for Windows Vista Elevating a process / querying elevation status (LUA/UAC)

    Hi, how would I go about programmatically elevating my process (as in an 'elevate now' button) Also, how would I query if my process is running with full privileges or not Thanks, Relja The annoying thing is you can not programmatically elevate. You have to start a process the the OS elevates for you if the manifest of the started .exe is setup for. Ciao Hermann ...Show All

  • Audio and Video Development Dynamic Metafiles

    I'm looking to stream dynamically generated WVX metafiles. For instance, the metafile would contain a playlist that does this: 1. plays a 30 second clip (commercial) 2. plays a selected movie The only way i have found to do this is to create individual metafiles for each movie. is there a way to send a variable such as movie location to link it to the file on the mms:// server Thanks, Jonathan Try posting your question here: http://www.microsoft.com/windows/windowsmedia/community/newsgroups/WindowsMedia/default.mspx dg=microsoft.public.windowsmedia.server&lang=en&cr=US ...Show All

  • Visual Studio How to get win app to work using Microsoft.VisualStudio.SourceSafe.Interop.dll running on a computer without VSS installed

    Hello Im trying to run my win application that uses Microsoft.VisualStudio.SourceSafe.Interop.dll on a computer without VSS installed. First off, I got the "CLSID {783CD4E4-9D54-11CF-B8EE-00608CC9A71F}  failed". I got rid off this by running regsvr32 ssapi.dll (copied from the development computer). Trying my luck again, I get a message box titled Visual Source Error, saying: "A required resource cannot be found on your computer. To resolve this issue, run setup to repair your Visual SourceSafe installation." And an exception: System.Runtime.InteropServices.COMException: Error HRESULT E_FAIL has been returned from a call to a COM component. This occurs when i try to open the css database. Is it possible or recommended to utilize the ...Show All

  • Visual Studio Express Editions Opening A File

    I created a new project with a form and some buttons. Now I try to open it but there are like 10 different files. Which one do I click to open it. I have been trying for an hour to save a project and open it but opening it doesnt work How do I open it OK form1.vb and form1.designer.vb are the actual form Windows Application 1 - i would assume is the project - you need to look at the file type or provide the file extension to be absolutely sure. Obj / bin and My Project are folders and you do not need to be concerned with these.   Out of these the file you need to open is the project - and this is in all likelyhood the windows applications 1 file.  Open this - go to the solution ...Show All

  • .NET Development how to run a vb.net application without installing .net framework sdk...

    sir i have developed a vb.net application & i would like to distribute it. But my clients are not intreseted to install .net framework sdk in their machines.They argue that with respect to java,if only JVM is installed ,they are able to run their java applications.... So,is there any possible way to run a vb.net application without installing .net framework sdk... Please help me in this matter I developed s/w and some body said me once that u can run application without framework or anything else. To run the application u need to just copy some DLL files at some specific location i tried but its not working and i dont know where to copy the files exactly. P L E A S E H E L P M E A S A P. ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Need Help With Xbox 360 XNA

    Hi, I got a creator's club subscription yesterday and need some help with getting started.  Firstly, I am completely new to XNA and have never written any code before.  Does anyone know of any really in-depth tutorials for learning C# and creating simple games   I have tried a few, but they were for the old XNA beta and didn't seem to work with the new one.   P.S: I hope I've posted this in the correct section :)     Troy, There are a number of sites that will help get you started. If you're new to coding, check out this thread here for a list of helpful resources for getting started with C# . Once you've got a basic grasp of the C# langauge, then you can sta ...Show All

  • Visual Studio 2008 (Pre-release) Freezable Warning

    I've created a custom panel and implemented MeasureOverride and ArrangeOverride. When the user clicks on one of the panel children it starts a ScaleTransform animation - void ScalePage( FrameworkElement page, Double toValue ) { ScaleTransform st = page.LayoutTransform as ScaleTransform ; if (st == null ) return ; st.BeginAnimation( ScaleTransform .ScaleXProperty, new DoubleAnimation (toValue, TimeSpan .FromMilliseconds(500)), HandoffBehavior .Compose); st.BeginAnimation( ScaleTransform .ScaleYProperty, new DoubleAnimation (toValue, TimeSpan .FromMilliseconds(500)), HandoffBehavior .Compose); } but this results in a mountain of warnings - System.Windows.Freezable Warning: 4 : CanFree ...Show All

©2008 Software Development Network