H. Gøttig's Q&A profile
Visual FoxPro how can i get a array from function/procedure as return parameter?
i wrote one function ,i put the values in a array for return,but i can't get it . for instance. function a() return arrayname endfu b= a() hi Stuart i can get the array now.but when i complie the program,it told me "Unknown LACFGSETUP - Undefined".it don't know the array i used to get the return value.So how can i fix it ...Show All
Visual Studio 2008 (Pre-release) Integration with MSMQ on .NET Compact Framework 2.0
Hi, I want to explore the possibility of integration between MSMQ on .NET CF 2.0 and Indigo. First I want to test sending messages from Pocket PC to Indigo. MSMQ on Pocket PC doesn't have authentication, encryption or transaction notions, has xml formatter only, and MSMQ is installed in workgroup mode on the desktop computer. This is the configuration file: <services> <service ...Show All
SQL Server The connection manager 'OLEDB' is not properly installed on this computer
Please help someone from MSFT! I've just finished installing the Sep CTP on my laptop. I previously had the April CTP and June CTP. I followed the instructions for removing a previous installation of SQL 2005. Now, when I try to create an SSIS package, I get a message that says: TITLE: Microsoft Visual Studio ------------------------------ The new connection manager could not be created. ------------------------------ ADDITIONAL IN ...Show All
.NET Development Exception when client app try to connect to a server event
I write simple .net remoting app to understand this technology. I have server and client app. Remote object: public class JobServerImpl : MarshalByRefObject, IJobServer{ ... public event JobEventHandler JobEvent; ...}When client app try connect to JobEvent,m_JobServer.JobEvent += new JobEventHandler(this.MyJobEventHandler); it raised up an InnerException - Cannot load file or assambly JobClient.exe. What`s wrong Is that exception concerned ...Show All
Visual Studio Missing reference for AssemblyInfoTask
Hi guys. I'm trying to "tweek" the AssemblyInfoTask app. But, the unit tests project references Microsoft.Build.Extras.Mocks.dll. I can't seem to find this assembly anywhere (on my machine, or the net). Any pointers to where it may be Thanks. David, A new version of the source is now posted at the gotdotnet site and includes a binary version of the Mocks for unit testing. Neil ...Show All
Software Development for Windows Vista Conversion of AAC file format to ASF
Hello All, Is it possible to convert aac file formats to asf using direct show. I was able to use graphedit to connect the pins from a filesourcefilter of aac type to aac parser, continuing to coreaac decoder and finally sink of asf writer. has nyone some view , it will be gr8 Bye anup Did the graph run after you connected everything If yes, then just build the same graph programmatically ...Show All
Visual Studio Express Editions C++: DialogResult and namespaces confusion...
Hi I'm working with C++ Express, I'm new to Windows Forms and the namespaces used but not to C++. I'm having difficulties with DialogResults: The MSDN documentation gives examples like this: System::Windows::Forms::DialogResult result; result = MessageBox::Show( this, message, caption, buttons ); if ( result == ::DialogResult::Yes ) Yet when I compile I get the following errors (for the if line) : error C3083: 'DialogResult': the symbol ...Show All
Windows Live Developer Forums Messenger 8 Beta Feedback pages unavailable?
I'd like to submit some feedback for the Messenger 8 Beta, but whenever I select the option from the help menu, I get directed to a Service Not Available error page (link below). Is there a fixed URL I can't seem to find another route to it on the *.live.com sites. http://support.microsoft.com/default.aspx scid=gp;en-us;fmserror http://feedback.live.com/eform.aspx productkey=wlmessenger however only use it in IE ...Show All
Visual Basic dataset won't save back to database
hi all i have created an SQL db containing 1 table within VB 2005 express. i then created a datasource to connect to the DB. A dataset was then created. i dragged the dataset onto my "Form1.vb" and bindingsource, tableadapter and binding navigator were then created. i then pressed f5 to run. I can nvavigate through the records and create new one's but when i click on the save icon and then exit, the new records are not written back to the DB ...Show All
SQL Server Week format in ISO 8601 - how?
Hello. How can I receive the ISO 8601 week format retrevied from a Date object of SQL I now use : DATEADD(d, -1, DATEADD(ww, DATEDIFF(ww,0,stamptime), 0)) wo get the week of the year, by this returns the first week of the year as where 1 of the month is, also each week starts with sunday and not mondy. How can I customize is to fit ISO 8601 You might want to create your own function to do the conversion. http://groups.google.com/grou ...Show All
.NET Development Plural of word
Hello Friends, I just want to know how to find plural of a word in C# I have one textbox where user will enter his word i.e Text. Then how to find the plural of that word. You need to find the rules of pluralization for the language of interest and write them into your code. For example, in English, you need to at least implement the rules to make these words plural: Punt Radius ...Show All
Windows Forms unable to install TaskVision in Windows 2000 Advance Server
i have all the requirements needed including .net and sql server in our windows 2000 advance server but still i cant stall taskvision web services into it! can somebody help me thnx a lot! CHECK FOR A SOLUTION Installing Taskvision on a  ...Show All
.NET Development Increasing the runtime heap?
Hi I've got an issue with OutOfMemory exceptions occuring in an application. I know the gen 0 heap size is based on the L2 cache of the CPU running the system, but even when I try to run my process on a system that has a megabyte of it, it gets the exception not even halfway in. Normally, I'd just take it for granted that I was wasting too much memory too quickly, but the problem is - I need all of the memory I'm trying to allocate, and I nee ...Show All
Visual Studio Team System Every thing is "Added Later" in the report Unplanned Work
When I look at the report Unplanned Work I see a graph only containing "Added Later" figures. How come every thing is Unplanned Work How does TFS keep track of what is planned and what isn't This report doesn't make any sense for me as it is right now. I'm using TFS Beta 3 Refresh with The MSF for Agile Software Development (build 98) and Visual Studio 2005 RTM. Thanks , Kristofer Hi Ja ...Show All
Visual Studio Team System Loadtesting with user-step-load
I have created a load-test session with user step-load. The test works fine. However, in the performance monitor, I have tracked the number of threads in the host processes and all instances. I expected the number of threads in the system increases proportional with the number of simulated users during test execution. Can somebody provide more information about simulating of number of users in the load-tests How this work exactly Thanks ...Show All
