maple's Q&A profile
.NET Development Get assembly full name not via code?
Is there a way to get the full name for an assembly through some simple tool or command I know I can get it through code (Assembly.FullName), but I want to direct a non-dev on how to get it. I thought something like ILDASM would be good, but I cannot find it in there. I've seen the term strong name as well, they are the same, correct (<Assembly Name>,Version=<Version>,Culture=Neutral,PublicKeyToken=<Public Key Token>) Thanks Doh! I couldn't see the wood for the trees. It's all there in the GAC viewer, nice tool tip, as well as properties. Thanks. ...Show All
Smart Device Development 2019 Linker Error
Howdy folks, I am using the embedded Visual C++ 4.0 and receive the 2019 error whenever I attempt to link my project. I have checked Gangadhar_MSFT's blog posts on the subject. I tried to do what was suggested and nothing seemed to work. I'm honestly at a loss on how to fix this. I've checked online and everything seems to be based on VS2005. I tried to include windbase_edb.h and the compiler tells me it doesn't exist. "Fatal error C1083: Cannot open include file: 'windbase_edb.h': No such file or directory" I cannot find a place online to download the header file. I can't figure out how to do one of the ...Show All
Windows Forms Could anyone answer this client error msg? tx
Here it is, I'm a noob basic user.. <NewDataSet> <Watson> <LogType>Unhandled Exception</LogType> <OSVersion>Microsoft Windows NT 5.1.2600 Service Pack 2</OSVersion> <GameVersion>1.2.0.40701</GameVersion> <CLRVersion>2.0.50215.44</CLRVersion> <UserEmail xml:space="preserve" /> <UserComment xml:space="preserve" /> &n ...Show All
SQL Server SSIS Conditional Flow?
Hi, In the new SSIS how can i implement a conditional workflow without having a base task Imagine i have a FOREACH Loop based on a resultset and if a certain column have True i want to execute a certain task inside the loop and if is false i want to execute another one... How can i achieve this Best Regards, Luis Simoes Put an empty sequence container in front of the tassk you want to execute and put an expression on the precedence contraint between them. -Jamie ...Show All
Visual C++ Problem with MFC Wizards in VS2005
I'm having an issue with any VC++ wizards that have a drop-down menu item in VS2005. When selecting a new MFC project or solution that has drop down options (such as view class), attempting to select an option with the mouse causes the wizard to immediately close and lose or not create the project. VS doesn't crash but its extremely annoying. Keyboard does work properly, however. I have uninstalled and updated mouse drivers, rebooted, changed mice, etc...but still getting the error. Wasn't sure if this is a bug or whether anyone else has seen the problem. I know the future is all about .net and C#, but I still do MFC and ATL stuff and wo ...Show All
Visual C++ Error : msvcr80d.dll not found on your system please reinstall for fix application
I'm use Visual studio 2005 Pro can't debug please help me Set Use FAT32 Work-around to yes ... found under Configuration Properties, Manifest Tool, General. ...Show All
SQL Server SSIS erros relating to maintenance plan creation
I've been searching everywhere for a solution to this problem and no answers exist anywhere. When I try to create a new maintenance plan I get the following error. I've been told it may be related to SSIS but nobody has a solution. How do I fix this issue so I can create a maintenance plan. Exception has been thrown by the target of an invocation. (mscorlib) ADDITIONAL INFORMATION: An OLE DB error 0x80004005 (Client unable to establish connection) occurred while enumerating packages. A SQL statement was issued and failed. An OLE DB error 0x80004005 (Client unable to establish connection) occurred while enumerating packages. A SQL st ...Show All
.NET Development how get custom property(dhtml dom) in container
in my html page, i put some custom property to a html-element window.newProperty = myObject; and i put a WebBrowser Control on my application(vb or c#), then use it open the page that contains above content, how can i access window.newProperty in my application from WebBrowser control thanks in advance ...Show All
Smart Device Development Is that possible to write a web UI program running on local device?
hi, This might be a weird question. What I am thinking is, we have a program for PDA. It works fine. But now, we want to make it work on phone edition, we could change our code to do that, but you know, phone edition, the screen is really small for our old program. We could make it work, but it will be painful. We also could use asp.net mobile to do that. But it needs connection all the time. I think, if we can create a program has web UI, but runs at local, so, the UI won't be a problem, right Thanks Not really. First of all, there's no ASP.Net running on devices. Next, WEB UI is usually clumsi ...Show All
Windows Forms manifest in dll...
Hi, I'm developing a project that contains one exe and several dlls. I'm using a manifest on the exe, can I use this same manifest on the dlls, or I have to create a manifest to each dll Thanks Well, in theory, you would have a manifest for each dll. But, do you mean manifest in the sense of XP Manifest file Or,&nbs ...Show All
Visual Studio Tools for Office Using Word object to get "Available fomatting list" from the "Style and Formatting Pane"
Hi all, Is there anyone know how to use MS word object to get the "Available fomatting" list (those formatting that is shown on the "Style and Formatting Pane") for a particular document -Brian Brian, Here's what you can do: Dim docStyle As Style Dim docStyles As Styles Set docStyles = ActiveDocument.Styles For Each docStyle In docStyles Debug.Print docStyle.NameLocal Debug.Print docStyle.InUse Next docStyle The thing to keep in mind is that there is no OM with a 1:1 correspondence to what you see in the functionality of the styles task pane. But ...Show All
SQL Server How do I save a Stored Procedure in SSMSE?
Hi, I right-click on Programmability/Stored Procedures and click on New Stored Procedure. After I've created and tested the stored procedure, I try to save it, but SSMES tries to get me to save it as a file in the Projects Folder rather than in the appropriate MDF file, where I assume the existing stored procedures are stored. I've also tried executing the procedure - it executes fine - but it still doesn't appear in the Stored Procedures folder. How do save a stored procedure so that it appears under Programmability/Stored Procedures Thanks very much. Regards Gary I've found the s ...Show All
Visual C++ Program runs slower when compiled with Visual Studio 2005 (in Release with optimization)
Hey, I have a performance problem with the new Visual Studio 2005. My code (which is a genetic algorithm) is 3 times slower when compiled under Visual Studio 2005 compared to when I was compiling it under Visual Studio 2003. With Visual Studio 2003, it used to run in 3.0639 seconds, and now it runs in 9.0031 seconds. I run both code in Release. I tried every optimization option, and adding the /D_SECURE_SCL=0 compiler command to the project options with only minor differences. Is there any other way to get back to the speed Visual Studio 2003 It is a bit absurd to upgrade to a new compiler and get lesser performances. Thanks a lot!!! Antoine ...Show All
Visual C++ Use Native COM Servers with CRCWs ??
Hello Everyone, I'm trying to get this thing working for long time now.... I have read this article many hundred times now......without any use..... http://msdn2.microsoft.com/en-us/library/f31k2c87(VS.80).aspx ...... First Question : How to create a tlb file.......I add the COM component it adds as a Interop.something....Now when I try to say #import "something.tlb" no_namespace doesnt work.... Even I tried adding the Quartz.dll to my project and still that cant even find #import "quartz.tlb" no_namespace Can someone please explain the correct way to do it, rather then forwarding to different site ...Show All
Visual Studio 2008 (Pre-release) InvalidProgramException
Hello guys, I am trying to create my own program using Linq. I am using VS 2005 Beta 2. I have installed the required css compiler for C# 3.0 and also installed the IDE support for C# 3.0. When I compile the program I am getting no errors and the build is successful. When I run the program I am getting InvalidProgramException. When I am trying to run the Samples downloaded from msdn web site, its working fine. I am getting problem when I am trying to create my own project and run it. Do I need to configure something Please some help me. Thanks in advance. Koti. Hello guys, I figured out my mistake. I have opened a normal Console ...Show All
