Software Development Network Logo
  • Visual J#
  • SQL Server
  • Visual Basic
  • Visual Studio
  • Game Technologies
  • Visual C#
  • VS Express Editions
  • Microsoft ISV
  • Visual FoxPro
  • Windows Forms
  • VS Team System
  • Architecture
  • Windows Vista
  • Windows Live
  • .NET Development

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

r0dr1g0

Member List

NeoNmaN
Don B
Justin Bennett
doddy94434
doodahman
trerick
Jaeger Mitchell
PGTexley
Matthias Eck
jbtechie
ChaitanyNaveen
CHooven
mj585
texlnghorn
Vanny
Greg Baxter
BA2006
Emily Fong
Ankur Goel
pritchi
Only Title

r0dr1g0's Q&A profile

  • .NET Development Unhandled exception in secondary app domain

       I am using app domains to host add-ins (.NET 2.0). If add-in does something bad, or if there is an unhandled exception in the add-in etc., I want to gracefully unload app domain without application going down. I tried AppDomain.UnhandledException, but at the time it is called application is already terminating. So how can it be done Alex Hi Alex, The UnhandledException event doesn't allow you to mark the exception as "handled" and recover, as you found out.  Instead, what you'll have to do is have a try ... catch somewhere on the callstack.  You could use a pattern where you ha ...Show All

  • Visual Studio 2008 (Pre-release) MediaElement video playing quality

    I find that when MediaElement is used to play a video, the quality is pretty bad - lots of frames are skipped, audio and video go out of sync etc. Is it because I am doing it from a VPC Even then it's strange, because WMP plays the same videos without any of these issues. Is this an issue with the current implementation Robert A. Wlodarczyk - MSFT wrote: Have you tried using Perferator to determine whether the video is playing in hardware or in software mode When I run Perforator, half of the stuff is disabled (the top 8 check boxes), and rest all say "not available". So looks like the video card on this m ...Show All

  • Windows Forms Convert Vb.Net project to an exe format

    hi, i have developed an windows based VB.NET application with database connectivity. i want to convert this project file to an .exe file so that i can use the project in any system that doesnt have .NET installed in it. I am not sure as how to do this. All i want is to make an exe file as in VB.6 any suggestions regarding this would be&n ...Show All

  • Smart Device Development Pocket PC Synchronisation

    Hi, I was wondering if possible to have a pocket pc once plug on to the station, and it can synchronise a text file with desktop pc. When I plug on to the ppc device station, active synch will run and setup a guest partnership. Then I just push a button in pocket pc, and will send all the data from pocket pc access/ wince to my desktop ms access database I'm not quite sure overall how this thing work. can someone give me some idea of the structures of the dataflow I don't want to use web services. Is there any other way to do it Which can fit into both ppc and smart devices SqlMobile is a good bet for large scale synchronization need ...Show All

  • Windows Forms how to call DTS wizard in windows application

    In my windows application, I want to pick a file (csv) and import to the SQL database. Just like what DTS wizard does. Is that an easy way to import csv file append a pre-existing SQL server table or just call DTS wizard from an application   Thanks you can also call it via SQL  exec objectID for example lets say the object  ...Show All

  • .NET Development Validating a Client

    Can anyone tell me if it is possible (and if so, how do I do it) for a remote server object to validate that the client making a remote call is a specific application or component I am trying to create a remote server that will provide potentially sensitive information (such as encryption keys) to applications.  The application would use the information internally without revealing it to the end user. However, I want to ensure that a clever end user doesn't create their own application to retrieve the sensitive data from the server and use it for their own evil purposes! My plan is that all valid applications that can call the rem ...Show All

  • SQL Server How to deploy Semantic Models manually?

    Using SQL Server 2005 Business Intelligence Studio, I created a Data Source (Test.ds), Data Source View (Test.dsv), and a Report Model (Test.smdl). It is very easy to deploy this model into a Report Server, from the Business Intelligence Studio, by right clicking the Report Model Project and choosing 'Deploy'. But how do you deploy a model file manually to the Reports Server When I use 'Upload File' option in Reports Manager and choose the semantic model file (Test.smdl), it gives the following error: "The DataSourceView is missing for the SemanticModel. SemanticModel must have exactly one DataSourceView element. (MissingDataSour ...Show All

  • Visual Basic ADO/Access Questions

      I've had a moderate amount of of experience with access databases in vb6. We'd declare a file system object and from that declare a workspace and from that a record set descriptor. One could picture and understand what was happening. VS2005 is different though. You could create and delete tables and define them dynamically. VS2005 seems to be different. It seems that things are done up front in the IDE Almost as if the relationships are drawn. Instructions are to click on this and do that. One creates table adapters and and dataadapers and with these apparoaches everything seems quite removed from what really happening. Al ...Show All

  • Visual C# Abstract classes and static methods

    Hello there! I was wondering why is not possible to define a static method into an abstract class, well... I was wondering that because I'm trying to force an user who inherits from this class to implement a static class and I just didn't find a way to do that... is there a way to do this Because there's a layer calling static methods and I don't want to change these methods to regular methods just because I'm not being able to solve this problem... Thanks Static methods can be defined in an abstract class. However, you cannot force a derived class to implement a static method. If you think about it, such a method would be ...Show All

  • .NET Development Missing Files in Microsoft.Net\Framework\v2.050727

    When I run Norton Win Doctor it shows 10 errors all related to Microsoft.Net Framework.  When I click on "Repair All" it does not do anything.  When I click on "Advanced" and Highlight 1 problem after another, clicking on "repair" on each individual error, the repair box comes up.  In the repair box it gives possible solutions and normally you can click on the repair botton that is in the solution box and it will repair the problem.  You cannot press on that botton in this error solution box.   The possible solution box said," MSVCR 80.dll might be located on a removable drive, a no v ...Show All

  • Visual Studio Express Editions Questions About Visual Studio 2005 Express

    1. Does Visual Studio Express come with XML capabilities or do i need to download it If so what do i need to download 2. What else would i need to download for VS 2005 Express especially for Visual Basic and C# for features that are not in the install Or any of the downloads for studio that is best to have Thanks, Kevin Look at the answer in the other thread you posted http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=291872&SiteID=1 There is a solution to install the 2.0 .NET framework separatly first. You can download it from here. http://www.microsoft.com/downloads/details.aspx FamilyID=0856EACB-436 ...Show All

  • Windows Forms Serializing a Collection

    I have a control that has a Collection Property on it.  How would I go about making that collection serialize say by serializing it into calling AddRange and passing in all the items of the collection   I tried a TypeConverter using InstanceDescripter, but that didn't work out at all.  Anyone know where I should start to do this ...Show All

  • SQL Server Cannot connect to Database in Server Management Studio

    I currently can't connecto to my database in SQL Server 2005 (enterprise) but as soon as I try to use any functions, I get cryptic errors found below.  I am about to pull my hair out.  Everything was working fine for around 4 days and now everything just blows up.  I've tried using both sql authentification and also windows: Errors I'm getting (print screens): http: / / www. photopizzaz. biz/ junk/ sqlserver_ 2005_ errors_ and_ resolutions. doc SQL logs: http: / / www. photopizzaz. biz/ junk/ logs. txt Event log errors are: Event Type: Error Event Source: MSSQLSERVER Event Category: (4) Ev ...Show All

  • Smart Device Development communicate an external device may be an on/off device

    I want to communicate an external device may be an on/off device. There are 8 devices at different places, I want to check the status of any device that is ON at my system. But I don't know about port programming. Plz help me from the scratch. i.e I want a suggestion for the reading material as well code snippets in VB.NETor C# or VC++ Kamran, I'm moving your question to the Smart Devices General forum, where you're more likely to find an answer to your question. Cheers, JJustice [MSFT] ...Show All

  • Smart Device Development No sysmbols have been loaded. .NET 2.0 PPC

    Hi all. I am trying to debug a 2.0 .NET PPC Application. The problem is that when I try to debug the application it says : No Breakpoint will currently been hit. No symbols have been loaded for this document. This happens only when I try to debug the application, cause I deploy and debug it goes fine. The point is that when I deploy the application it copies the entire .NET libraries, even the not referenced ones. Any advice Sincerely yours, agerman77 MCP CSharp / VB.NET This happened to me once before. I think I solved the problem by deleting the debugger/compiler "bin\debug" folder which, I be ...Show All

©2008 Software Development Network