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

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

erine

Member List

msibm
Prabs
Arshad98766
nathan.wells
Hadas
Silvercat
kdlady1974
HCBMRDD
zu
Dwebs
Gary Russo
Aleksey
Hongmei Ge
Alex Korobkov
JonathanKay
dva
dlt
Eric Silva
Euclidez
Francesco75
Only Title

erine's Q&A profile

  • .NET Development The Undo operation encountered a context that is different...

    This is not specific enough information for me to know what I did wrong and where. Does anyone have any insight to this It appears to have something to do with asynchronous socket I/O completion. System.Transactions Critical: 0 : <TraceRecord xmlns="http://schemas.microsoft.com/2004/10/E2ETraceEvent/TraceRecord" Severity="Critical"> <TraceIdentifier>http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Reliability/Exception/Unhandled</TraceIdentifier> <Description>Unhandled exception</Description> <AppDomain>PPSManager.vshost.exe</AppDomain> <Exception> ...Show All

  • Windows Forms ExpandableList Paint Bug

    1) Start IssueVision 2) in the middle pane select the top item in the second "Computer" group. 3) Then click on the last item in the above group "Telecommunications." Notice you'll see the list "jump" and draw the Telecommunications group starting at the top, when the top of that section had scrolled off the screen. It is disorienting to the  ...Show All

  • .NET Development setspn and delegation

    I am having problems getting delegation up and running using a service account running IIS 6.0. My test scenario calls from a XP client through to a webservice on server iis1, through to another web service on iis2, both web servers runing win2003 SP1. The Domain is at a functional level of win2003. Both web services have windows auth and impersonation set, ping methods to the individual webservices do work ok. I have setup 2 service accounts spniis1 & spniis2. With both service accounts I have run aspnet_regiis -ga against them and also added them to the IIS_WPG & users groups. I have also enabled kerberos by using ...Show All

  • Visual Basic Performance Counters XP and Windows 2K

    I wrote a program that tracks Paging File Usage. It works great on the PC i developed it on (XP). But when I try to run it (.exe) on a windows 2000 computer, I get JIT error. In either case, the program is monitoring the PF on a third computer in the house. Any ideas Thanks. Hi, Can you post the details of your error It might be a lot easier to figure out if we had the actual arror message :) --Geoff ...Show All

  • Windows Forms Creating an exe without using a Form

    I have been using ASP.NET for some time, but now I need to be able to create a quick program that sends out an email if a file exist. A batch file will be executing this file on a scheduled basis. What is the best way to write this. (By the way, I have the code to do this, I did it as an ASP.NET application, now I&nbs ...Show All

  • Visual C# Deployment

    I quite like the deployment mehtod of VS 2005 but have a niggle and wonder if there is a work around. Sometimes I write a simple console application that needs to run from a command line or batch file. If I deploy the application it is not in the path, nor is it in a fixed directory such as \Program Files\..., nor available to other users apparently. The work around is to install then copy the exe manually (after I find it) to a known place, downside is uninstall and reinstall means do it again or else wonder why your fix does not appear to fix on the target machine but does on the development machine. Is there a &qu ...Show All

  • .NET Development Multiple selection on dropdownlist???

    Hi! I would like to know if it's possible to select multiple values on a dropdownlist. I've already seen something that looks like a checkboxlist in a dropdownlist, I mean, at first it looks like a dropdownlist, and when you click the button, it appears a checkboxlist, where you can select as many values as you want. How can I do something like this Thank you! Hi, You must write your own control... the DropDownList which is found in the System.Web.UI.Controls will render a <select><option...><option...></select> HTML code and have no chance to add checkb ...Show All

  • Visual C++ Win32 DLL ??

    Hey I create a Win32 DLL with ATL support in Visual Studio 2005 and i compile the dll and everything works fine on my computer there has Visual Studio 2005, but when I tried to run the dll on a machine there does not had VS 2005 i get a error 'Please reinstall the application' I think it has something to do with version of msvc*.dll, but i 'm not sure, if it is how do i set the properties in VS 2005 . To work with older version of msvc*.dll You have to install the CRT and maybe other DLL's from VS 2005. There is a VCRedist.exe to install the specific files. Use DEPENDS.EXE to see what components you need! ...Show All

  • Visual C++ new to VC++ 2005, have a few problems

    1-In VC++6.0 i could compile a single file by just opening a c++ source file(workspace less) and press the build button. But in vC++ 2005, if i open a c++ source file, the build command is unavalible. i tried to do it by creating an empty project and adding a c++ source file to it. well i can run the code succesfully, but i can not debug it. How can i do it 2-How can i want to add a template to my project: template<class TYPE> class CMyArray:public CArray <TYPE,const TPYE&> I can do implementation manulaly and add the function using the add function wizzard. But this is not of satisfactory. I want to use a wizzard to ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Textures from "raw" memory

    Hi, is there any way how to generate textures in C# / Managed DX directly from the memory I'd need to point somehow directly to data I've saved into memory and because it's quite big amount of data and it needs to be repainted really quickly, I need to say the texture to be generated from memory (and so anytime I'd update memory the texture would change). Using stream means twice more fork and it's really slow. Does anyone know how to solve it All I have is a pointer to memory and I need a texture. Thanks Unfortunately you can’t do this but I am sure there is a faster way to update your textures as that ...Show All

  • Smart Device Development 0xC0000005 Access Violation

    Hi, i'm developing an application on embedded Visual C++ 4 sp4 under windows CE.NET, and everithing works fine, but after a while the program crashes in the next line dataBloqueptr->data = new unsigned __int8 [total]; telling me that an 0xC0000005 Access Violation has happenned, the strange thing is that by the time the program crashes the line and the function that contains it have been executed a lot of times without problem. So please, can you tell me how to debug this problem, and what does it means the error, i think there's a problem with memory allocation, but i have checked over and over and i'm pretty sure that i'm not ...Show All

  • Windows Forms Make Me CLEAR :-(

    Hi To All, I want Something to clear. please help me to get away from this. first i will explain my requirement. i. My application should deploy using clickonce. ii. In runtime only i will give the server name where to install ( i.e.. the installation path in the publish tab). iii. Is this possible by default. please make me clear Thanx in advance. With Regards Amjath ...Show All

  • Visual Studio Express Editions Visual Web Developer 2005 Express Edition - ASP 1.1 or ASP 2.0

    If I use Visual Web Developer 2005 Express Edition can I develop in ASP 1.1 Hi! Thanks for asking! I'm a member of the ASP.NET team, and was just popping over here to see what was going on. The best place to ask ASP.NET questions is over on the ASP.NET forums at http://www.asp.net/welcome.aspx tabindex=1&tabid=39 David was right, VWD will only allow you to do development of ASP.NET 2.0 applications.  Sorry. HTH, PEte ...Show All

  • Windows Forms datareader

    hello is there is a method to count the number of rows in the datareader thank you for the time  You know, with limited experence with ADO.Net you might be better off just using a data adapter instead of a datareader. Basicly to do it it with a reader you will have to take these steps Create a data table with the same schema  ...Show All

  • SQL Server Sample Code - Custom Increment Task Sample

    Hi Books online mention the existence of sample code for several custom tasks, including the one mentioned in the title. But, when I try to find this code in the location mentioned it is nowhere to be found. I have run a search on the rest of my drive and come up empty. Can anyone tell me where to find this Thanks Hi Jamie Thanks, got it! When our support guys built up my machine, they specified BOL but not the samples. Jays ...Show All

©2008 Software Development Network