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

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

PJFINTRAX

Member List

DigitalFusion
monchhib
mbr_rptusr
kinny_k
Raph304
R.Tutus
Kevdu
seco
AndersBank
stallion_alpa
ferlinco
flash.tato
chipjollyroger
Wasim
Vian Zhou
Suresh_Bangalore
maryz
Bond 007
ChrisMoje
Jason Wilborn
Only Title

PJFINTRAX's Q&A profile

  • Visual C# App.Config 's ConfigSections problem in 2005

    In my App.Config file I have defined custom section- "ICTSApplications". It works fine in .NET 2003. But when I compiled an application in .NET 2005 , I am getting following error error: Configuration system failed to initialize InnerError:"Sections must only appear once per config file. See the help topic <location> for exceptions. here is content of App.Config file. < xml version="1.0" encoding="utf-8" > <configuration> <configSections> <sectionGroup name="ICTSApplications"> <section name="ICTSApplication" type="AppLauncher.Configuration.LaunchConfigCollection,LaunchConfig" /> </sectionGroup> </configSections> ...Show All

  • Windows Forms DataGridView + Fix Column

    Hi, I have DataGridView (C# 2.0) and I have a little probleme. In this datagridview, they are 13 column (First column for a description and others for each month of the year) When I scroll my vertical scroll bar of my datagrid, First column is hide and I can see other column. I want to fix my first column (As Excel sheet), and I want to make a vertical scrolling only in my month column. For example : I see these column in my datagrid : Description - January - February - March - April When I make vertical scroll I want to see : Description - February - March - April - Mei Thank for your help Damien, Hi I am guessing you mean horizontal scrolling. If it is, the following will help you. The is ...Show All

  • SQL Server Truncate or clear the indexes in variable table

    i have a variable table Declare @tbl1 TABLE( RowID INT IDENTITY(1, 1), SerialNoFrom nvarchar(50), SerialNoTo nvarchar(50)) After i delete From @tbl1 the indexes still remail unchange...how can i clear the indexes in variable table. Please advice Louis Davidson wrote: I can't find any way to do this, but here is a method that you might be able to use by maintaining an offset for each insert (I assume you are doing this in some sort of loop). Alternatively, consider stop using identity and use ROW_NUMBER if you are using 2005 to generate your unique values: SET NOCOUNT ON DECLARE @offset int set @offset = 0 DECLARE @tbl1 TABLE ( RowID INT IDENTITY(1, 1), Ser ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. GSE RTM on Vista RTM (unsupported)

    i know it's not supported ... but has anybody got it to work bought the club account on the 360 and downloaded the app on the 360. installed Express on Vista with no problems and registered. tried an update, but didn't see any service packs. then i installed GSE, which complained about the VS projects, but it still seemed to install. fired up Express and the XBox 360 Starter kit project was there and built fine. went to tools options, and setup the connection to the 360. then i set the 360 to listening mode. but when i try to deploy, it just comes back and says make sure the the 360 is listening. also, turned off the vista firewall but got the same results. any ideas Thanks, casey Doh!&n ...Show All

  • Software Development for Windows Vista DSL at Install

    I don't like having the ADSL network to the internet automatically live at a fresh install. I still haven't found how to disable it until I install anti-virus. ...Show All

  • Software Development for Windows Vista usbser.sys replacement in Vista?

    Does anyone know if the usbser.sys virtual serial port file was replaced with something else in Vista I have a driver for a usb GSM modem that is referencing it, and when registering the INF File, Windows says that the "file could not be found". I copied XP's version to the c:\windows\system32\drivers directory but to no avail. The modem uses the Siemens MC75 chipset, for which i cannot find any other "vista-approved" driver. But I am sure with enough tweaking the XP one will work. Any other info will be appreciated. hey! am stuck with samba falcom mc75 usb wireless modem. works in xp but not in vista. pls, pls let me know if someone has a solution. u may email me on gilbertsimiyu@yahoo.com tanx. ...Show All

  • .NET Development I cannot acces the choosen properties from new component

    LS, I'm using VS 2005 C#. I created a new component that inherits form textbox. I added a Label to this textbox. private Label tBLabel; [Description("Label above Textbox.")] public Label TBLabel { get { return tBLabel; } set { tBLabel = value; } } private void InitializeTB() { tBLabel = new Label(); } I can use my new component. In the properties box I can see TBLabel I can change the properties for TBLabel (for instance change it's Text to: This is a label) But when I run the program the debugger shows me that textbox1.TBLabel.Text=empty Probably the problem is that I during initialization I have to state tBLabel = new Label(); If I do not use this line I get an ...Show All

  • Smart Device Development Deploy Application.CAB file and Compact Framework 2.0

    Hi Everybody, This is Chandra from New Zealand. I am currently developing .NET CF 2.0 application on visual studio 2005 for windows mobile 5.0 platform. I want to distribute my application along with .NET compact Framework 2.0 to the customer in Canada. I created .CAB file for my application.But the problem is how can I include .NET compact framework 2.0 as well so that when the user runs my application.CAB file it also installs .NET compact Framework 2.0 along with the application. I will be sending only my application.CAB file to my customer in canada and he will be installing the .CAB file on his device. I want to deploy both my Application and CF2.0 to the device at one install. I wont be having physical mobile ...Show All

  • Visual Studio Team System How to ignore class or namespace in code analysis?

    In FxCop, I can ignore some namespace or class from project by setting AnalyzeAllChildren="False", but how can I apply similar settings in code analysis of visual studio Thanks!!! Will microsoft consider to add this feature in the future release It's useful when analysing large projects or solution. ...Show All

  • SQL Server OLE DB Source Adapter & variables.

    Hi All, Using a data access mode of SQL Command, I have a stmt that returns one date ( e.g select max(LastChangedDate) from TblA ). I want to store the result in a variable. How do I do this Cheers, Tamim. That's much clearer Darren, thanks. The issue in running them in parallel is just about saving time - nothing else. Therefore if this isn't (entirely) realised/actualised, it's no biggy. You've captured this maxim well: '... you can force serial, but not ensure parallel...' Understood. The 4 Exec SQL Tasks each followed by a Data Flow Task seems a good way to go. Many thanks to you & everyone else for their input here, Tamim. P.S. Am enjoying 'Professional SQL Server 2005 Integration Services' - ...Show All

  • Visual Studio Team System Move Team Foundation Server database

    Hello, How can I move the Team Foundation Server SQL databases This is from a user group presentation I did recently. I ran through this multiple times without error so it should be good to go. I took it from another site, not sure where, perhaps from the chm for TFS. Note that thsi does not include moving the SharePoint databases if you have a single server installation. Jim Jackson II ? Stop IIS and TFSServerScheduler services      ? Stopping the IIS Admin Service also stops the following services           ? WWW Service Publishing           ? SMTP     & ...Show All

  • Visual Studio Express Editions Try-Catch-Continue with next line in Try block

    try { statement 1; statement 2; } catch( Exception ex ) { } if statement 1 throws an exception, is there a way I can start executing statement 2 after handling the exception ( without using multiple try-catch blocks ) I'm basically converting and copying a number of variables from one class to another, and the convertions can give exceptions. If an exception occurs, I want the program to ignore it and try getting the next variable. Thanks in advance. incarcerus No, there is no way to restart the program execution after the instruction that caused the exception. You need try/catch for each one. ...Show All

  • Windows Search Technologies CAN SOMEONE HELP PLEASE? WDS STILL NOT WORKING

    Hi Everybody, It's getting very frustrating that WDS Beta 2 is still not working for me. It only works from within Outlook 2007 beta 2 technical refresh 2, but i always get " NOTHING FOUND " from the normal Search Deskbar.This while i basically went through all possible settings 100 times and installed, deinstalled and reinstalled the product multiple times, the last two weeks. Also if i install another search engine, like your friend Google or Copernic, it works instantly. Something must be broken somewhere, but everything else on my computer is working fine and actually it's quite a fresh install. Can somebody please make a point about this and help me out Am i the only one with this problem, i can't imagine. Sure, ...Show All

  • Windows Search Technologies Problem: WDS 3.01 seems to rescan/reindex depending upon where I am

    Hey all For some reason, when I connect from different places and different methods, IE from home via VPN versus at my desk with a direct connection, I get an "Items left to scan" of 13-14K items. The same goes when I connect back at work... Is there a solution I also use X1 and it does not seem to have a problem with where/how the machine is/is connected. Needless to say, that's a lot of IO and thrashing for nothing. Thanks! BTW, using XP, Office 2007, and WDS 3.01. I have the same problem. When I connect my laptop to the network MSD discovers a few thousand files more and tries to index them. I do not know where they come from. I say it tries, as it is never done. The number in 'Item left to scan' goes ...Show All

  • Visual Studio 2008 (Pre-release) WCF and SSL

    Hi, I was just reading the following blog. http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=309166&SiteID=1 I was just trying to send username and password and get it validated but obvisously, you have to either create certificate or send it over https. I do not have much knowledge on https nor SSL. In the thread above, it talked about configuring SSL, how can I do this Do I configure in the program or is it more like windows system configuration My service runs as https but I can't access it using web browser nor svcutil. So if you can direct me a page on how to configure SSL, that would be fantastic, thank you. Also, configuring SSL for IIS and for a self-hosted service are very different. See Gudg ...Show All

©2008 Software Development Network