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

Software Development Network >> Matthew Roper's Q&A profile

Matthew Roper

Member List

Francesco De Vittori
NamelessJuan
cyberprashant
Mega Egypt
Bertrand Caillet
project2n5e0o1
Peter D.252325
BobInIndy
Fahd
ureyes84
ivl
HiTech2k
Amos Soma
CharlieRussell
lleoneye
Drew Marsh
Arvind Robin Kumar
ronlahav
flash.tato
Darin V
Only Title

Matthew Roper's Q&A profile

  • Software Development for Windows Vista Installed June CTP and now missing activities

    I installed the Juce CTP after un-installing the Beta 2 version and now I am missing a lot of activities. The only activities that are in the toolbox are - Compensate, Fault Handler, Suspend, Snyc, Terminate, Throw, and TransactionScope. When I click on the Theme Configuration, the rest of the Activites appear, but that seems to be the only place. I tried adding or creating different types of projects, but the same ones appear. I did an uninstall, ran the WinFx 3.0 uninstall tool (July 2006 CTP), and tried to re-install, but nothing changed. I do have OneNote 2007 Beta 2. I installed the run-time components and extensions compatable with 2007. Is this correct Any help is appreciated. I had the same p ...Show All

  • SQL Server SQL Everywhere replication

    is it possible to replicate sql everywhere with another instance of sql everywhere housed on seperate hardware the first being a desk/lap top and second a handheld running windows ce5 I would like to run an app with far more functionality on the desktop than the hendheld, however the size of the backend doesn't requitre the functionality that SQL express provides. SQL Everwhere cannot be a publisher/distributor, but I'm pretty sure you should be able to use OCS between the two when it gets released, but don't quote me on it. I can try and confirm this on monday. ...Show All

  • Windows Forms Delete menustrip item

    How can I delete a particulat item from main MenuStrip. I would like to restrict access to particular area's application, doing that base on menu items available base on user's level. thanks in advance for your help, Edward Deleting a item from a MenuStrip requires you knowing which item it is that you want to nuke and can be as easy as: menuStrip1.Items.Remove( this .toolStripMenuItem1); Does this put you on the right path Another thing you might consider is just disabling that item: toolStripMenuItem2.Enabled = false ; ...Show All

  • Windows Forms How to enable scroll bars for controls when it is disabled?

    Hi, I have a text box with Multiline property set to TRUE and with vertical scroll bars activated. Now when the text area is disabled and contains a lot of data, the scroll bar is also disabled. Hence the user isnt able to see the entire data. is there a way to fix this Abi_ramanan wrote: Hi, I have a text box with Multiline property set to TRUE and with vertical scroll bars activated. Now when the text area is disabled and contains a lot of data, the scroll bar is also disabled. Hence the user isnt able to see the entire data. is there a way to fix this ...Show All

  • .NET Development Read Excel error in x64 server

    I have a project that use oledb to read a excel file. The code is like that(C#): string connString = "Provider=Microsoft.Jet.OLEDB.4.0;" + "Data Source=" + excelFile + ";" + "Extended Properties=\"Excel 8.0;HDR=YES\""; OleDbConnection conn = new OleDbConnection(connString); ... conn.Open(); But it seems not work on the 64bit machine, it showed me " The 'Microsoft.Jet.OLEDB.4.0' provider is not registered on the local machine. " Can someone help me with the issue Using 'anycpu' as compile option on x86 machine will make your program run as 'x64' on 'x64' machine. Hence this problem. Force compile it as 'x86'.. It should help resolve it (atleas ...Show All

  • SQL Server web service vs windows service

    Hi! I would like to know the relationship between the SSRS Web Service and the SSRS Windows Service. Does The Web Service use functionality exposed by the Windows Service Where Can I learn about this architectural concepts Thanks J. Aldrin You can start exploring the documents on MSDN. See this link for an architectural diagram http://msdn2.microsoft.com/en-us/library/ms155792.aspx To answer your question: the web service access the windows service for data encryption/decryption. The windows service accesses the web service for a variety of reasons including report processing. ...Show All

  • Visual Studio 2008 (Pre-release) How WS-Policy and WS-PolicyAttachment is supported in WCF?

    Can someone tell me how WS-Policy and WS-PolicyAttachment are supported in WCF Are there any classes that can load an WS-Policy file and produce the required Policy Object Model Also is there any support for Normalize and Merge operations (as specified by the WS-Policy spec How can we check that the Service Provider Policy are compatible with the Service Consumer Policies Are there any classes that can load an WS-PolicyAttachment file and produce the required Policy Object Model to ease processing of the referenced policies I did extensive Web search and browsed WCF classes but I could not find any pointers to the above! I appreciate your help in providing any useful pointers/links to answer the above questions. Thanks Karim ...Show All

  • SQL Server Timeout expired.

    I have a linked server in a local SQL 2000 MSDE database. It connects to a SQL 2005 database on a remote server. When the user tries to download some fairly big binary files he gets the error "Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding." I have written the application in C# 2003 using the .NET framework 1.1. I am using the SqlCommand object and I am setting the timeout to 2700. (I think there was an error setting the timeout to 0). After about 10-15 minutes the timeout error is thrown. Is there something I am missing Could there be something in the remote server that is limiting the connection Hi, Evan Please try add ...Show All

  • Smart Device Development Smart Device CAB Project dependency error

    I have a Smart Device CAB Project in VS 2005 that builds an installer CAB for my C#, .NET Compact Framework 2.0 SP1 application. The Smart Device CAB Project contains the Primary Output from my application's User Inteface project. Recently, the CAB Project stopped getting the latest output from my User Interface project. In other words, even though I had made bug fixes to my User Interface project and re-built it, the CAB project was still holding onto the old DLLs and EXEs that did not contain the bug fixes. I spent a frustrating day trying to figure out why my latest bug fixes worked fine on the Pocket PC Emulator, but did not work when I installed them on ‘real’ devices. When I discovered the problem, I deleted the User ...Show All

  • Software Development for Windows Vista MBS Navision 4.00 compatability problems

    Hello, I have been testing Windows Vista RC1 in our computer enviroment and have hit a wall with the most important application, MBS Navision. I've tried running it in every compatability mode but to no avail. The program fails to launch and I get an error in my event viewer. The question I want to ask is: What action should we take in tackling this problem Is the current version of our Navision software incompatible with Windows Vista or is the problem with Vista I'm going to post the error from the event viewer for you to examine... - < Event xmlns =" http://schemas.microsoft.com/win/2004/08/events/event " > - < System > < Provider Name =" Applicatio ...Show All

  • SQL Server SQL 2005 Server Agent won't start

    When I attempt to start the Server Agent Service, it tells me it started, but stopped immediately. When I check the log files for the agent, I get the following two entries: 2007-01-03 15:07:11 - ! [241] Startup error: Unable to initialize error reporting system (reason: The EventLog service has not been started) 2007-01-03 15:07:13 - [098] SQLServerAgent terminated (normally) This same error was posted inanother forum and I was directed here. The EventLog is running (I did an SC command) so I am lost. Help Did you check if the event log is full HTH, Jens K. Suessmeyer. --- http://www.sqlserver2005.de --- ...Show All

  • Visual Studio 2008 (Pre-release) Listview: dynamic loading content possible?

    I've got a listview containing a GridView. I'd like to fill the content of this listview dynamically. So, instead of loading all my items (could be thousands) into an observablecollection I'd like to give the ListView the count of items, and just load those items that are displayed right now. To get this data from the database is no problem, but I need a way to know which lines I need to load to be displayed right now, need to know when scrolling, resizing or similar is changing these. Is there any known way to achieve this Thanks, Sam You could write your own descendent of ViewBase that adds paging You would also need a paging descendent of ObservableCollection Then you could notify the ne ...Show All

  • Visual Studio Express Editions Assigning values to listbox items

    Hello, I'm wondering if there is any way in C# of assigining a value to a listbox item, but having it actually display another value on the screen. For example, I may have a listbox with an item that I want to display on the screen as "Under age 21", but I want it to actually carry the value of "uAge" or similar. Is there any easy way of doing this I'm doing this because I want to use the values in the listbox to identify database column names, but the database column names are not reader friendly. Cheers, Greg. Hi, It's quite easy for you to set the listbox.items[ i ].value diff from listbox.items[ i ].text. otherwise, when you use the way: listbox.items.add(obje ...Show All

  • Visual Studio 2008 (Pre-release) Why does ClientBase Dispose need to throw on faulted state? (Or, what's the difference between close and abort?)

    Could someone enlighten me as to why calling Dispose on a faulted client proxy needs to throw an CommunicationObjectFaultedException instead of just aborting the client   Essentially we have to do this: Client c = new Client(); try {  c.Foo();  c.Close(); } catch (Exception) {  c.Abort();  throw; } Instead of: using(Client c = new Client()) {  c.Foo(); } Yes, I've read the justifications in the SDK and here: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=627970&SiteID=1  but the "summary of internal discussion" seems to be "well, that's what we're doing, so deal with it." I still don't understand why Close must throw instead of just, well, closing I know I'm going to have to live with i ...Show All

  • Visual Studio Error while tring run project : Unable to start debugging on the web server

    Error while tring run project : Unable to start debugging on the web server my so is windows server 2003 standar edition an visual studio .net 2003 i don`t can runig aplication in .net ...Show All

©2008 Software Development Network