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

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

Sarah21

Member List

Adam Anderly
riemerg
Dave Biscuits
Softwaremaker
Andreas Asterlund
Mojo George
Juan G.
Ton vd Pol
Frank722
DaveRogers
A. Weisberg
MMerchant
XNA-Mordt
Asif Hameed
Dylan Beattie
aamer4u
3d_developer
Tom Z
KaiserSozeTR
laue
Only Title

Sarah21's Q&A profile

  • Community Chat JimmyWidgets

    --- Original Post --- Hi everyone! My current project is JimmyWidgets, a widget program like Apple Dashboard, but for PC! You can even make new widgets in DLL format and post em on the online database! When I've made more widgets (I've only got 2 at the moment), I'll post it at www.jimmyware.co.uk  . It's going to be open-source, so you can download the source from there too. Here's a screenshot: http://www.freewebs.com/robinjam/JimmyWidgets%5FScreenshot.jpg I await any comments/suggestions! (But please don't be too harsh about my efforts, it took me HOURS)   P.S. A list of problems I need to fix: The online database currently lets you download the same widget twice, making startup time longer (because ...Show All

  • SQL Server How do I programatically fail my custom destination component?

    I am writing a custom dataflow destination that writes data to a named pipe server running in an external process. At runtime, in PreExecute, I check to see if the pipe exists. If it does not exist I want to be able to fail the component and gracefully complete execution of my package. Question is, how do I do this If I make a call to ComponentMetaData.FireError() that will only create an OnError event and not actually stop the execution. So, how to I halt the execution of my component and return the error message Thanks, ~ Gary Rafael, I understand what you are suggesting however that would not be possible as the named pipe server is created by my dataflow destination itself. It is dependant on the inco ...Show All

  • SQL Server Three daily schedules for a single report

    Hi, I have been trying to figure this out for a while. I have a report that should run at 9AM, 12 Noon and 2PM every weekday. Due to the complexity of the report, I'm using snapshots. Since the lowest gap is 2 hours, I currently have it configured to create the snapshot every two hours. Since this is running all day, my servers are taking a lot of strain. In the report manager help, it suggests creating three daily schedules for the report. I cannot find a way to create more than one schedule for a report. Please let me know how I can do this. Any help will be highly appreciated. Thanks, Anand I found it very annoing that RS does not support an END time. But, you can work around this, but it does ...Show All

  • SharePoint Products and Technologies RollBackTask

    Hi I am currently creating custom workflows for sharepoint using VS 2005 extensions for windows workflow foundation. I see there is a RollBackTask which indicates that one can roll back on a task that was previously done. Im looking for some documentation how this task should be used and what it is meant to do. I have searched around and have not been able to find any documentation on this. Any help would be appreciated. I really do need to know how this works as I need a way to roll back any tasks that have occured. Thanks for any help Neil Neil, I suggest reposting to the SharePoint - Workflow forum: http://forums.microsoft.com/MSDN/ShowForum.aspx ForumID=1207&SiteID=1 Cheers, Michael. ...Show All

  • Visual Studio Team System Should setting "Deny" permission override Admin priveliges?

    I am trying to limit checkin permissions on a certain branch in our source to only the Admin group. I thought the most expedient way to do that would be set the Checkin/Checkout priveliges to "Deny" for the Readers and Contributors group. However, when I do that, the admin group members are being denied access as well. In fact, if I set "Deny" on any permission for a group that an admin belongs to, that Deny permission seems to override the priveliges of the Admin group. According to the documentation here: http://msdn2.microsoft.com/en-us/library/ms252587(VS.80).aspx , I would expect admin group members' priveliges to be unaffected by setting "Deny" for a group to which the admin belongs. Am I misreading the ...Show All

  • Visual Studio 2008 (Pre-release) Invalid Member Mapping specified

    After generating my model using the ADO.NET wizard I get the following error when running my sample. Unhandled Exception: System.Data.Mapping.MappingException: Invalid Member Mapping specified. The type 'System.nvarchar' of member 'LastName' in type 'Author' in schema 'MyApp.Model.Model' is not compatible with 'System.varchar' of member 'LastName' in type 'Author' in schema 'MyApp.Model.Target'. If I update my ssdl to use nvarchar instead of varchar the error goes away. Causes error: <EntityType Name="Author" Key="ID"> <Property Name="ID" Type="uniqueidentifier" Nullable="false" /> <Property Name="LastName" Type="varchar" Nullable="false" ...Show All

  • Visual Basic [OTP] Vba code for use with Faxmaker

    Hi, I have a command button on my spreadsheet that will select a portion of my spreadsheet and send it as a fax attachment using Faxmaker and take me to Outlook. I would like to take this a step further and automatically populating the TO: field in Outlook with two phone numbers from my spreadsheet in the following format: [Fax:18889999999,18889999999] I would then like the fax to automatically be sent to the numbers provided. I am not sure how to reference the TO: field or activate Send using VBA code since I am already being sent to Outlook. Thanks in advance, rlmOC These forums are for VB.NET questions. The VB within Excel is Visual Basic for Application. VBA is ...Show All

  • Windows Forms Datagridview, bindingsource, thread problem

    I have a datagridview with a bindingsource as a datasource. the datasource of the bindingsource is a datatable from a dataset. When a change occurs in the datatable .. i get notify ... when i get notify i applied the changes in my cache version of the datatable where the bindingsource is pointing. i get the following exception : System.IndexOutOfRangeExceptions: Index 0 does not have a value at System.Windows.Forms.CurrencyManager.get_Item(Int32 index) at System.Windows.Forms.DataGridView.DataGridViewDataConnection.GetError(Int32 rowIndex) I think it's due to a thread problem .. since the datatable is only thread safe on read-only and not write. Do you have a suggestion to overcome that issue I ...Show All

  • Internet Explorer Development tables with height="100%" with style="table-layout:fixed" in strict mode do not respect row or cell heights

    I am testing html/css in IE 7 rc1 and The following table is exibiting buggy(unexpected) behavior while in strict mode.   It  lays out correctly in ie quirks and firefox strict.  Despite the whole push for standards compliance on the web, there are still situations where I need to resort to full height liquid layouts using tables.  Within the standards, there is no way to achieve full height complex multipane layouts without resorting to liquid (scaleable) table layouts.  So, before I get flamed for using tables improperly and discriminating against the blind, please consider this a plea for help.  PLEASE!!!!!!   Show me what I am doing wrong that makes this simple html sample devia ...Show All

  • Visual Studio Express Editions Could Anyone help me in VBE 2005,I need a way to make a button change to...

    Hello,First,i Am an extreme begginer in VB,BTW,im 13 years old,I have already made very useful Apps,from a calculator with all my Science/Math formulas included with a type of Instant Browser,which helps me in school when in a class,i can use it to ue the internet without any signs of browsing,I know a little of vb,The basic and A bit of more advanced,Any ways,back to the Q I am making a Lights Out Clone for my friend,but while i am doing it,I already designed it,But when i Try the first button,I am able to make that button change color,but not the ones next to it. My Q's 1-Why does'nt it change the ones next to it 2-Why after Clicking it,you click it again and it does not reverse the Colors(I did write the code,dont expect me ...Show All

  • Smart Device Development TabControl Inheritance

    I'm creating a really simple my own TabControl Inherting from the orignal one to just add an Indexer based on String not the integer. All works fine and gets compiled. Now after building the project when I drag that control from the Tool Box to my Form, I get an Exception in the Form Designer saying: "Failed to create component "MyTabControl"...............", with large Stack Trace. Can anybody tell me what's wrong with this Best Regards, Make sure that you have .xmta file in your control's project that includes DesktopCompatible attribute: <Class Name="SomeNamespace.CustomTabControl"> <DesktopCompatible>true</DesktopCompatible> </Class> ...Show All

  • Smart Device Development WindowsCE, CF + Rijndael encrypt., I'm stuck

    I tried using StringBuilder instead of string, application threw a "Native exception error" everytime I was using StringBuilder ...Show All

  • Visual Studio Team System Schema Compare Script Bug?

    After using DBPro to schema compare two databases, part of the script it generated was as follows: PRINT N 'Dropping symmetric keys' GO DROP SYMMETRIC KEY [##MS_DatabaseMasterKey##] GO However, when I attempt to execute this script on the target database, I get the following error: Msg 15316, Level 16, State 1, Line 1 Global temporary keys are not allowed. You can only use local temporary keys. Is this a bug in the script generation. If not, how do I deal with this error Thanks - Amos. Richard, No it does not work. I get the same exact error if I run this in Management Studio. Amos. ...Show All

  • SQL Server Replicating DDL in Sql 2005

    I am using Sql 2005 and merge replication. I am relying on the feature where schema changes are replicated to subscribers but I have come across a situation where schema changes stop being replicated. This is the scenario: I create a database and publish it for merge replication. I add subscribers. If I need to change the published database I can use ALTER TABLE ddl and the subscriber gets the changes. If I have to add or remove a merge article as part of a database change I specify the @force_invalidate_snapshot=1, @force_reinit_subscription=1. No any ALTER TABLE statements following the article change will NOT be replicated. Is this a known 'feature' Is it because @force_reinit_subscription is set to 1 Can anyone ...Show All

  • Internet Explorer Development IE 7 opening to Run Once page with error on it.

    I downloaded updates last week. I have been using IE7 for a while with no problem. I dwnloaded the updates. Now when I open my browser the page tries to go to http://runonce.msn.com/runonce2.aspx . There is an error reported for this page and it will not open up I get a blue screen. How do I eliminate this I have my home page set in the tools section but when opening it won't go to my home page until I hit the home button on the tool bar. Hello i had the same problem but i do know the answer on how to fix it you will not need to reinstall anything, go to start then click run, in the box type gpedit.msc once this is open you should find a window comes up with a menu down the left hand side, clic ...Show All

©2008 Software Development Network