Ken Noland's Q&A profile
.NET Development list of files from another web server?
Hi. I was wondering if there is a way to retrieve a list of files given a specific url from another web server I know I could use the FTP classes in .NET 2.0 but this is for .NET 1.1. I also know I could have used the http web request classes however that will not work. I get a 501 error (Not implemented error) the running server will have .NET 1.1 but as for the files, such as images etc... it will be stored on another server somewhere else, not running .NET unfortunatly. Thanks! Hi! There isn't a direct way of doing this, but one interesting way could be to write a webservice that you r ...Show All
Visual Studio Express Editions Help! Want to create basic user input form tied to database in VWD
Hello everybody. I have used VWD (Visual Web Developper) for the past few weeks and love it so far. As a inexperienced ASP.NET developper, I have run into difficulties when trying to design user web form input to populate a database. Indeed, the medical unit I'm working at whishes to create a webpage with simple user forms ( checkboxes, textboxes) - to keep track of patients medical records - that will then fill a database (SQL preferred). Should the page have an .aspx or .ascx extension Do I need to create a dataset I've consulted the online help but I'm still confused and don't know how to proceed. I'm sure there should be a wiza ...Show All
SQL Server connection error
hi, I installed sql server 2005 ,when i try to connect to sql server management studio iam getting this error. An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server) (.Net SqlClient Data Provider) I searched internet and found this :under sql server surface area configuration So I followed the following steps to change the setting from local connection to local and remote connect ...Show All
.NET Development WSE3 web service only works on development machine
I have a WSE3 enabled web service which only runs on my development machine and not on my production web server. I use a usernameForCertificate assertion, a custom X509TokenProvider (because I don't have rights to install certificates in the certificate stores on the server) and a custom UsernameTokenManager (because I want to use the ASP.NET MemberShipProvider to manage my users). All of this works fine on the development machine, but I get strange exceptions on the production server. The response I get from the server is: <inputMessage utc="23.01.2006 19:49:41" messageId="urn:uuid:8e1e61bd-5e84-4c82-aba1-b5fb ...Show All
Smart Device Development Bluetooth sender name in WM5
Hi all, I have I mate JAMIN with WM5 windows which uses microsoft stack bluetooth, I am wondering if i can know the sender name like nokia phones without pairing This forum is intended to deal with issues directly related to the .NET Compact Framework. It appears that this question can better be answered by someone on one of the newsgroups for Windows Mobile or Windows CE. In order to get a quicker and more accurate response, please consider reposting this question to one of the following newsgroups: Windows Mobile API : microsoft.public.pocketpc.developer micro ...Show All
Visual C++ LNK1112 module machine type x64 conflicts with target machine type x86
I am using VS2005 for 64bit platform. And I have also MPIPro 1.7 (32bit). If I run some example from mpipro sample folder through "debug->run without debugging", it works perfectly. If I run it through "build->build" and then "debug->run without debugging", it works. But if I try to use "build->REBUILD" this program DOES NOT WORK and error such as "LNK1112 module machine type x64 conflicts with target machine type x86" arises!!! And after that whatever I do, it does not work. What should it do to force this program run P.S.Before first launch there were "target machine x86" in the "Linker->advanced"&nbs ...Show All
Windows Live Developer Forums Trackback spam editor
I have been using spaces for a while and although it is painfully slow I really like its functionality and appearance. However, trackback spam is driving me nuts and I have had to turn it off. The MSN Spaces way of removing trackbacks, one at a time and a 15 second delay between each, is not very friendly. I have been thinking about creating a simple application that removes trackback spam, but to my surprise the API for MSN spaces is disappointingly basic and it does not seem possible to interact with the trackbacks. I assume Microsoft is working on extending the API, any idea when the functionality my application requires ...Show All
Game Technologies: DirectX, XNA, XACT, etc. the view matrix
should i treat the view matrix as any other matrix say i want the viewer to take a tour along my scene. Can I transform the view matrix as i would in the world matrix are there any "special" methods for it e.g. device.Transform.view.lookAt(somePoint) The view matrix is just a matrix, so it's not really any more expensive to create than any other matrix. When you set a new View matrix, D3D does some internal calculations so there is overheard in setting a new View matrix. Typically the overhead isn't that bad and managing your camera through the View matrix is very convenient. ...Show All
SQL Server Group by Date
Hi all, Firstly: I'm a newbie when it comes to reporting services (previously used to Crystal reports). This is probably going to appear as a stupid question but here goes. How do i group on a date time field. I have set up a report with a table and as my group i have selected my datetime field [code] =Fields!WeekBegin.Value [/code] When i group on this field each record still seems to have its own grouping even though all entries in my test database have the same date. I have noticed that the seconds don't match up on some entries and believe that this may have something to do with it. There are however still duplicates ...Show All
SQL Server Native Client connection to MSSQL 2000
For MARS support in SQL Server 2005, I'm changing our OLE DB code to use Native Client. My understanding is that Native Client should support SQL Server 2000 as well. When I point my DBPROP_INIT_DATASOURCE to a 2005 instance, everything works great. But when I point to a 2000 instance, the IDBInitialize->Initialize() call is crashing with a bounds violation. In my test case, the only change I made was in my coCreateInstance from this: ::CoCreateInstance(DBIO_CLSID_SQLOLEDB, NULL, CLSCTX_INPROC_SERVER, IID_IDBInitialize, ( void **)&m_handles.pIDBInitialize); to this: ::CoCreateInstance(CLSID_SQLNCLI, NULL, CLSCTX_I ...Show All
Visual Studio Tools for Office Copying contacts
Hi This is probably not the correct forum, if so could you point me in the right direction. I am trying to copy contacts from one public folder to another. I don't want to use vsto as I will eventually make it a service on the exchange server that will run each day. I have added CDO 1.21 as a reference and can access two folders and see their properties. But I can't access the contact items themselves to copy them. Sample code below ' connect Dim servername As String = "server.local" Dim mailbox As String = "mailbox" Dim objSession As New MAPI.Session '= CreateObject("MAP ...Show All
.NET Development Excel like auto filter for Recordset and Dataview
Hi, I have looked around everywhere and have yet to find something that really filters a dataviews content like excel. I have a dataview that is bound to a recordset. I want to be able to use multiple filters to narrow down the results. for example i select from a drop downlist a certain value. The results get filtered to show only rows that contian that value for that column. then i select from a different combo box a different value, and the results are filtered more to only show rows tat contin both values, and so on and so on. How would i go about acheiving this. I have only gotton code for 1 colunm to filter. ...Show All
.NET Development WSE 2.0 SP2 Installer Error 1001
Hi, I'm trying to install Microsoft WSE 2.0 SP2 on an XP Professional machine. This is a fresh install of the WSE library, no other version has been installed previously. I am using the installer directly from: http://www.microsoft.com/downloads/details.aspx familyid=FC5F06C5-821F-41D3-A4FE-6C7B56423841&displaylang=en I receive the following error: Error 1001. Unknown Error (-1) and then: Error 1001.Could not find file "c:\program files\microsoft wse\v2.0\microsoft.web.services2.InstallState". The logged in user is an Administrator. No other issues with installation of other applications have ...Show All
Software Development for Windows Vista UISpy still missing?
I have been unable to find the UISpy app in the February CTP. Then I came across this posting http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=270356&SiteID=1 Has this been corrected yet or will be soon I've installed all the requirements listed at http://msdn.microsoft.com/windowsvista/downloads/getthebeta/default.aspx Thanks, CV I have released a version of UISpy that works with the Feb CTP bits. They will only be available for the next 7 days. I will also post the .zip file here. The instructions Remove any pre-Feb CTP installation(s) of the Win FX Runtime Co ...Show All
Visual Basic Relase the Fix for Visual Basic Compiler Error &amp;amp;H8013141e&amp;amp;
Hi all i just want to know when is going to be released the fix for visual basic compiler error &H8013141e& this is already reported in the microsoft productfeedback site. i think this is a very urgent patch that must be released asap and please do not repond that i should go back to vs.2003 because i have lots of code developed in VS 2005 to framework 2.0 .. JSB PS: this error pisses me of, i need to restart VS.IDE every 5 minutes. i think this is too bad for a recent relesase product ( its full of Bugs ). Hi, João, This is a good opportunity (in the ...Show All
