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

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

Totenkopf

Member List

hmscott
Jamez05
Petunia
mrmrmax
waltw
Delphieur
Jason Hogg
jds1982
ghelobytes
VarShant
Nasir_khan_persistent
Oliviertje
Marc Archuleta
cripto9t
Grouchyfd
Grant Swan
Boycarr
AdeptBlue
amarshan
Mike from Wauwatosa
Only Title

Totenkopf's Q&A profile

  • Architecture Layered Architecture across Boundaries

    Hi, I would like to know, how separating layered architecture across boundaries can increase performance and scalability. We have a scenario where client insists on the Presentation Layer on a separate machine and the application server on a separate machine and the interaction between them is going to be using Web Services. Web Services are arguably slow and how can the performance improve against having the UI Layer and Business Layer in the same box. Thanks. When it comes to distribution, performance is seldom the top reason for why you would want to distribute. In many cases perfo ...Show All

  • Visual Studio Tools for Office More VSTO install woes

    R6025 C++ runtime error when opening Excel and word projects. The exact text is Runtime Error! Program c:\Pro... R6025 -Pure virtual function call The title of the message box is Microsoft Visual C++ Runtime Library. I do not have 05 C++ installed. I've already tried vstor.exe. My registry key [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio \8.0\Setup\VSTO] exists and is pointing to the correct directory C:\Program Files\Microsoft Visual Studio 8\Visual Studio Tools for Office\ I've uninstalled and re-installed. There are no installation errors. Any other ideas (XP pro, 2005, 1gig of ram, 40gig HD) I ...Show All

  • Visual Studio 2008 (Pre-release) ANN: View a fully functional Clock demo using WinFX on the Internet

    The XAML for the following demo was authored in the Mobiform XAML Designer Aurora Beta 7.3, which supports the November CTP. The demo is a clock that keeps real time, based on your internal computer clock. http://www.mobiform.com/demos/avalonclock/webavalonclock.xbap Aurora is available as an embeddable component for XAML authoring in your application. Mobiform is also available to help with your WinFX development, contact us for more details. http://www.mobiform.com "System.Windows.Serialization.BamlParseException: Error at element 'Setter' in : Invalid value '0,1,0,Auto' for property 'Margin'" Some of the Expressi ...Show All

  • Smart Device Development LoadToolBar/InsertMenuBar

    I'm having a little trouble with menu/toolbars in an application ported from EVC. Apparently, I'm not the first. None of the threads so far seem to address the specific issue I'm dealing with (or I haven't read them closely enough to understand how they might), which is as follows: In my CMainFrame::OnCreate() I'm doing the expected creation and initialization of a CCommandBar (formerly CCeCommandBar): if (CFrameWnd::OnCreate(lpCreateStruct) == -1) return -1; LPCTSTR resource = MAKEINTRESOURCE(CAppPreferences::IsHighDpi() IDR_MAINFRAME3 : IDR_MAINFRAME1); if (!m_wndCommandBar.Create( this ) || !m_wndCommandBar.Inser ...Show All

  • SQL Server Merge Replication - Weird Conflicts for no reason

    Hi. I am using Merge Replication on Sql Server 2005 (which works much better than 2000 by the way) and everything is working great except occassionally I will get some conflict rows for no reason. The same column(s) of the same row was updated at both 'PublishingServerName.DatabaseName' and 'SubscribingServerName.DatabaseName'. The resolver chose the update from 'PublishingServerName.DatabaseName' as the winner. I checked our audit table and in every case there was no one updating the conflicting row(s) on the publisher that day. I have had to submit the losing row (which is the suscbriber) in every case. I am using COLUMN le ...Show All

  • SQL Server Problem updating SQL2005 From MSAccess Form

    I have recently migrated from SQL2K to SQL2K5 and have a number of front ends in MSAccess Forms that worked fine with SQL2K but are not working with SQL2K5. I am able to connect and view the data in the SQL table using a file DSN but I am unable to update the records from the MSAccess form in SQL2K5. I have checked all of the permissions and have even given the Login dbo privs. I have also allowed remote access through the Surface Area Configuration Tool. What am I missing Thanks in advance for any assistance you can provide. Problem solved . For some reason when I originally created the Linked Table I w ...Show All

  • .NET Development XML DOM = load of c**p

    After years of hand-cranking XML I thought I'd give the DOM a try It's RUBBISH! Why can't you add a node & value with one simple line of code Why can you not set a xmlNode.value, but have to use InnerText Why is it the other way round for attributes Was this written by a bunch of monkeys with no input from MS It works nothing like anything else in .net It's unintuitive and illogical.  I've been coding VB4-vb.net for years and I should be able to pick this up no prob, but it's a load of C**P! Sorry, but it's Friday, and I expect better than this You can add a whole subtree by setting InnerXml pro ...Show All

  • Microsoft ISV Community Center Forums What's your experience with the buddy program?

    Started by admin at 03-28-2005 5:11 PM. Topic has 2 replies. 03-28-2005, 5:11 PM admin Joined on 12-16-2004 Posts 14 What's your experience with the buddy program We've already received a couple of posts on buddy experiences (thank you!) and would love to see more of them, so feel free to jump in and reply to this post and share yours! Thanks, Brenda [msdn/isv] 05-09-2005, 6:08 AM thomas woelfer Joined on 02-14-2005 Posts 5 Re: What's your experience with the buddy program i introduced myself and never h ...Show All

  • Visual C# How to get instance ID of object

    In VB6 I can use ObjPtr to get object pointer.  In .Net how to get it The advice is to use a custom override for the GetHashCode() function in ur own classes to ensure that it is unique: MSDN Content : This method can be overridden by a derived class. Value classes must override this method to provide a hash function that is appropriate for the class and that ensures a better distribution in the hash table. Classes that might be used as a key in a hash table must also override this method, because objects that are used as keys in a hash table are required to generate their own hash code through this method. I guess there is no ou ...Show All

  • Visual Basic VB.Net 2005 Beta setup/deployment problem

    I am trying to create a vb6 type setup.exe file for a simple VB.net program. I have followed the instructions(add Setup Wizard) from the following site: http://www.vbdotnetheaven.com/Code/Jun2003/2005.asp Now, I did a 'Primary Output...' as instructed, and I rebuilt the Solution. When I check out the Setup directory all that is in there is 'Setup1.vdproj', where is the setup.exe files thanks, Dean I was builing the main part of the app and not the setup, which is further down on the Build menu. thank you for your advice. ...Show All

  • Visual Studio 2008 (Pre-release) Assembly problem!

    I have a problem ask for your help! I'm puzzled by it several days. Maybe it is easy to you. Then,please help me! Thank you! In my project, there are Scene1.xaml, Scene1.xaml.cs, Page1.xaml, Page1.xaml.cs, and Application xaml, Application.xaml.cs, etc. Scene.xaml define a main window where I define a area to display Page1.xaml. In Page1.xaml: < Mapping XmlNamespace="uc" ClrNamespace="HyperBar" > <Grid x:Class="HyperBar.Page1" xmlns=" http://schemas.microsoft.com/winfx/avalon/2005 " xmlns:x=" http://schemas.microsoft.com/winfx/xaml/2005 " xmlns:uc="uc" ...Show All

  • .NET Development Dispose and Application Lifetime Objects

    Hello, I have a Windows Forms application. When the app first runs (Form_Load) I create some disposable objects that will be used throughout the lifetime of the applicaiton (eg. a GDI Brush, SqlConnection etc). Do I really need to call Dispose() on all of these objects when the application closes, or will Dispose be called automatically for such objects when the app closes In other words, can I instantiate a disposable object when my app first runs, and not worry about disposing it when the app closes What about if my application terminates due to an exception Many thanks for your advice. Ben Hi, Unmanage ...Show All

  • SQL Server connect to local SQL2000 server from IDE

    Can I connect to a local SQL2000 server from the IDE. I saw the "SQL Server Instance Name" option and tried to change it to both (local) and SQL2K, but it then tries to connect to ./SQL2K etc and fails. I can only seem to (1) connect to a named instance (./namedinstancename), which I do not use. (2) be able to attach a new mdf, rather than connect to an existing db I know that the express edition is restricted to local dbs, but is it also restricted to named instances Thanks If the SQL2k instance is a default instance then you can connect just by using . or (local) or <<machinename>>. There is n ...Show All

  • SQL Server Guids as primary keys

    Is it a good idea to use Guids as primary key. What is the impact on performance. Guids are random by nature that may have an impact on writing clustered index. Any comments or suggestions I'm not a complete expert, but one problem I know of with GUID's with clustering keys is that they are not naturally increasing so this could introduce lots of fragmentation in environments with lots of inserts. They are also wide (16 bytes) so having them in all indexes and foreign keys can be a hit to the size of the database, scan performance, etc. ...Show All

  • Visual C# Showing related tables in a windows form.

    Hi, I want to know how to create a windows form where in it there are two Datagrids, one containing genre records and the other containing film records, both filled from a DataSet reading from a Database. What I need is that when I click on the genre Datagrig, the other Datagrid containing the films will change dynamically and I really don't know from where to start. The relations are: Genre        -->      GenreID                 -->     &nbs ...Show All

©2008 Software Development Network