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

Software Development Network >> scott.shen's Q&A profile

scott.shen

Member List

MircoS
darknessangel
zquad
Simon Goldshmid
learningdba
Rab Lucas
barkingdog
LeahGarrett
Mehmet Metin Altuntas
Rick Strahl
JRiz
sweetCoder
Rob68
Andy Bui
Michael Hansen
ailuz
rectis
adb123
Bigmo
Tim Mavers
Only Title

scott.shen's Q&A profile

  • Visual Basic Using Application Settings??????????????????????

    I need to save an array of about ten elemnts in the application setting as application wide setting user scoped I've tried in settings page of My project properties but I don't figure out how to do it is there is any way to do that if there is no way has any one an idea of the best way that I can have the general Idea done no One dimension array like Dim Myarr(10) As String that I need to store in application settings ...Show All

  • Community Chat WMP Visualization

    Hi, i'm new to the MSDN Forums and i thought i would show this Windows Medai Player Visualization that i am working on. You can download it at http://www.savefile.com/projects/1014727 You can see some screenshots at: http://img96.imageshack.us/img96/7827/screenshot3wa3.th.jpg http://img84.imageshack.us/img84/699/screenshot2ea2.th.jpg http://img141.imageshack.us/img141/3746/screenshot1yu0.th.jpg (sorry, i don't know how to show the pictures) Sorry, i'm quite new to this. I know nothing of Windows programming, i don't know how to access the registry through code although there is a .rgs (Registration Script) file that is in the project (which was generated by a project wizard). Here it is: HKCR { NoRemove ...Show All

  • SQL Server Report Server (MSSQLSERVER) cannot connect to the report server database

    I am running SQL Reporting Services and SQL Server 2005 on a Windows 2003 server. The configuration has been unchanged for approx. 3 weeks. Suddenly today, reports being accessed via an ASP.NET 2.0 application (on Windows 2003 Server with IIS 6) using a SOAP call to the reportserver became inaccessable. End users received the following error: Message: An error occurred during rendering of the report. ---> An error occurred during rendering of the report. ---> An error occurred during rendering of the report. ---> An error occurred during rendering of the report. ---> Attempted to read or write protected memory. This is often an indication that other memory is corrupt. Stack Trace: at System.Web.Services.Protocols.Soap ...Show All

  • Community Chat Virtual Intelligence, AI

    People we need to talk about this. When people talk about this, they say its based on storing and retriving information. The learning process for the computer would be to save as much information as possible from its interactions with the environment. But when I think about this, I feel its a restriction to learning. Consider this, when we are small adding two numbers 2 and 3, would be done on fingers or on a peace of paper. But when we grow up we dont use the fingers or paper. So my point is: The input(add 2 and 3) remains the same, also the output(5) remains the same. So where did the process of learning go. Thus, I would suggest that a machine should not only learn and save in information, it should also learn to proce ...Show All

  • SQL Server Visual Studio 2005 Tools for SQL Server Compact Ed.

    Hi, I've got a big problem reinstalling the just released VS2005 Tools: I've installed them, but then I've deinstalled them to first deinstall RC1 and install the just released RTM/W( ) of the runtime. But since then I was not able to reinstall the VS2005 Tools: The installer just says, that a required program for the upgradepatch is missing or another version is installed. I've also tried to reinstall SP1 of VS 2005, with the same result. BTW, I just wanna mention, that it is very complex to look through the new released Compact Edition releases. For example for the runtime it is required that the english release is installed before another localized release. But the localized releases are not called "Language Packs" (what ...Show All

  • .NET Development Writing to an INI file........

    Hi, I'm a .NET c# newbie....Can someone explain to me what the parameters used in the IniWriteValue function stand for Section, key n all dat.I want to call the function but i don't know the parameters to use.ThanksT IniWriteValue I've got to ask... where are you getting that method from as it is not a standard .NET or Win32 API call. If you are using the one provided with the ' An INI file handling class using C# ' Code Project article... it is simply a wrapper to the Win32 WritePrivateProfileString() method and the parameters (with some quoting from the MSDN article) are: Section - The name of the section to which the string will be copied. If the section does not exist, it is created. The name ...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

  • SQL Server Add Reporting Services to Trusted Accounts

    I installed SQL 2005 SP2 and RS add-in for Sharepoint to a WSS 3.0 site. I get the error: 'A connection to the server cannot be established' when I try to use the sharepoint account set up for this purpose. It is in the farm administrators, and has the required permissions when I check the database. Are there any other recommended troubleshooting tips that I can do Thanks. Dan FYI - I resolved the problem by adding the account to the local group WSS_RESTRICTED_WPG. This account needs to be in the Local Administrator's group, and the groups starting with WSS. ...Show All

  • Windows Forms WebBrowser control and Server Errors

    Hi Guys, I'm trying to find out if there has been a server error when trying to request a page within a WebBrowser control - does anyone know how to check the status of the request I'm assuming i'll have to check the status of the request within the Navigated event - only thing is i'm not sure how to retrieve the request status number e.g. 404 or 500 Does anyone have any ideas Kind Regards, Chris Usually the title is set to 404 - ...   <title>404...</title> I'm sure there'd be a better way though. ...Show All

  • Visual Studio 2008 (Pre-release) Unable to open IChannelListener

    I'm trying to use the WCF adapter for BizTalk (I know this isn't supported by MS) and I'm getting an exception when I try to start the receive location: The Messaging Engine failed to add a receive location "News Receiver" with URL "wcf://http://localhost:13000/eventsource" to the adapter "WCF". Reason: "The ChannelDispatcher at 'http://localhost:13000/eventsource' with contract(s) '"IndigoOneWayReceiver"' is unable to open its IChannelListener.". That sounds like a pretty specific WCF exception but so far I'm unable to figure out what the problem is. Any ideas -- Bryant I've dug into the code a little to try and uncover what is really going ...Show All

  • Smart Device Development TAPI lineIntializeEx() Compact Framework V1

    I have an application that successfully uses the TAPI functions with a .Net Compact Framework Version 2. I am trying to port that to Compact Framework Version 1 and am having issues. Here are my structure and method definitions: public delegate void LineCallBack (System. UInt32 dwDevice, System. UInt32 dwMessage, System. UInt32 dwInstance, System. UInt32 dwParam1, System. UInt32 dwParam2, System. UInt32 dwParam3); public struct lineinitializeexparams { public uint dwTotalSize; public uint dwNeededSize; public uint dwUsedSize; public uint dwOptions; public System. IntPtr hEvent; public uint dwCompletionKey; } [ DllImport ( "coredll.dll" , SetLas ...Show All

  • Visual Studio Team System i am connected to tfs server. how do I get a project called project1 from tfs server to my computer

    The purpose is to work on it then upload the changes back to the server. But am stuck just in getting the tfs project to my machine. I ve never done it. Thanks for guidelines. After Connecting toTFS (Tools->Connect To TeamFoundationServer). Open the Source Control Window(View->Other Windows->Source Control Explorer). You will see a Workspace Label with dropdownlist on it. (if it is disabled, go to Tools->Options->Source Control->Current Source Control Plugin (change to Visual Studio team foundation server). After you will see its enabled, click on it, and click on 'Workspaces...'. Click Edit and from the pop up window, you can specify the destination of the particular project/folder in ...Show All

  • Visual Basic How to not get combobox SelectedIndexChanged be executed on load

    Hello, As what the subject line is.... What is the method to not allow combobox SelectedIndexChanged to be executed on load... and only make it to be executed when a "USER" changes the selection value. Thanks well anything can go wrong during that but should be kept as an absolute last resort :-) I am sure there is a better way of finding out why the developer (original poster) needs to alter the selected index at start up of the application (onload)   I could post some examples but best not until we find out whats happening during onload, with some code :) ...Show All

  • Visual Studio Tools for Office Excel Macros

    Hi, I have a small opportunity with an excel macro. On the file there are 2 worksheets. On the first worksheet there is a button that enables to select a local directory location on my computer. On the 2nd worksheet there is a save button that enables to save/upload the current form in the directory selected. The fuctionality works fine when creating a path to a C:/ ...E:/ location.... The problem that I have is when I try to point that directory to a folder located on a website by copying the adress (http://imaginethat.tsl.telus.com/eRoom/PMOeRoom/TQTCITMSAPIntegrationTeam/0_611f) instead of selecting the directory per say. I get this error message : Error 1004: Method 'SaveAs' of object '_Workbook' failed There is an error ...Show All

  • .NET Development How to copy a file to a folder shared on the network

    I am generating a zip file then I have to move it to a folder shared on one of the system in the network. How Can I to move a folder into shared folder on one of the system in the network in C# .net 2.0 You mean that you only have share permissions Then there is no way to force it. Otherwise it would be a major security leak. Greetz, Geert Geert Verhoeven Consultant @ Ausy Belgium My Personal Blog ...Show All

©2008 Software Development Network