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

Software Development Network >> Shadi Mari's Q&A profile

Shadi Mari

Member List

SSRS Jon
Lama Karmi
rene-poepperl
BhuttCrackSpackle
GlitchEnzo
muss
J-Chen
Rush hour
doug finke
John12
wadnerk
Rocky79
waheyluggage
Crenna
Neotech
Stefan Toller
Bill26
madswn
grimdog
StevenGreen
Only Title

Shadi Mari's Q&A profile

  • Visual Studio Windows Form ReportViewer Not Binding To Data Source

    In VS2005, SP1 beta, I am trying to drag a report viewer onto a form and then attach it to the .rdlc report. When I have done this for other reports, a BindingSource, DataSet, and TableAdapter are automatically binded and populated below but this behavior is not occurring with this report. The difference between this report and the others is that this dataset and report are based on three tables (views) instead of one. What do I need to do differently Otherwise, I get an error message like: "A data source instance has not been supplied for the data source 'dataSource3'". I've went into my .rdlc report under Data Sources, and all three data tables are listed. Thanks, cj ...Show All

  • SQL Server Maintenance Wizard error...

    Hi, I'm just trying to use the Maintenance Wizard for the first time, but the SQL Server Management Studio shows me an error message about 'Agent XPs' is not running on my server; and I should activate it through 'sp_configure' I've tried to understand 'sp_configure' by searching it on MS TechNet, etc. But of course, because I'm not a SQL Server expert user; I don't even know how to use 'sp_configure' at all.... Anyone know how to work this thing around Appreciate all the help... PS: I almost forgot to mention, that I'm using MS Windows Small Business Server R2 2003 with SQL Server 2005 Workgroup Edition. Chris, Is it really true, you did have the similar problem with Maintenance Wizard li ...Show All

  • Visual Studio Team System Anyone had problems with WorkItemStore.BatchSave?

    I have been creating work items through the OM and successfully saving them using WorkItem.Save. As I will be migrating some 7000 records from our old defect system, I thought it would be nice to call the WorkItemStore.BatchSave method once instead. However, I receive the following error when I call the WorkItemStore.BatchSave method with an array of work items (even though I can later save the exact same work items individually with .Save without a problem): An unhandled exception of type 'System.NullReferenceException' occurred in Microsoft.TeamFoundation.WorkItemTracking.Client.dll Additional information: Object reference not set to an instance of an object. The WorkItemStore object has been created fine as has the work it ...Show All

  • Visual C# Allocating Memory for huge array

    I have an array of struct which I can create up to a certain size. The max is 250M, but I have 4G of ram on my WIndows XP Pro machine. How can I allocate more I read straight into memory from file using 'unsafe' code. I need to load in about 1G. Can you help me Moon Yes. I could do that and it's a good suggestion. However, first, I am trying to get away with a major code rewrite which that would entail. It appears to me the VirtualAlloc does what I want, I am just having problems then mapping the memory allocated to the my array. I want to be able to do something like data = new Peter[]; Peter* P = VirtualAlloc(BigSize); UnknownMethod.MapArrayToPointer(data,P); And then be a ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. telling the difference between xbox 360 and pc

    Is there a way for your game to detect what environment it's running in (eg 360 or windows) There are some environment specific issues I want to play with. I guess this is a little premature since we can't compile/export to the 360 yet. So what about #ifdef WINDOWS I thought the idea of XNA was that Microsoft was open to XNA being ported to other platforms, so it would make sense to #define the platform for every platform, rather than the binary case of 360 or not 360 !!! ...Show All

  • Windows Forms Activation Key

    Hi Everybody How r u all I am developing an intra office messanger using c#.I want that my product setup will be secured by both product key and activation key.I want to make a trial version that required a produck key to run trial version but after 30 days it required activation key.So only that user can use my application Product Key : Product key is same as window cd key Activation Key : Activation Key can be get by my website.You should get activation key to run registered version of my product Can any one tell me that how i can add these in deployment of my product or how can apply activation key on my product Waiting for you response Bye i'm having the same problem right now- microsoft says ...Show All

  • Visual Studio Team System Installation of Team Foundation server

    Hello I am installing TFS on virtual instance of Virtual Server 2005. I have installed Windows 2003 server on Virtual instance. Description Team Foundation Server is attempting to install on a domain controller Workaround / Remedy This computer attempting to install Team Foundation Server components onto a domain controller. Install on a domain controller is not supported for more information see Team Foundation installation Guide. Then I found in the Team Foundation System Requirements Team Foundation Server (Single Server) The following is a list of recommended system requirements for Team Foundation Server. You should also verify that your computers meet the minimum system requirements for eam Foundation Server p ...Show All

  • SQL Server Flat File to SQL Destination - Unused Columns Warning

    I have a flat file data source and SQL Server destination data flow. Only a subset of columns from the source are mapped to the destination. During execution SSIS returns DTS pipline warnings for every unmapped source column. Is some kind of transformation the only way to get rid of these warnings Also this data flow subsequently returns an error: [SQL Server Destination [1293]] Error: An OLE DB error has occurred. Error code: 0x80040E14. An OLE DB record is available. Source: "Microsoft SQL Native Client" Hresult: 0x80040E14 Description: "Could not bulk load because SSIS file mapping object 'Global\DTSQLIMPORT ' could not be opened. Operating system error code 2(The system cannot find the file specified.). Make sur ...Show All

  • Visual Studio 2008 (Pre-release) Opening .xaml file using ImageBrush in IE

    Hello, I wrote a .xaml file using ImageBrush to texture a rectangle. The ImageBrush imports a localy stored .gif file. Here's what it looks like: <code> <Canvas xmlns='http://schemas.microsoft.com/winfx/2006/xaml/presentation' xmlns:x='http://schemas.microsoft.com/winfx/2006/xaml' Height="1000" Width="1000" Name="DrawingPane" Canvas.Left="0" Canvas.Top="0"> <Rectangle Width="200" Height="100" Stroke="Black" StrokeThickness="3"> <Rectangle.Fill> <ImageBrush Stretch="Uniform" ImageSource="C:/my folder/pattern0.gif" /> </Rectangle.Fill> </Rectangle> </Canvas> </code> The ...Show All

  • Connected Services Framework Getting the default health status

    Hi Folks, I am using the Well-enabled Service template. The health interface exposes the following method: - void GetServiceHealthState(GetServiceHealthStateRequest request); I'm a little confused, I don't understand why it is a void. I am sure i'm missing something obvious, can someone put me right Thanks for your help All the best,. Ash Thanks Vikram, I realised it was Async a couple of mins after posting (always seems to happen that way), I've got it working now Thanks! Ash ...Show All

  • Visual Studio 2008 (Pre-release) Freezable changes in June CTP

    In the June CTP, what became of FreezableCollection.SetFreezableContextCore(bool) and Freezable.SetFreezableContext() These methods are no longer available, and I can't find anything on this topic. Have they been replaced with something new, or removed completely Thanks in advance. I'm using a slightly modified version of Pete Blois' code from February 9, 2006: http://blois.us/blog/files/Actions.zip (his blog is at http://www.blois.us/blog/ ). This worked fine in the May CTP, and stopped working in June when the above methods were removed. When I comment out SetFreezableContextCore(), the code compiles but no longer works. OnFreezablePropertyChanged is called in various places, but doesn't seem to do the trick. What do you suggest ...Show All

  • Visual Basic code snippet editor

    I get an unhandled exception error the minute I fire up the code snippet editor and cannot continue from that point on.  Is this a reported problem   I'm running on XP Professional with service pack 2 and using Visual Studio 2005 Professional. Second request for the source code - gotdotnet isn't up anymore. When the page for the snippet editor says " The Visual Basic Snippet Editor is shared source project " doesn't that imply that it is shared somewhere Or does the 'd' in 'shared source' imply past tense ...Show All

  • Windows Forms System.IO.Directory question?

    Dear All, I am using this function (System.IO.Directory.getFiles(path)) to get the files in a specified folder in the drive, and I wanna view these files using a ComboBox, but I don't know why this does not work (the comboBox does not view any thing). any way, the following is my code: Private Sub ComboBox1_SelectedIndexChanged( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ComboBox1.SelectedIndexChanged If System.IO.Directory.Exists( Me .folderindex.Text) = True Then Me .ComboBox1.DataSource = System.IO.Directory.GetFiles( Me .folderindex.Text) Else MsgBox("This is not a valid path....") End If End Sub Note: (Me.folderindex.Text) is the folder pa ...Show All

  • Visual Studio 2008 (Pre-release) Problem hosting WCF on IIS

    I m hosting WCF on IIS. When I concatnate my service.svc file with the service.cs file, it works perfectly, below is the concatenated service.svc file: <%@ServiceHost language=c# Debug="true" Service="Microsoft.ServiceModel.Samples.CalculatorService" %> using System; using System.IO; using System.Collections; using System.Collections.Generic; using System.Diagnostics; using System.ServiceModel; using System.Text; using System.Timers; using System.Xml.Serialization; using System.Web.Services; namespace Microsoft.ServiceModel.Samples { // Define a service contract. [ServiceContract(Namespace = "http://Microsoft.ServiceModel.Samples")] public interface ICalculator { [OperationC ...Show All

  • Visual Studio Team System Problems with run test coverage analisys on Build Machine

    Hello, I've following problem: I have test configuration with some unit-tests. Team Build was working correctly with this configuration. Then I've enable code coverage analysis. Now I cann't see test results files (Test Result directory is empty). Code coverage analisys cann't be started, and I cann't understand reason of it.   There is part of my build.log with errors:     Creating directory "C:\Build\Paladyne\Security Master Build\BuildType\..\Sources\..\TestResults".     __________________________________________________     Project "C:\Build\Paladyne\Security Master Build\BuildType\TFSBuild.proj" is building "C:\Build\Paladyne\Security Master Build\Bui ...Show All

©2008 Software Development Network