xeondev's Q&A profile
SQL Server Read a pdf file into adhoc reports
Hi There I am working on a reporting project in that I am trying to read data from a pdf, doc, txt file into my report. I would like to know if anyone out there have succeeded in doing so or even tried this. I would truly appreciate if any of the MS technologists could answer this. Thanks in advance!!!! Preps. ...Show All
Visual Studio Multiple Domains in Visual Studio AddIn
I have created a Visual Studio AddIn. I am trying to reflect through files in different directories. So, I do the Loading and Reflection of DLLs in different Domains. My code works fine in my test environment where i have this usercontrol in a WinForm. However, when i try to run this UserCOntrol as an AddIn to Visual Studio, it breaks at CreateInstanceAndUnwrap with this exception System.IO.FileNotFoundException crossed an AppDomain boundary Could not load file or assembly 'DCS_ASM_Addin' or one of its dependencies. The system cannot find the file specified. DCS_ASM_Addin is my Addin assembly. Here is my code: " string exeAssembly = Assembly.GetExecutingAssembly().GetName().Name; string callingDomainName = Thread.GetDomain().Frie ...Show All
Microsoft ISV Community Center Forums using dll file
I have created a dll file using VB.net. And I want to use the function of the dll file in VBA. How can I do it Thank you Hi All, I have a question. what is the cause of the error " File or assembly name, or one of its dependencies, was not found" Thank you ...Show All
Visual Studio Emacs mapping scheme - changing Ctrl+u,Ctrl+<space> to also recenter line?
When Edit.EmacsSetMark (Ctrl+Space) is invoked with the Emacs universal argument active (i.e., Ctrl+U), the edit point moves back to its "previous" location. I'd like this new location to be centered, as it is in Emacs. I've tried writing my own function: Sub Blah() DTE.ExecuteCommand("Edit.EmacsUniversalArgument") DTE.ExecuteCommand("Edit.EmacsSetMark") DTE.ExecuteCommand("Edit.EmacsScrollLineCenter") End Sub .. but I can't bind this to Ctrl+U,Ctrl+<space>, as this messes up the whole universal argument support. I suppose I could try writing my own version of Edit.EmacsSetMark (would this override the "built-in" version ) and then call Edit.EmacsScrollLineCenter if th ...Show All
Visual FoxPro Problem with Microsoft Office Web components
I am using Microsoft Office PivotTable 11.0 and Microsoft Office Chart 11.0 in my VFP 9.0 form. When I try to change 'DataSourceType' property of chart control to any value I get the message: 'OLE error code 0x8002000e: Invalid number of parameters.' I need to change this property to 3 because I want to dynamicly bind chart control to pivot table. Any help Thanks! I have checked the article that you point me to. It is suggested that the problem is in incorrect version of atl.dll file. But my version of atl.dll (3.5.2284.0) is newer than the version mentioned it the article (3.00.9435). So I still have the problem, but thanks again anyway! ...Show All
Visual C++ C++/CLI /CLR Managed Support in Native Library
Hi, I have a C++ project, a .dll project in Visual Studio 2005, which uses all native C++. I was able to compile the project with the /clr option (just /clr for common language runtime support). I am able to add the a reference to the dll with another C++ project, which is also compiled with the /clr option, and the entire application runs fine. The problem comes when I try adding the .dll project reference to a test C# project and add a "using MyCPPNamespace" to my C# class. I don't see the new C++ project namespace anywhere within my intellisense in the C Sharp project and I can't just add it as a using. I thought compiling my native C++ project with the /clr option allowed us to add references to these projects in other manage ...Show All
Software Development for Windows Vista Interacting with different users based on roles
Hello, I've designed a document validation workflow but still with no roles on it, so anyone can introduce a document and anyone can validate it. I've been searching info about roles and what I've seen is that you can say which roles can or cannot do an activity. But my application is a bit different: There are 4 different roles (ranks of the employees). Role 5 (the less "important") can post a document, that same user can modify it as many times as he wants and then send it to validate, and it has to be shown in the list of pending documents of role 4. But role 4 can as well post a document that has to be validated by role 3, and role 3 need validation from role 2 etc. I suppose there has to be a way of designing a sing ...Show All
Community Chat Using Vista?
Good idea Joe! Okay, I'll go first. I'm using Vista RC1 full time now. The computer seems quieter--doesn't take so many trips to the hard disk for VM paging. I find going back to XP an unpleasantry, so I think Microsoft is succeeding here. Glass is nice. I think the performance is what I expected it to be on an Intel Advanced Graphics card (Dell Dimension 9100). Office 2007 is also pleasant to use, but they stil have some cleanup work to do on their UI. Who else is using Vista Brian Did anyone tried to code something (in Visual Studio .NET) on Windows Vista If anyone did, is it OK, it works fine I know that Vista is using the 3-rd version of the .NET Fra ...Show All
Visual FoxPro Cannot Quit from VFP Automation...
Hi, When running the below vb script with the command line cscript testvfp.vbs I receive an error dialog from VFP saying "Cannot Quit Visual FoxPro" and the VFP debugger is started. Any ideas was is wrong It does output the path as "c.\windows\system32". Thanks in advance for any replies, /Michael ' testvfp.vbs file Dim oFox ' As Object Set oFox = CreateObject("VisualFoxPro.Application") WScript.Echo oFox.DefaultFilePath oFox.Quit Set oFox = Nothing >> I would run the FoxPro app outside of the script and see if it closes properly. Even if it appears to close properly, check the task manager to see if it's actually running. I don't think an Ap ...Show All
Software Development for Windows Vista assigment of Fault property in ThrowActivity
Hi, I've tried to assign the property Fault of the ThrowActivity in my hosted designer. It works when I do this in a newly created workflow. But after building and reopening the workflow in the designer the error " Please correct the follwoing errors in specified binding: Path "TestException" used to specify member for "SequentialWorkflow" is invalid. Path needs to point to valid member." occurs. "TestException" is a public Exception member of my derived SequentialWorkflow class. Does anyone know a solution for this problem Thank you for help. Andreas Take a look at this post for more information. The short answer is that the when you reopen the ...Show All
Windows Forms splashscreen problem
Hi, I've got a problem with my splashscreen; I want to show my splashscreen as long my application is not fully loaded and I don't want to use a timer, it must be "real", so I realy want to see it as long as the application isn't fully loaded. And how can I see what the application is currently loading give me an answer if u know something about it regards tom Now I just found a simular problem at http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=33819&SiteID=1 I've tried the solution but my splashscreen is still active when the form is loaded, how can i close it ...Show All
.NET Development Error: WSDLReader:XML Parser failed at linenumber 0
The system cannot locate the resource specified HRESULT = 0X1 Incorrect function WSDLREader: Loading of the WSDL file failed HRESULT=0X80070057: The parameter is incorrect Client one of the parameters supplied is invalid. HRESULT=0X80070057: The parameter is incorrect Thank you in advance for your help I have a vb6 exe which is using MSSOAP to connect to a .net webservice Dim oSoapClient As MSSOAPLib30.SoapClient30 Set oSoapClient = New MSSOAPLib30.SoapClient30 Call oSoapClient.MSSoapInit(INI_webserviceURL) applica tion is failing at the call. Error: WSDLReader:XML Parser failed at linenumber 0, lineposition 0. reason is: The system cannot locate the resource s ...Show All
Software Development for Windows Vista How do I get the WorkflowContext?
I created a new class that derives from CopyItemActivity. When the Execute method executes I look at the ListItem property and it is ALWAYS set to zero. If I follow the Parent properties all the way up to ROOT it's ListItem property is correct. The action is defined in wss.actions as: <Action Name="Test Copy List Item" ClassName="MyWorkflows.TestCopyItemActivity" Assembly="MyWorkflows, Version=1.0.0.0, Culture=neutral, PublicKeyToken=xxxxxxx" AppliesTo="all" Category="List Actions"> <RuleDesigner Sentence="Copy item in %1 to %2"> <FieldBind Field="ListId,ListItem" Text="this list" Id="1" DesignerType="ChooseListItem" ...Show All
SQL Server Why the same attribute_value appeared several times within a mining model?
Hi, all here, I am encounterting a question with attribute_value in my mining models. That is an attribute_value appeared several times within my mining models with different support and probability for a specific node (in my Clustering mining model) Why is that Really need guidance for that. Thank you very much in advance for any help. With best regards, Yours sincerely, Hi, thank you for your attention. My data source for mining models are from relational data base. And the query I used on the mining model is: select * from MyModel.content Where I can see the same attribute_value appreared server times with very strange node_distribution.support value and very strange weird node_distribution.probability val ...Show All
Visual C++ hello world fails - MSVCP80D.dll not found
Hello, I'm new to C++ and just installed Visual Studio 2005 Pro, Student Edition. I attempted to run the compiled Hello World! application -- the compilation was fine, but when the command window opened the error message generated was: This application has failed to start because MSVCP80D.dll not found. Re-installing the application may fix this problem. I did a repair/re-install by running the add or remove programs wizard to no avail. Any assistance would be appreciated. Thanks, Michael 'Project Properties->Configuration Properties->Mainfest Tool->Input and Output->Embed Manifest'. This is set to 'YES' by default. When this is set to NO the manifest is created in the outer debug directory and ...Show All
