Software Development Network Logo
  • Visual C#
  • Visual FoxPro
  • Windows Forms
  • IE Development
  • SQL Server
  • Game Technologies
  • Microsoft ISV
  • SharePoint Products
  • .NET Development
  • Visual Studio
  • VS Team System
  • Smart Devicet
  • Windows Vista
  • Visual C++
  • Audio and Video

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

luweewu

Member List

Ofir Epstein
XenoSilence
RajLakamana
Duncan McC
@nt
Fixxer
Greg Van Mullem
hong2007
Martin Mason
Jade Skaggs
Russ McDaniel
OctopusThu
PAULL
Amadeum
Cammyr
Christian38
Tobias Hoff
Moistly
robinjam
Jkat98
Only Title

luweewu's Q&A profile

  • SQL Server Plug-in Algorithm in data mining using SQL Server 2005??

    Hi, actually i want to implement a c# component that can help third party data mining algorithm and i want managed plug-in algorithm (without wrapper),. is it possible to write whole application in c# as Analysis servisce is in c++ , can we implement it in c# thanks in advance ~Chinmay If you're trying the re-implement the COM interfaces in C#, it will be much harder than the managed C++ wrapper we've provided - you'll need to do your own research in that case. Testing the wrapper would be a combination of whitebox testing and a sample plug-in written using your custom wrapper methods (similar to the one we supply with our Managed Plug-in API Framework). ...Show All

  • Visual C# How to generate a TIff file?

    Hi, I'm trying to generate tiff files from the data in database and save them on the disk. As I'm very new to the .NET image, and I did not find any thing that I can use from the website, can anyone give me some hints Thanks in advance. Yolande After I converted the Bitmap to 1 bit-per-pixel image, it can be compressed using EncoderValue .CompressionCCITT4. The solution is on http://www.bobpowell.net/onebit.htm . ...Show All

  • SQL Server Getting Report Server Running on Local Instance of SQL Express

    I have installed SQL 2005 Tools which installed Visual Studio 2005 including SQL Server Reporting Services Designers. I thought this would create a local instance of SQL Server 2005 but it did not. So I installed SQL Server 2005 Express so I could designate it as my local Report Server instance. How do I configure this local instance to be used for Report Server RS Configuration Manager Machine Name: "localmachinename" Instance Name: greyed out No report servers were found on the specified machine. Details: Invalid Namespace Did you install the Advanced Edition of SQL Server 2005 Express If not you wont have the Reporting Server installed. YOu can download the Advanced Services edition from here: http://www. ...Show All

  • Visual Studio Express Editions Components

    How do adding components within Visual Basic 2005 Express edition works I cant find a components menu anywhere. actually, i am not trying to add it to my form, I am trying to add it to my toolbox so I can then add it to my form. I need the image componenent so that I can use it for my database type program i am trying to write. Is there a place to go to get compenents we need at msdn ...Show All

  • Visual Studio 2008 (Pre-release) How to avoid cyclical reference in WCF?

    I have two DataContracts [DataContract] public Class Parent { private List<Child> children = new List<Child>(); [DataMember] public List<Child> Children { get { return children;} set { children = value;} } } [DataContract] public Class Child { private Parent parent; [DataMember] public Parent Parent{ get {return parent;} set {parent = value;} } } When I retun a Parent instance in one OperationContract, I seems to get cyclical reference, this causes a client exception. I hope you know what my problem is. How can I avoid this Thank you. The default DataContractSerializer formatter does not preserve ...Show All

  • Visual Studio Tools for Office Finding the current Table

    Hi, I have a Smart document with XML tags inside of a Word.Table. The rows repeat these XML tags so I end up with Word.XMLNodes. This is not a problem, but I would like to have different information load into my action pane when different XMLNodes are entered meaning that I want the user to enter information into the action pane, then be able to come back to the same node and populate the action pane with the previously entered information. I would also like to have different information for each XML node created by the user(as rows are added to the table). How do I get the row index of the entered node Thank you in advance for your help and support. Getting the row index of the current selection ...Show All

  • Software Development for Windows Vista workflowInstance.Unload problem

    I'm trying to unload a workflow instance from my host, writing smth like: WorkflowRuntime wr = WorkflowRuntimeHost.Runtime; if (e.ForceBack == ControlFlowMessage.CommandEnum.Back) { WorkflowInstance workflowInstance = wr.GetWorkflow(e.InstanceId); //stepPersistenceService.ForceRollback(e.InstanceId, e.StepId); workflowInstance.Unload(); } and everyting is OK with the persistence (as I persisted the instance once before that), then on the Persisted event I'm trying to load it: void wr_WorkflowPersisted(object sender, WorkflowEventArgs e) { e.WorkflowInstance.Load(); WorkflowRuntime wr = (WorkflowRuntime)sender; ManualWorkflowSchedulerService schedulerService = wr.GetService&l ...Show All

  • Visual Basic Visual Studio 2005 Windows Service Starts but Timer does not execute unless in debug mode

    This is a very interesting one. I am able to deploy my VS 2005 Windows Service with a release configuration but when I do so, it does not begin to execute the timer until I am attached to the process. The timer is enabled and set to execute every 3 seconds but never does. I am using an account in which the same service works in VS 2003 so I do not think it is permissions. If anyone has any insight into this behavior I would appreciate it thanks... Hi All, I've a simple windows service written using VS 2005. This Windows Service with Timer works fine under XP and not VISTA. Please help #pragma once using namespace System; using namespace System::Collections; using namespace S ...Show All

  • Software Development for Windows Vista Video "pixelisation" using Video Mixing Renderer 9

    Hi, I'm working on a mpeg2 ts file video player relying on existing directshow decoder filters. This works great under XP SP2 with for example NVidia puredecoder, or any other mpeg2 decoders. Running my application under Vista RC2 Ultimate Edition, the video is pixelized as if the video was zoomed in. If I play the same file with Windows Media Player, video is perfect. This test has been done with default Microsoft MPEG2 decoder filter, and it seems to be the same with any other decoders. Does this have something to do with the Video Mixer Renderer 9 Did I miss something with it under Vista I also made a quick test with Video Mixer Renderer 7, unfortunately, it is the same result. If anyone can point me on the right way to ...Show All

  • SQL Server SQL 2005 database will not attach in XP

    We are testing our product installation and run into the following problem on Windows XP and Server 2003, but not 2000: I am trying to attach a database using a command line program that we made, but get the following error: Could not open new database 'Launcher5'. CREATE DATABASE is aborted. File activation failure. The physical file name "C:\MARC\MARC5\Data\Launcher5_log.LDF" may be incorrect. The log cannot be rebuilt when the primary file is read-only. PMJI, I wasn't the original poster but am having the same issue. I have an application that I need to distribute with Sql2k5 Express; our MSDE-based solution works just fine but of course MSDE won't install on Vista.... My installat ...Show All

  • Visual C++ fatal error C1189: #error : WINDOWS.H already included

    C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\atlmfc\include\afxv_w32.h(18) : fatal error C1189: #error : WINDOWS.H already included. MFC apps must not #include <windows.h> Any suggestions Thank you. There is explicitly the answer in the error message: Remove any include of windows.h before you include MFC the headers (starting with afx). Best practice: include the MFC headers first. Than you don't need the windows include file. ...Show All

  • Visual Studio Team System Rename directory gets warning?

    I get a dialog popup saying. "Some of the files you are adding to your project are located outside of the project's binding root. These files cannot be source controlled unless they are moved. If the project's hierarchy on disk mimics the hierarchy in the source control database, you might be able to control these files by changing the project's bindings." Two conditions to note, I had built the code before so got a lot of warnings: <Directory> "Cannot be deleted because it is not empty" I also had the solution loaded when I did it, which probably wasn't a good idea. Is this expected, is there a way to avoid it Hi: From what I see in your ...Show All

  • Visual Studio Team System Core Team Organized interim milestone - related workstream?

    Hi, Can you please help me figure out which workstream is related to the "Core Team Organized" interim milestone of the Envisioning track (MSF v4) As far as I understand, the "Vision/Scope Baselined" interim milestone as well as the track's major milestone are directly related to the "Capture Product Vision" workstream, but I can't find any workstream that would include activities on preparing the project team. Regards, Dmytro Lapshyn Hi, The Estimate Project activity is focused on high-level project estimation. Therefore, certain critical-to-quality (CTQ) scenarios can be analyzed during estimation regardless of the progress made within the "Create a QoS Req ...Show All

  • Windows Forms Sending email in vb.net 2005(using vb) not with smtp but the users outlook (mapi)??

    I have an application that I need to send mulitiple emails from. There are about 10 users who will have permission. However my IT Group has locked down the smtp server and will not allow "Applications" use the smtp method. I remember in vb6 I used mapi to send emails using outlook that was on the users computer thus giving my IT folks traceability of who is sending what and not having to set up 10 people on the smtp permissions. Can this still be done using outlook(mapi) Hi, If you haven't solved it yet have you tried the following: Dim myApp As New Process Dim theStringBuilder As New System.Text.StringBuilder() theStringBuilder.Append( "mailto:" ) theStringBu ...Show All

  • Connected Services Framework Message Routing doesn't work

    Hi, all. I defined a very simple ASP.NET Web service as follows (namespace omitted): [WebService(Namespace = " http://tempuri.org/ ")] [WebServiceBinding(ConformsTo = WsiProfiles.BasicProfile1_1)] public class Service : WebService { [WebMethod] public void Log(string log) { using (StreamWriter writer = File.CreateText(@"C:\log.txt")) { write.WriteLine(log); } } } The session manifest is as follows: <Session timestamp="0001-01-01T00:00:00.0000000-08:00" timeout="30" serialize="None" routeAnyAction="true" ackOnRouteMsgToParticipants="false" xmlns:xsd=" http://www.w3.org/2001/XMLSchema " xmlns:xsi=" http://www.w3.org/2001 ...Show All

©2008 Software Development Network