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

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

DaveStacy

Member List

badseed2379
gerard555
Raatjetoe
RE Elliott
fuzzybinary
walt
H.T.Chien
AdrianWalls
lukey is best
Rameshb106
Adam Lofts
Jose Ignacio Rodriguez
Patri
SuperMarkyMark
Dtours
Mike00000001
ryanlcs
Monirul Islam
Jaaaaa
Vipul Modi
Only Title

DaveStacy's Q&A profile

  • Visual C++ Visual C++ runtime error with Mirar?...

    Visual C++ runtime error with Mirar ... I keep getting this error message... wondering if the mirar toolbar is doing this and how do I get this off my IE Browser 6.0 ... It is causing much havoic and headache!!! Your time is greatly appreciated. Thanks This is a programmers forum and your question is off topic. Please contact the vendor of your software or a support forum for this software. ...Show All

  • Software Development for Windows Vista Vista 5308 Media Center Extender issues

    Does anyone know if the extender function in the Media Center module of the February CTP is compatible with the Xbox Media Center Extender (MCX) I have been attempting to set this up on my test system, and will get as far as the programming the device stage of the extender setup, but at this point the setup will sit there for over an hour without completing. Is there an update that will need to be obtained to allow this to function, or is this ...Show All

  • SQL Server response time when browse

      When I go through management studio and browse the cube it takes a very long time. When I run MDX queries the response time is less than a minute. What does Analysis Services do when you browse the cube through management studio Thanks,  Edwina Derrick   Edwina, SSMS only uses MDX, too! The question is: How "good" is the MDX... Are you really satisfied with a response time of "le ...Show All

  • Visual J# Serialization much slower in .NET 2.0

    I tested Java serialization/deserialization with both .Net 1.1 und 2.0 and recognized that 2.0 is much slower, especially on deserialization. Here are my results in seconds for 5 iterations: .Net 1.1: Serialize-Duration 0: 00:00:01.3920016 Deserialize-Duration 0: 00:00:01.6223328 Serialize-Duration 1: 00:00:01.1917136 Deserialize-Duration 1: 00:00:01.5722608 Serialize-Duration 2: 00:00:01.2217568 Deserialize-Duration 2: 00: ...Show All

  • Visual Studio Team System Fxcop Custom Rule to check for Custom Controls

    Hi, In my project we are using custom controls instead of normal ASP.NET controls. We have build an architecture on .NET and are using its controls. Example of custom control used in prj: xyz. ABC.WEB.CONTROLS.Label Now I need to write a custom rule to check for naming conventions like label name should start with lbl. Can anyone please help me out with code I hope the poblem is clear ..... in case of any further clarifications ne ...Show All

  • SQL Server User Instances in SQL Express -- Need Code Samples

    I would like to have more info on UserInstances concept of SQLExpress 2005. Can i find any code samples for this feature in MSDN. I have tried using the following links.. http://msdn2.microsoft.com/en-us/library/ms143401(SQL.90).aspx http://msdn2.microsoft.com/en-us/library/ms143684(SQL.90).aspx http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnsse/html/sqlexpuserinst.asp http://msdn2.microsoft.com/en-us ...Show All

  • Visual Studio Team System TF30162 Error Project Creation Wizard encountered an error while uploading documents to SharePoint

    Hi Can someone here can help cos my head is getting sore with this one. It appears my problem is slightly different to the other TF30162 posts here so far. I am getting an error on project creation uploading documents to sharepoint services. This happens for me from a clean install. I have never been able to create a project. Thanks heaps Joel 2006-01-18 15:38:48Z | Module: WSS | Thread: 7 | Creating site with the following parameters 2006-01-1 ...Show All

  • Smart Device Development Advice - Sending a File to a PPC - From a Windows Service?

    I'm looking to send a file to a device from a Windows Server to a PPC.  I'd like the file to be sent in the easiest manner and least flakey manner. I've heard the idea of getting the file via windows share, and i'm thinking this is flakey. Is sockets my best route, or is there another simple/easy way. Thanks! Where this action will be initiated from If it is a device side, you can use a web service. ...Show All

  • Visual C# What's the difference between += and =+?

    Is there a difference between the valid += and the mysterious =+ They both compile, is this correct As mentioned, the unary plus operator is the complement of the unary minus operator. For unary minus: n = 42; n = -n; // n is now -42 For unary plus: n = 42; n = +n; // n is still 42 The unary plus operator is a NOP, but included for mathematical completeness, as far as I understand. ...Show All

  • .NET Development .NET throws exception running under limited user account

    Running our application under a limited user throws this exception at weird times and we cannot find any information on it: Object reference not set to an instance of an object. at System.Runtime.InteropServices.Marshal.ReleaseComObject(Object o) at System.Management.Instrumentation.MetaDataInfo.Finalize() The only common denominator seems to be it hits when we're running multiple threads. We're using 1.1 with SP1. We tried running both debu ...Show All

  • SQL Server Authentication Extension - Permissions

    Hello all, I've implemented the custom Forms security extension and I can successfully log on to Report Manager and share cookies with an ASP.Net application. However, I'm getting the following error message when I try to deply from VS 2005 and when I claunch Report Builder: The permissions granted to user '' are insufficient for performing this operation Anyone come across this before Thanks in advance. chucho ...Show All

  • Windows Forms When to get data from the database

    When should I get the data for both ComboBox drop-downs and the actual data to be edited. Right now I'm doing it in the Form constructor. The WFT suggested the Form Load event...but the bindings happen after the Load event so the controls were  ...Show All

  • Visual Studio Team System Code Profilter listing function names as hex codes (instead of name)

    When running the VSTS code profilter, the report lists the "Function Name" as codes like 0x60000008, Line Number is "0", and Source Code File Name is <blank>. Any idea why the profiler appears to not be picking up the info from my assembly/project Chances are that when the report is being generated from the .vsp file, symbols can't be found for whatever reason. It's actually a prett ...Show All

  • Visual Basic Mapping value of variable and value of object

    Hi, I am doing UMI design in VS.Net 2005(basic). This project is relative to DAQ, so the data structure is not standard, but many variables I need to set up from user interface or get from my hardware equipment. In order to make easy operation and control, I am thinking to find a solution to make a map between the variables and component in the interface. for example, I declare: dim a1 as new string dim a2 as new string in my use ...Show All

  • Architecture Architecture options for running a long process from an ASP.NET website

    Hi, We currently have a solution where a user can upload a file, which gets processed in an ASP.NET v1.1 intranet website The solution was designed to handle 10-100 items, but customers have (ab)used the solution to process 1000-10000 items. Processing 100 items takes less then a minute, processing 1000 items takes around 7 minutes, larger uploads take (non-linear) longer. Now besides performance tuning the processing, I want to gather ...Show All

©2008 Software Development Network

powered by phorum