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

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

AndyGVM

Member List

Steve Whitley
Aadi1
NuclearChicken
progames25
GethWho
Lakusha
Evan_3
DOSrelic
Rick_in_Alpharetta
Angry Coder
Kay2live
prk
step
Lionb
OmidQRose
purushottam987
mranzani
Siteslayer
harlequinben
FilipB
Only Title

AndyGVM's Q&A profile

  • Internet Explorer Development Internet Web Site Error

    Hello Everyone I am working as a Search Engine Optimization Consultant, and have been using Internet Explorer 6.0 for a long time. http://www.seohawk.com I have observed that my Internet Explorer 6.0 is blocking remote Flash variables. Our website works absolutely fine on other browsers, but when we view website in Internet Explorer it blocks the flash actionscript variables to be loaded from Internet. raj SEO Marketing Consultant Search Engine Optimization SEO Website Marketing Website Promotion Search Engine Optimization SEO India Hi  We have faced a similar issue with one of our website. Internet Explorer 6.0 is indeed causing some issues with the dynamic variables. ...Show All

  • .NET Development What's the difference between BCL and FCL??

    hi, guys, I would like about what's the difference between BCL(Base Class Library) and FCL(Framework Class Library)in .NET technology thank's!!! There really isn't any difference in general usage IMHO.  When people say BCL or FCL they are generally talking about the same thing.  However when push comes to shove the BCL is technically the base classes from which everything else is based (including the remainder of the framework).  The FCL is the entire framework.  The BCL would include everything in mscorlib and system and possibly some additional assemblies.  It includes all the type, assembly, reflection and collection classes of the framework (among others).  It does not include A ...Show All

  • SharePoint Products and Technologies PassThrough authentication fails: Login failed for user 'NT AUTHORITY\NETWORK SERVICE'

    I've tried it with every AuthenticationMode! But no one seems to work correctly in my case. I thought that PassThrough should work with a preset User ID and password. This would be enough for the moment, but even this doesn't work!! With WindowsCredentials I get the following error: The Property with name 'SsoApplicationId' is missing on the LobSystemInstance. SsoApplicationId I tried to set this with the SharePoint SSO but I've no such services. How can I set this just for the current WindowsCredentials (of the current Sharepoint user) With RevertToSelf I get the following error: "An error occurred while retrieving data from MyLOBInstance. Administrators, see the server log for more information." The server log contained ...Show All

  • Software Development for Windows Vista Is that possible build XOML workflow without visual studio?

    we want to build a workflow desinger based on Microsoft WF engin, which allow customer to build some simple workflow using our application. So, is that possible we set make activities, the customer can add states, events, bring then together, and we make a XOML file based on there settings, and then compile it to dll, add to the application can some one provide some material about this Tom, kushals... Help Thanks Mirricle, Have a look at http://msdn2.microsoft.com/en-us/library/aa480213.aspx There is a lot of freedom to customize the workflow to your specific needs. ...Show All

  • SQL Server Does anyone have sql2005 EE running on 64 bit Itanium server?

    I don't think mine is using all of the memory it could on the server. I've read that the Task Manager does not give you an accurate measure of the memory usage but 130 MB max does not seem right on a 12 GB server. I've set the minimum to 2 GB in SSMS. The account that is running sqlservice has Lock Pages in Memory privileges . I've turned on AWE in SSMS just to be safe. We are experiencing high CPU usage and my theory is that it is caused my unnecessary I/O due to not being able to cache. The serve has Windows 2003 sp1. The SQL2005 Buffer Manager AWE Lookup maps\sec, stolen maps\sec, unmap calls/sec, unmap pages/sec, write maps/sec are all 0. Any help would be appreciated. Below is the out from DBCC MEMORYSTATUS. This server also ha ...Show All

  • Windows Forms Applicatio name doesn't appear in the open with dialog

    Hello I created a C# application that create my on file with my own extention. When I associate the file extension to my program in Windows XP "Open with..." dialog, only the program icon appears in the association dialog but not the program name. This is happening with all my c# programs. Does any body know how to make the program name to show up too Do I need to add something in the projects properties or something else Thanks ahead Roy Hi, In VS2003 you can change the productname in AssemblyInfo.cs file. Put the name in [assembly: AssemblyProduct("ProductName here")] Thank you ...Show All

  • SQL Server Stopping and Starting Pull Subscription

    Say we need to replicate between 2 databases using transactional replication So we create a publication on the first server and initialse the publication agent so that it takes a snapshot and starts the log reader to capture the transactions being keyed into it. Then say we create a pull subscription from the second database but lets say we assume we already have the data from thepublication database already in it so no need to app,ly a snapshot over it, when the pull subscription starts we assume that only transactions in the log reader that occured AFTER the pull subscription was started would be applied. Is this correct Then say we need to stop the pull subscription for a short period then start it again (let say so that we ...Show All

  • Visual Studio how can I develop an addin which lists all the projects in a solution

    using EnvDTE80 i want to develop an addin which can automatically take the list of projects available for build.before building it automatically updates web references of all projects. then build dependencies and projects. how can i do it. there is no method to update the project's web references. whenever i select the web references object in the ide the command to update webreference is attached to project. so how can i use the same command. Hi Feroz, Some commands (menu items) are only selected when a particular Project or ProjectItem is selected in the Solution Explorer. In this instance, I suspect you will need to ensure the Web Project you want to invoke the Update WebReferences command on, is first selected in the ...Show All

  • SQL Server Major Problem!...Multiple user connection problem in reporting service 2000 with SOAP

    Hi Everyone, I am having a big problem here. I am using Reporting Service 2000 and Visual Studio 2005. I have developed a custom web control which communicates with reporting web service and displays report. I pass username, password and domain information as network credential for communicating with report server (report server is remote). This is a web application in which users can see reports on the web page which uses my custom web control. Everything works fine when there is single user. But when another user logs onto website and tries to access same or different report it seems like connection of the first user gets lost. And everything crashes for first user and for second user it works fine. In fact if second user is ...Show All

  • Visual C++ Areas which act like button in OLE

    I've noticed that in OLE containers and in flash there are areas which act like buttons. but they don't show up as buttons on windows spy programs - they don't show up at all ! i guess there must be a window rect area set up and when it determines the mouse is over this area, it animates a bitmap, or actions some code if mouse clicks within the area. my question is, how do i determine the 'hit area' of the button if i don't have the source code. any help or pointers would be greatly appreciated ! thanks For such issues, please use the newsgroups at http://msdn.microsoft.com/newsgroups OTP Thanks, Ayman Shoukry VC++ Team ...Show All

  • Visual C++ MFC library via the web

    Is there a site where I can search for functions in the MFC library I can't seem to find them via MSDN. I do a search for "registry" and I keep getting all this other stuff. I am still unable to find out how to write a simple application to read values from the Windows registry. Thank you. Is there a way to restrict a search on MSDN to just MFC functions If I do a search for "registry", there are just far too many hits. I've been told that Microsoft is putting a lot of resources into MSN search. ...Show All

  • Software Development for Windows Vista why the vista XPSDRV printer sample can not print? the result has 0 bytes.

    I install the vista system, and WDK. Then build the print sample (XPSDrv Sample) and install this printer. But when I use this printer to print a sapmle document (such as a notepad document), the print result file(*.prn) has 0 bytes. In the install folder of WDK(\WinDDK\5384\src\print\XPSDrvSmpl\install),the config file "xdsmpl-PipelineConfig.xml" has lower case "input" and "output" for filter dll's.But it should be upper case as expected by filte pipeline. Snippet in config XML is: <Filter dll = "XDWMark.dll" clsid = "{D647D658-BEF6-415f-AFAC-070D64074C5D}" name = "Watermark filter"> < input guid = &qu ...Show All

  • Audio and Video Development filecache

    Can anyone tell me something about the filecache I haven't found any detailed example code regarding the filecache. So in what cases do I have to preload files Especially how is this preloading done Do I have to enter something in the manifest or playlist So have you specified that the file should be copied into the filecache already by listing it in the playlist and manifest If the file has already been copied to filecache from the disc, then when you try to copy from dvddisc to filecache it will get the alread-cached version and copy it to the API managed area. The problem is still the timing issue -- you can't parse the file until your callback indicates that it has been copied correctly. ...Show All

  • SQL Server Don't show point labels if value is zero

    Hey, I have a stacked column chart. It shows headcount per month. The headcount is split up into employees and contractors. I added point labels to the chart to display the exact headcount value per month. (=Sum(Fields!HeadCount.Value))  Now here is the problem: Some months don't have contractors so there is a 0 displayed at the bottom of the X-axis. I don't want this to happen! I already tried to change the expression of the point labels to this: =IIF(Sum(Fields!HeadCount.Value,"chart1_SeriesGroup1") > 0,Round(Sum(Fields!HeadCount.Value),1)," ") But this keeps displaying the 0. Even if the last parameter in the previous expression is 'nothing' it is still displayed. I hope it is possible to remove them ...   ...Show All

  • Smart Device Development Screenshot from Pocket PC Emulator

    Hi, It looks like impossible to create a screenshot while the Pocket PC 2003 emulator (shipped with Visual Studio 2005) is running. I've tried making the screenshot by - Printscreen button, - Alt + printscreen button - Shift + printscreen button - TNT software, - SnagIt Software It is unpleasant because I want to take screenshots of my own Pocket PC application. I am using Microsoft Device Emulator version 8.0.50727.42 Can this be fixed Is there any update for this problem Or is it posible to create a screenshot directly from the emulator software Thanks in advance. Marc The Netherlands Just wanted to mention that Finkter's solution worked very well. Now I am able to capture emulator screensh ...Show All

©2008 Software Development Network