lucerias's Q&A profile
SQL Server Table Partition Help
I am trying to understand how table partitioning works. I have Database with 5 Filegroups. Database contains one Table which is partitioned. Filegroups Primary FG1 – used for Partition FG4 – used for Partition FG3 – used for Partition FGINDEX - used for Index There are no Primary Keys on my table but it does contain a clustered index (created on FGINDEX). When I insert records into my table, my partitioned Filegroup does not grow, however my Index filegroup does grows. However when I do a search on my partition it shows that my Partitioned Filegroup contains data. I have a feeling that all the data is being inserted in to my index filegroup (FGINDEX). Also if I change the alter the index into nonclustered my Data file group grow ...Show All
Visual Studio IE7 causes script error in MSDN Library Oct 2001
After installing IE7 my local MSDN Library (October 2001) nows gets a script error when accessing a help page. The error is "Invalid character". I uninstalled IE7 to confirm that this was the problem. Without IE7, the MSDN Library behaved correctly. This only seems to happen for the htm files that I access over a UNC path. If I try the same path within IE7, I do not get any errors. I have tried applying the settings that tell it to ignore & prevent display of script errors, but it does not make any difference. The error messages pop up as if I had not set any settings. I appreciate any and all help to resolve this. Thank you Mark Seradex, Inc I'm seeing this usin ...Show All
Visual C# Declaring delegates using Reflection
Hi, I am trying to generate the fallowing class using Reflection: public class MyClass : CompositeControl { public delegate void CreateChildControlsDelegate (); public CreateChildControlsDelegate method; protected override void CreateChildControls() { CreateChildControlsDelegate createChildControlsDelegate = new CreateChildControlsDelegate (method); createChildControlsDelegate(); } } Here is my current progress: AssemblyName assemblyName = new AssemblyName (); assemblyName.Name = "MyDynamicAssembly" ; AppDomain appDomain = AppDomain .CurrentDomain; AssemblyBuilder assemblyBuilder = appDomain.DefineDynamicAssembly(assemblyName, AssemblyBuilderAccess .R ...Show All
Visual Studio 2008 (Pre-release) How to Load InfoPath Form into WPF Page
hi, i want to load an InfoPath form 2007 into my WPF Page. How can i do this TIA Jithendrian.R hi John, thanks for the reply... i tried what u said. but getting an Exception of type 'System.Windows.Forms.AxHost+InvalidActiveXStateException" with InnerException as null Need help regarding this TIA Jithendrian.R ...Show All
Visual Studio Express Editions Using Multiple Dialog Boxes
Hello, this is my first time posting on here. I took a class for Visual Basic but never got a chance to get real deep into it. IM currently trying to make a program that I can use to store all my serials for my games and other programs, so that it will be more organized, and possibly eventually try to make it more secured. I have my main form "form1.vb" I have a dialog box called "AddKey.vb" and another dialog box called "DeleteKey.vb". On form1.vb I have 3 buttons, one labeled Add, one labeled Delete, and one labeled Exit *for apparent reasons*. I then have a drop down combo box and a list box. I want to, after addding keys, be able to select the drop down list box select a game and have it push my serial(s) ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Tutorials Thread
If it's not too much trouble, could this topic be stickied I am just wondering if we could have a main thread that carries links to all the tutorials. In other words, someone makes a thread with a new tutorial, and then, they post the link to it here with a description of the tutorial. That way, others don't have to search through a whole forum for just one topic. Just an idea to make it easier on everyone. On a side note, I plan on linking this thread to another thread titled: First XNA Program Development Team (FXPDT). Take a look at it. Thanks for your time. Also, I've added some tutorials for you all for now. P.S. Since the tutorials are publicly viewed and linked to, I don't think you need permission to ...Show All
Software Development for Windows Vista How to cancel/ignore an event
So here is my scenario: I have a workflow published as a web service. This workflow sends out e-mails and processes incoming e-mails. Currently, I have my mail functionality implemented in a local service, and it works fine. The only problem is when the worker process is recycled, the mail service stops polling for mail, at least until the next web service requests restarts the web application. What I'm thinking of doing is moving the mail polling functionality into a separate Windows service or scheduled task. I figured I could have this separate service send a web service notification to the workflow instance when an e-mail is received. Here's the problem: There's no correlation token with web services, and just because the ...Show All
Software Development for Windows Vista Unable to access service hosted on iis
Hi I am using X509 Certificates and wanted no validation to be done for the certificate on Trusted People store .So I have created the custom serivce host with a certificateValidation Mode as PeerOrTrustChain as follows. public class CustomServiceHost:System.ServiceModel.ServiceHost { public CustomServiceHost(Type serviceType, params Uri[] baseAddresses) : base(serviceType, baseAddresses) { } protected override void ApplyConfiguration() { &nb ...Show All
Visual C# Problem with AssemblyInfo.cs
I'm a rookie and I'm trying to run a project coded in ASP.NET and C # locally at the moment, I copied the source files and installed ,configured IIS and registered ASP.NET 1.1. But when I tried open the whole project, it throws me an error: "Source file 'C"\TestingProject...\AssemblyInfo.cs could not be opened( 'The system cannot find the file specified.') I went back to check the original files but cannot find the file AssemblyInfo.cs. and the project is running perfectly elsewhere. What do I need to do about this Any help would be highly appreciated.Thanks in advance! Hi, Is your assembly file on your project folder If is not, do you have it elsewhere If so, add it to the project using Visu ...Show All
Visual Studio 2008 (Pre-release) a abnormity TextBox
I saw some posts give the the code of drawing abnormity Button, <Grid> <Grid.Resources> <Style TargetType="{x:Type Button}"> <Setter Property="Width" Value="30"/> <Setter Property="Height" Value="40"/> <Setter Property="Cursor" Value="Hand"/> <Setter Property="Background" Value="Skyblue"/> <Setter Property="Template"> <Setter.Value> <ControlTemplate TargetType="{x:Type Button}"> <Grid> <Ellipse Fill="{TemplateBinding Background}"/> <ContentPresenter VerticalAlignment=& ...Show All
Visual Studio Team System Can the VSTS unit tests run on windows mobile 5.0 device?
We need to run test code on windows mobile 5.0 device. But I don`t know whether the VSTS unit test supports wince. I can not find some information from msdn. Hi Ljan, Visual Studio doesn't support unit testing (using Team System unit test features) with mobile devices in the 2005 release. We are looking at this for future versions. Thanks, David ...Show All
Visual Studio 2008 (Pre-release) Service Side alerts..
Hi, Is it possible to show alerts/notifications on the server ie service side. I have a say a service.dll file of the service, and in the .svc file pointing to the service.dll, and on the client side i generate the proxy class and the output.config files. But now i want to get a alert or notification on the service side saying that i the client has served , jsut some notification on the server side say a alert window. My question is possible to display a pop up window on the server side. I hope i am not confusing. I donot know if this is relevant question but i am asking if it is possible. Thank you Sree It really depends what the alert is for. In general, I would not recommend showing dialogs on the service side wh ...Show All
Windows Forms Localization using .resx or Database
Hi I am looking in to writing a c# application in .NET 3.0 and localization has been highlighted as an issue. I haven't really written a localized app but I am aware of using resources and dotnets ability to choose the correct localized assembly when required. However, someone has suggested to me they would like to use a database in order to provide the localized strings. My first thought though would have been to use .NET resources. I can see the db approach would be more accessable to someone who didn't have any kind of resx editing tool (if there is such a thing), but I see that there is more to localization than just providing translated strings. Because of these conflicts of interest I wanted to ask everyones opinion: I ...Show All
SharePoint Products and Technologies Create Web Parts Using VS Express 2005 ?
I am doing a small project which requires a few web parts for SharePoint, although I do not have access to the full version of Visual Studio. Is it possible to create web parts using either C# Express or Visual Web Developer Any help would be greatly appreciated. Thank you :-) ...Show All
Visual Studio Express Editions Can I use VBE 2005 classes in Excel 2003 VBA code?
I have a class library that I'm developing in Visual Basic Express 2005. I can use the classes in other projects in VBE, but I would also like to use them in VBA code in Excel 2003 (i.e. in the VBA code I want to be able to create instances of the classes from the class library). If that is possible, can someone please give me step by step instructions Yes, that seems to be the same error. Make sure that you sign the assembly with a strong name, and use the /codebase option when registering. If that still doesn't work, you could try adding the assembly to the GAC using the gacutil.exe tool. Blackwood, depending on how you intend to use/deploy your class, you should also consi ...Show All
