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

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

barkingdog

Member List

Amritha Chand
Eighthxplayer
lancasm
Ted Dawson
TomPearson
iliketoeaticecream
ihatems2
Alex-MyRpg
Udo Kroon
rgabel
DarkLogan
LydiaC
RADIOGENERIS
Mastroyani
PeterLlwr
KitGreen
Jan Kučera
bitbonk
Stephen Lin
BlueBeetle
Only Title

barkingdog's Q&A profile

  • SQL Server Copying database using "Copy Database" - still failing after SP2

    I am struggling with the "Copy Database Wizard" in SQL Server 2005. I am used to working with DTS to copy data from one server to another, but with the new tools, I am having serious problems (in fact, it's unusable) 1. When copying a database using the "SQL Management Object" method, I always get errors concerning logins. If I select not to copy logins, I get errors "sp_grantdbaccess failed". If I do select to copy logins, the logins can't be created because the machine names are different (one the source machine, the login is called MACHINE1/mylogin, but on the destination machine, such a login cannot be created) 2. For small databases, I ALWAYS get the error "CREATE DATABASE failed. Primary file must be at least 3 MB to accommodat ...Show All

  • Visual Studio 2008 (Pre-release) Beginner's question: "Easy" adding of event handlers

    Hi everyone! I've just started to look into the WPF and installed WPF Designer extension for Visual Studio 2005. (How) Can I add event handlers Or should I manually create handler function in the code, and then add a property in xaml I can't even see the Events tab on the Properties panel... :( Maybe I don't understand something big ;) Hello Pradeep, What you're expecting to work in WPF (that is, imperative drawing in code in the OnPaint event) is counter to WPF's design & architecture. There are lots of places to look, but my fave is to start with Jessica Fosler's doc on coming to WPF from a Windows Forms perspective . (or check out the series indexed via a blog post ) If you have othe ...Show All

  • Visual Studio Team System Deleted Folder still visible- Can't remove

    I deleted a folder. Other users can't see the folder but I can. I checked and unchecked show deleted items just to be sure. I did Get Latest and Get Specific version on the entire project (with force get). I did refresh on the tree. I restarted the IDE. Still shows the folder after that. Richard Berg MSFT wrote: Well, it's not SCE's fault. The server thinks you still have an old (non-deleted) version of the item. Running Get should fix it. But we can see the item was deleted. I have run get from the root of the project and that folder itself, both get specific (force) and get latest with no luck. ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Spark Demo

    I've been working for a few days in a simple moviment physics demo when I've got excited and started putting more stuff in it, now except for enemies, I think it show what I'm after with it go over to http://www.xnaresources.com/pages.asp pageid=11 to check it out and give some feedback, it's early and could get VERY slow in weaker pc's. I love the look of your site. From a game perspective, you could add a readme file and put instructions on the page with what the controls are, so that we don't have to look through your code to see what to do. ...Show All

  • Visual Studio 2008 (Pre-release) GridView CellTemplate

    Hello, I just started using GridView today, it is pretty cool. I have a question about the cellTemplate property of GridViewColumn class. I want to style the content of a cell (fontsize, etc.) so I use cellTemplate (I'm not sure if this is correct ). So I need to define my binding in the cellTemplate's value (a datatemplate resource). But then I would have to define a cellTemplate for each column. Is there a better way to approach this problem, so that I have one style for all my cells regardless of which column the cell belongs to Thanks Houman Yes. Define the template as a resource and then apply the resource to each of the columns using a resource expression. That would look a little someth ...Show All

  • Windows Forms Context Menu In GridView

    How can I have context menu in Gridview upon right clicking at any where in gridview.Can any one plz help me up... Thanks in adavance.... With regards, mahender Hello All. mahender: I apologize. Since you posted this question in the Windows Forms forum, I mistakenly assumed that you meant DataGridView instead of the WebForms control GridView. You really should post this question in the ASP.NET forums . I'm afraid I can't be of much help to you. ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Toon shader question

    i have trouble by this question few days i use a 32*1 texture,it contains four luminance /////////////////////////////////////////////////// LPDIRECT3DTEXTURE9 g_pTexture = NULL; if( FAILED( D3DXCreateTextureFromFile( g_pd3dDevice, "Toon.bmp", &g_pTexture) ) ) { if( FAILED(D3DXCreateTextureFromFile( g_pd3dDevice, "..\\Toon.bmp", &g_pTexture) ) ) { MessageBox(NULL, "Could not find Toon.bmp", "tiger.bmp", MB_OK); return E_FAIL; } } /////////////////////////////////////////////////// then i set the effect g_pEffect->SetTexture("Toon",g_pTexture); in the fx files (the while below) //////////////////////////////////////////////////// texture Toon; ///// ...Show All

  • SharePoint Products and Technologies Document Library WebPart and Folder Navigation

    Hi, I have created a Document Library and am using folders rather than columns for organization. This is largely because when users upload more than one document at a time they are not prompted to tag them with metatdata and then lose thier files amongst the existing documents. It is difficult for them to then find the documents and edit the properties after the fact. With this being said, it is more convenient for them to navigate to the appropriate folder and then upload the multiple documents. The one issue with navigating the folders is with the Document Library Web Part. I can't find a way for them to navigate up a directory. The "Up" button is no longer in the toolbar. The breadcrumbs don't work like they do if you ...Show All

  • .NET Development use of filesystemwatcher along with backgroundworker

    hi all, I m creating an application that continuously monitors the file sytem using FileSystemWatcher in the background using the BackGroundWorker class, but i m not getting the event fired when the filename is renamed, plz any1 can help me inthis how to implement it...... i dnt knw anything abt using both 2gether. plz help needed. thanx in advance might be u r right. Now i changed my logic slightly. I m dng now through console appln and having the filesystemwatcher in that. ur point is right but i dnt want the gui atall to be included in this process. i want .dll or the exe that run continuously on the device and monitors the renaming of the file system and it any changes then stores it in the datab ...Show All

  • Visual Studio Team System Problems with New Project Creation

    When I try to create a new team project with visual studio 2005 I get the following error message: Error TF30004: The New Team Project Wizard encountered an unexpected error while initializing the Microsoft.ProjectCreationWizard.Reporting plug-in. Explanation TF30171: The Microsoft.ProjectCreationWizard.Reporting plug-in used to create the new team project could not be initialized and returned the following error: TF30222: The New Team Project Wizard could not find the data source TfsOlapReportDS on the SQL Server Reporting Services server <IP-address>. Contact the administrator for the server and confirm that your user account has Content Manager permission to create reports. If the problem persists, contact your Team Foundat ...Show All

  • Visual C++ Application closes when 'Enter' key is hit.

    Hello!The issue that i am facing is, whenever 'Enter' key is pressed when application is running, the applications exits without any prompts or intimation. i have take care of OnCancel() and OnClose() events , but i couldn't find anything on 'Enter' key event. Please help me with this. For MFC and ATL Dialogs override virtual void OnOK() method to process additional action when Ok button or Enter pressed. ...Show All

  • Smart Device Development Loader log interpretation: Missing Type.

    How do you interpret the Missing Type message in relation to the Loaded message Is there any relation If the MissingType message follows a Loaded (which I assume it always will) message, what conclusion may be drawn about the loaded assembly Is it the assembly where the problem occurred That seems reasonable, but you never know. What about when you get multiple MissingType messages in a row My application is getting Missing Type messages, what's the best way to track them down Here's a sample: ... Loading module [\Windows\GAC_System.Windows.Forms_v2_0_0_0_cneutral_2.dll] Loaded [System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=969DB8053D3322AC] from [\Windows\GAC_System.Windows.Forms_v2_0_0_0_cneutral_2.dll] ... Loade ...Show All

  • Visual Studio 2008 (Pre-release) Any WPF Appointment/Calendar Scheduler type controls available?

    If anyone has come across any WPF controls for appointment/calendaring scheduling type of functionality, request if this information be shared. Thanks. I have the same question. I'm very interested in a calendar/scheduler (week and month mode) available for wpf. Regards, Ruben Leal ...Show All

  • SQL Server Cant Connect to SQL Server

    can sum1 help me with this error >.< i cant connect to my SQL server management http://img376.imageshack.us/img376/8...zzzzzzzfz9.png The error you show it typically caused by providing the wrong server name or the server not being visible on the network. Confirm you've spelled everything correctly. Confirm that you're using a backslash (\) in the name, not a forward slash. If you're connecting to a remote server, confirm that the server is available and you can PING it. Verify that you can connect to the SQL Server from the local computer and that SQL Express is up and running. Mike ...Show All

  • Visual Studio 2008 (Pre-release) XamlWriter, MarkupObject How to ?

    I'm trying to serialize a tree of object in xaml in some designer app. some node of this tree refers to the same reference that i added to a resource dictionnary. XamlWriter won't serialize the reference to the dictionnary resources as a StaticResource + ResourceKey but i understand reading this post : http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=286265&SiteID=1 that this should be possible using MarkupObject and modifying the ouput for some node. let say : Transform3DGroup TG1 = new Transform3DGroup (); Transform3DGroup TG2 = new Transform3DGroup (); TranslateTransform3D ts2 = new TranslateTransform3D (); TG1.Children.Add( new TranslateTransform3D ()); ...Show All

©2008 Software Development Network