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

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

mkpark

Member List

PaloMisik
MattMasotti
Bill Neal
bobespn
LuisBell
ISV Royalty Program
alexander r
uwel
Sandman13
jcatnc
Srikanth valdas
comet96
Karinita
Rana Ian
Tufan Erdinc - MSFT
kwt85027
Colin Carter
EldoChem
auser095
madda
Only Title

mkpark's Q&A profile

  • SQL Server using a RMO object in a service ?

    Hello, I am trying to use a RMO object in a service that will cause a local database to synch to a remote server. It works fine when I put the code into a winform but when I put it into a service and run it it fails out after loading the properties of the SynchronizationAgent. Can any one point me in the correct direction to resolve this problem Coyotedw Code access security may have prevented the Microsoft.SqlServer.Replication.dll assembly from being loaded into your (web ) service as it is not marked to allow partially trusted callers (APTCA). One possible way to find out if this is the case ...Show All

  • .NET Development Log4Net question(urgent)

      Hi, i am using Log4Net, I dont know why, the log it writing in this format. here, if you notice that the [Header] is on the same line and \r\n is also not working properly, where as the [Footer] is missing,yes the footer tag will appear but when I will write any entry again, can anybody tell me why it is happening. [Header]\r\n2006-01-04 12:50:39,281 [2832] INFO ChangeMobile.Confirm 1 for each Loop 2006-01-04 12:50:39,281 [2832] INFO ChangeMobile.Confirm 1 for each Loop 2006-01-04 12:50:39,281 [2832] INFO ChangeMobile.Confirm 2. IsOldDate = True I am expecting the log in this format. [Header] 2006-01-04 12:50:39,281 [2832] INFO Change ...Show All

  • Visual Studio Alter a Section Width

    Hi, Is it possible to change the width of the Section in crystal reports. in the property of a section the width is a readonly. how can i change that. Thanx in advance. Regards Amjath The width of a section is usually determined by the paper size. To change the paper size of the report: right-click on a blank section on the report select Design Select printer Setup... and change either your paper size or from Portrait to Landscape Claude ...Show All

  • Visual C# How can I find the source code for a class easily ?

    I am looking for the Visual Studio 2005 feature corresponding to Eclipse's feature "Navigate - Open Resource", which is a feature that opens a dialog where you can enter a few characters and then you will see a list of class (and other files) names which partially matches what you wrote, and then you can click the file to get into it. Currently I do it like this when I want to find the source code for a class (when I have lots of potential folders where it might be): In the class currently opened in the editor, I use the intellisense to quickly write the name of a class, and then I use the "Go to definition" feat ...Show All

  • Visual C++ Error LNK2005

    Hello, I have been working on a simple program involving a basic class. Whenever I compile the code below I get the following error:  main.obj : error LNK2005: "public: int __thiscall Employee::Thousand(void)const " ( Thousand@Employee@@QBEHXZ) already defined in Employee.obj From Employee.h: #pragma once class Employee { public:             //accessors     int GetAge() const {return m_age;}     void SetAge(int age) {m_age = age;}         int GetService() const {return m_service;}     void SetService(int servic ...Show All

  • SQL Server using sysdate date/time in bulk load to sql server

    Lets say, I have the following xml doc: <customer>     <name>xyz</xyz>     <name>xyz1</xyz>     .     . <customer> customer(id, name, lastModifieddate) I am doing a bulk load into SQL sever for the above table. Though 'lastModifiedDate' is nullable column, I would like to insert a system date/time at the time of inserting in to the table. How do I write a mapping schema that would let sql server determin the current date time. This is just the opposite of sql:is-constant / sql:mapped annotation. The mapping element / attribute doesn't exist in the ...Show All

  • Visual Studio How to support template export in VS 2005?

    Hi,    There is not the topic of the template export implementation In VSIP document .     Could anyone do me a favor   Thanks! Maybe I havn't given a clear description. I want to implemente the function of exporting template develop environment of my own. After click the "export template" in FILE menu, what is the function I should do. If you don't known about this issue either, can you tell me which articles about this issue I should read. Best regards. ...Show All

  • Visual C# Working with Certificate Revocation List

    I need to load CRL file (or Byte array) and retrieve the Serial numbers in. I notice that System.Security.Cryptography.X509Certificates namespace is for certificates (and I'll use it) but what namespace can I use in order to retrieve the CRL What I would do is create a managed wrapper for CAPICOM. CAPICOM is an unmanged library that has extensive utilities for working with certificates. Perhaps that can help. You can download CAPICOM and it's documentation here: http://www.microsoft.com/downloads/details.aspx FamilyID=860ee43a-a843-462f-abb5-ff88ea5896f6&DisplayLang=en   ...Show All

  • Windows Live Developer Forums Launching an IM Window via JavaScript

    I'm attempting to create a "IM This Page" widget that website owners can place on their pages to let users send their pages over different IM clients.  AOL and Yahoo were pretty simplistic, as they register the aim: and ymsgr: protocols with the OS.  MSN Messenger on the other hand has been extremely difficult. With older version of MSN, one could create JavaScript objects using the progid's MSNMessenger.UIAutomation, MSNMessenger.MessengerApp, or MSNMessenger.MsgrObject.  With these objects, it was then possible to launch an MSN conversation window to a particular recipient. However, with newer versions of MSN, it seems ...Show All

  • Windows Forms how to know the close event sent by Parent or Child ?

    Hi , My goal is when User click MdiParent's close buttom (X Button), I would let the whole system shutdown. but when user click the MdiChild's close buttom(X Buttom), I will not allow user to do anything -- not allow to close the MdiChild , not allow to Hided the MdiChild.  another words: I would like to disable the MdiChild's X Buttom. by the way, I&n ...Show All

  • Visual Studio dynamic image in report

    Hi! I would like to display images with dynamic content in a report (such as barcodes, for example). I created an .aspx web page that has a "image/jpeg" content encoding and returns a dynamic image created using the GDI+ library. The page displays correctly when called from another aspx page, but the report doesn't seem to find it (it displays the red X icon instead of the image). Is there a way I can solve this problem The image was referenced from the report as a web image (I specified the url), but there was another problem. :) The problem was that I set the MIME type of the aspx page from ...Show All

  • Visual Studio Team System Search Source Control for file names

    Hi, maybe I dont see the wood for the trees. But is there any possibilty to search for a file name in source control I try to use Edit->Find and Replace->Quick find. I search for a file which is definitely a part of my project. But I get: "the following specified text was not found". I tried also "Find in Files" but get: Find all "WorkspaceMapping.xml", Subfolders, Find Results 1, "Current Project", "" Matching lines: 0 Matching files: 0 Total files searched: 11 Any clues Regards DDressel I use the command line client for this sort ...Show All

  • Visual Studio Document Explorer filters have been overwritten!

    Hi there, Yesterday I installed the Enterprise Library (Nov 2005 CTP) and was reading through the help files via MS Document Explorer.  To that end the only filter available is "Enterprise Library - Nov 2005 CTP" in my contents filter list. But now when I'm trying to access help from VS 2005 Professional (with MSDN installed) it still only shows the "Enterprise Library - Nov 2005 CTP" filter and none of the Visual Basic or C++ or any of the other filters!  Does anyone know how I can get my Document Explorer to shows these filters again Thanks in advance! Cheers Cam Hi Cam, A c ...Show All

  • SQL Server Asynchronous Outputs on Script Component Best practice

    If you have an output that is not synchronous with the input what is the best way of processing the data. I am currently using a generic queue, and a custom class. I am creating an instance of the class in the ProcessINputRow and then adding it to the Queue. The CreateNewOutputRows Dequeues the class instances and creates buffer rows. Is there a better solution ...Show All

  • .NET Development xslt loop problem

    Hi I always seem to get 90% of the way before something goes pear-shaped Started on xslt (apparently the way to do the following) so I can get rid of all the trash from one file and save only the info needed to another. I am using Stylus Studio to help with the xslt and I have the following which works xslt file < xml version='1.0' > < xsl:stylesheet version= "1.0" xmlns:xsl= "http://www.w3.org/1999/XSL/Transform" xmlns:a= "http://www.w3.org/2000/svg" > < xsl:template match= "/" > < textdata > < text > ...Show All

©2008 Software Development Network