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

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

Peter999999

Member List

thaer111111
Skanda
w4t4fAk
Geana
Jas1
BrEnO_LEWROY
TWorman
Gabriel Lozano-Moran
JaysonM
Peterssitje
axaros
frederikm
Esteban27421
Eyaltac
Mutozone
ags2886
DomsRoberts
imcc
Fraser Putnam
Jude A
Only Title

Peter999999's Q&A profile

  • SQL Server SQL Server 2005, Parameterized Filter: Snapshot could not be applied

    Hi My merge replication (over Web) has been working fine. But since two days, I've got the following error: If I'd like to reinitialize a subscriber or add a new subscriber, the following occures (on the client side): Client connects to the (Web) server All the snapshot files are loaded down to the client The client tries to apply the snapshot (to a blank database), but then, the following error occures: (Translation from German) Microsoft SQL Server 2005 (KIS:KisAussendienst(XE4500\SQLEXPRESS)): A dynamic snapshot could not be applied, if no dynamic filter for the subscribed publication exists. But, there's definitly a dynamic filter on ...Show All

  • SQL Server Connectioni leak with MDAC 2.82

    Hi, I have troubles with a threaded application on W2003 server. It seems to leave open connections behind time to time, it sums to hundreds over a day (the application make thousends). It is using the SQL ADO provider, MDAC 2.82.1830.0, SQL Server 8.00.2039 (SP4), Windows 5.2 (3790). Is there a knwon bug like this Is there a way to trace the ADO provider Hi, sorry for the delay, the forum alert seems not to work for me either :-) Yes. I am closing all connections, the program leaves only about 5-10% of the connections behind, not all of them. Also, I run the same code using ODBC provider and that w ...Show All

  • Software Development for Windows Vista Workflow Foundation and Windows SharePoint Services 2003

    I know WF will be used in the next version of Windows SharePoint Services but I was wondering if it is possible to integrate it into the current version. With SP2 it is finally possible to run WSS under .Net 2.0 framework but when I try to add the configuration section "Workflowruntime" in the web.config - I get "Unrecognized configuration section WorkflowRuntime." Is this even possible Thx, Joris I already got the asp.net workflow sample working without a problem... thanks anyway for the advice, Kind  regards, Joris http://jopx.blogspot.com ...Show All

  • .NET Development Is my program doing GC?

    When my program is idle, I suddenly find (in Task Manager) that its CPU usage is like a wave : goes up to 99%, drop to 0%, then up to 99% again, etc. This occurs dozens of times in several seconds. After the CPU usage finally drop down and keep on 0%, the memory usage drops about 30MB(the total memory cost is about 450MB). Is it doing GC I know another person who developed an Avalon application and it has a 300MB working set, making it impossible to debug. And you know the user cannot handle more than one of those  types of applicaitions -- their machine will start freezing because of paging operations! So Avalon seems to be a hug ...Show All

  • Visual C# How to Play a video (eg: .mwv) file on Pocket PC ?

    Hi, I would like to play video files on the Pocket PC. How to do this Any ideas/code snippets plz Thanks, ramakrishna. Ok. I don't know much about Pocket PCs but I do know how to make a custom media/video player. Just place the following code as class file. You can just copy and paste it in a new file called MCI.cs : using System; using System.Runtime.InteropServices; using System.Text; using System.IO; namespace MCI { public delegate void PositionEventHandler ( object sender, PositionChangedEventArgs e); public class Media { private System.Windows.Forms. T ...Show All

  • .NET Development CLR Error

    I'm doing a batch data transfer from 'server a' to 'server b'. I get the following error. Any idea what this means please The CLR has been unable to transition from COM context 0x1b1ae8 to COM context 0x1b1c58 for 60 seconds. The thread that owns the destination context/apartment is most likely either doing a non pumping wait or processing a very long running operation without pumping Windows messages. This situation generally has a negative performance impact and may  even lead to the application becoming non responsive or memory  usage accumulating continually over time. To avoid this problem, all single threaded apartment (STA) ...Show All

  • Smart Device Development Major POOM/EDB bug in Windows Mobile 5

    Hi all, There seems to be a bug in the WM5 platform relating to POOM and the underlying EDB. The issue : For instance look at the IContact interface. It allows for most of the fields to be 1022 characters in size. If you actually fill a couple ( let's say 8 ) those fields by the maximum size, the net size of the contact would be at least 8 * 1022 = 8176. EDB only allows 8 KB per record, which means the contact can not be saved. I admit, this is a very unlikely case to have so much characters in the fields, but the documentation should still be clear about it. I haven't tried, but I guess the same problem applies to ...Show All

  • Smart Device Development linking library for smart device in visual studio 2005

    Hi, I am trying to create a smart device application in visual studio c++ 2005.The applications(Miracl) has libraries.When I compile the application as win32 console application (vc++2005) I able to compile it.But when I tried to compile the same application with smart device(visual studio 2005 using c++),i am getting linking errors lnk2001 and lnk2019 saying "unresolved external symbol" for all the functions.I am copying the error log below.Can anyone guide me on this.Thank you. error log: 1>------ Rebuild All started: Project: smart_dev, Configuration: Debug Pocket PC 2003 (ARMV4) ------ 1>Deleting intermedia ...Show All

  • Visual Studio Tools for Office Can't install VS 2005 Tools for Office

    I have installed VS 2005 Profesional and Office 2003 Standard with Service Pack 2 and am trying unsuccessfully to install VS 2005 Tools for Office. It gets about 60% of the way through initializing and then complains that I don't have Office 2003 Service Pack 1 and quits. As I said, I have service pack 2. I have done a full install of Office, including all the extra tools it wants, and have even downloaded and installed a trial version of Office Project, which it also asked to be installed. I saw an earlier related post that said to run "setup.exe /c" to turn off prerequisite checking, but that didn't help. Any help wou ...Show All

  • Visual Studio Express Editions Sound player in VB.NET Compiler Beta2 2005 Express Edition

    Hi. Can someone tell me how to put a working sound player into the VB.NET 2005 Express Edition Beta2 I am having a little trouble, and I can't really figure out what it is. Is it a control If so, why isn't it in the Designer's Toolbox It wont work for me, it keeps asking to Convert the Files using Conversion Wizard. Do i need somthing, or am i missing somthing ...Show All

  • Visual Basic Force re-parse of syntax....

    Is there anyway to force a reparse of the background compiler, eg, working in blocks of code that had previously contained errors, is there a way to force a refresh, at present it can take up to a couple of minutes for the squiggly lines to disappear. TIA Lex. Hi, Lex, The background compiler (BC) starts to work the moment that a “commit” (i.e., a carriage return, change of focus, arrow up/down, added reference) is made, and any other gesture (for example, rebuild) will simply just reset the BC and make it start over. Based on the results of the compilation, the error list & squiggles will be refresh ...Show All

  • Visual Studio Express Editions Header Problems

    Hi, I was experimenting with DirectX and the PSDK, when suddenly when I attempted to compile the solution I recieved an error about the compiler complaining about the syntax of one of the PSDK files!! Is this a bug in my code or is there really an error in the PSDK libraries, which i find unlikely. Any ideas Thanks, Mike You probably forgot to include a header file. Shows us the error message and the list of #include statements and we might give you a more accurate answer. ...Show All

  • Visual Studio 2008 (Pre-release) Positioning elements generated by a data template on a Grid or Canvas

    I'm trying to use an XML data source and a data template to generate some TextBlock elements from this data and present them using an ItemsControl. The TextBlocks are generated correctly, but I can't figure out how to position them on a Grid or Canvas panel. It seems the attached properties (Grid.Column, Grid.Row, Canvas.Left, etc) that I define on the TextBlocks are somehow ignored. This is the XAML code I'm using: <StackPanel xmlns="http://schemas.microsoft.com/winfx/avalon/2005" xmlns:x="http://schemas.microsoft.com/winfx/xaml/2005"> <StackPanel.Resources>     <XmlDataProvider x:Key="dataSource" XPath="/T ...Show All

  • SQL Server Connecting to SQL Server with a login form.

    Hi all, I'm new to VB and VB.net and forms and everything, so please bare with me :) I am constructing an application which is connected to sql server 2000.  What I want to do is have the Login form open upon startup then have an option group where the user states if he wants to use NT or SQL Server authentication.  .  Then I want a combobox which looks up all the current sql servers there are on the network, so that the user chooses the sql server that it connects to. or if that's not possible, just a textbox with the sql server and database name. I already have the option group (although I don't know how to get their values, ...Show All

  • Smart Device Development CEditView for Windows Mobile device

    I am trying to move an Embedded Visual C++ 4.0 project to VS C++ 2005 Beta 2. One problem I am having is defining a subclass of CEditView. My code has the following: #ifdef UNDER_CE class CWcTrcWndView : public CEditView #else class CWcTrcWndView : public CRichEditView #endif afxext.h defines CEditView but since _WIN32_WCE is defined, it doesn't get included in the compilation: #ifndef _WIN32_WCE // View ///////////////////////////////////////////////////////////////////////////// // CEditView - simple text editor view class CEditView : public CCtrlView The Embedded versions of the includes so not have this #ifndef _WIN32_W ...Show All

©2008 Software Development Network