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

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

mague

Member List

zkhan
bio4ema
Anton Rapoport
Sprite64
Minway
Morten Nielsen
Ronald Widha
markovuksanovic
Kaos
Billy Porter
fripper
Sqnyy
Jamie Thomson
Polarbear541
Matthijs Koopman
warkaid
Nimble
Black Dhalia
Kurt Halvorson
WXS123
Only Title

mague's Q&A profile

  • Visual Studio Team System I can not customize sharepoint portal for any project in team system!

    HI all! I created a project in team system, within window of team explore, i click right then choose "Show project portal", now i want to custom the homepage of project portal. I try to add any webpart to the portal. I met this error : Web Parts Maintenance Page: If you have permission, you can use this page to temporarily disable Web Parts or remove personal settings. For more information, contact your site administrator Please help me if you know any solution to solve this issue. thanks you. I'm assigned the administrator role, but i don't change. When I' using Front Page, YES i can change this. Is posible add new workitems (bug, task) for this portal, for ...Show All

  • Visual C# telnet problem with a ConsoleApplication

    Hi there I tryed to do a small ConsoleApplication on a Windows XP. (One input, database aceess and printout) I named my application test. On the Windows XP I modifyed the login.cmd to start test.exe when a telnet session starts. When I try to to telnet this PC from an other PC on the network, everything works fine. But when I try to telnet from an Linux PC, the test.exe doesn't work. Could somebody tell me whats wrong or missing Thanks in advance and best regards Ralf rmeuser wrote: Sorry , that I didn't explain it correctly. I'll try it again. With Visual Express c# I created a ConsoleApplication.I build this application and got a test.exe from it. This execute I tran ...Show All

  • Visual Studio Team System Assembly in source project - CTP7

    In my database I use the new feature of CLR functions and procedures. Therefore I got one assembly in my database, which hosts all functions etc. I now created a project and imported my database schema. Alle worked fine. Now I changed the assembly (e.g. added some functions and uses alter assembly with nocheck) and made a scheme compare from database (source) to source project (target). But all CLR functions caused an error: Assembly not found. So I deleted the assembly file in the source project and did a schema compare again (and yes, I pressed write updates both times), but the assembly is not created in any way. When I right-click new in the source project, there is no option to create an assembly file. So my question is, if this compa ...Show All

  • .NET Development Get list of tables in ACCESS using VB.Net app

    I am using Visual Studio 2005 (VB.NET). My app. is using an Access db in the background. Once connected to the DB, I want to display a list of all the tables in a combobox on one of the forms. How do I go about doing this Thanks Nihal, I changed the code to Dim restrictions() As String = New String (3) {} restrictions(3) = "Table" connection.Open() ' Get list of user tables userTables = connection.GetSchema( "Tables" , restrictions) and are now getting my tables with a few temp tables as well. Much better. Thanks ...Show All

  • SQL Server SSIS - on execute package "out of memory " error

    Hi, when i am trying to execute package in ssis then given below errors comes many times.how to fix it.any body can ...... in ssis default buffer size 10 mb. soure is iseries-db2 on as400 in production server , and destination is db2 udb on windows in dev server. usersapce page size in db2 is 16-32k 4 gb ram support in server with 2003 server standard edition. errors are--- Information: 0x4004800D at CHDRPF 312-315, DTS.Pipeline: The buffer manager failed a memory allocation call for 15728400 bytes, but was unable to swap out any buffers to relieve memory pressure. 3 buffers were considered and 3 were locked. Either not enough memory is available to the pipeline because not enough are installed, other process ...Show All

  • .NET Development SMTP Mail without SMTP Service

    I have a requirement for an email program to send SMTP mail without having IIS (and therefore no SMTP service) installed on work stations. I found a nice solution to this at http://www.eggheadcafe.com/articles/20030316.asp . I modified the code to fit my needs and it works. However I have a couple of issues. One: How do I cause the SMTP server to send out delivery notifications on failure and success This is pretty easy using the DeliveryNotificationOptions of the System.Net.Mail.MailMessage class. But of course I am not using this. Two: How do I send authentication or system credentials to the SMTP server Again, this is pretty simple using the System.Net.Mail.Message class. Example code: IPHostEntry IPhst = Dns .GetHost ...Show All

  • Visual Studio Setting rows-per-page for LocalReport

    How do I set the number of rows to display per page for a LocalReport via RDLC   I've tried setting both the Height element under Body and the PageHeight element under Report.  Neither seem to have any effect -- it looks like I get around 50 rows per page regardless. How about list I use the same way in a list. " <GroupExpression>=RowNumber(Nothing)\10</GroupExpression> " The number of page is right, but it ends up with 1 row per page. In each page. the first row also is right, but the other rows are missing. Thanks a lot. ...Show All

  • SQL Server HOW TO: Display Dynamic Images

    I recently completed a set of reports that required displaying images (small icons) based off of the value in a specific data field. It took me a quite a long time to get this to work as I wanted it to, so I wrote a little 'How To' article in my blog to hopefully save someone else a lot of time! Dynamic Images in SQL Server 2000 Reporting Services Note that I don't claim to be an expert SSRS user by any means, and if there is a better method for displaying dynamic images than the method I used, please let me know! ...Show All

  • Visual C++ program runs really slow after about a day, anyway to fix it?

    Hi, I have a visual c++ program that runs 24/7 on a computer. After about 22-25 hours it stars running slow, even though the computers specs are very good. I need to restart and then start it up again. Is there anyway to fix it or do I just need to restart each time Thanks, Stan This is an application specific problem. You may be experiencing this problem because of issues such as memory leaks or a complexity which (erroneously) increases over time, such as iterations with heightened limits. It's hard to give any generic advice for you to avoid these problem, apart from giving some thought to the amount of time you've spent attempting to avoid such issues while writing the application. ...Show All

  • Windows Forms Continue event processing after a prompt within the Validating event handler

    I have many controls visible simultaneously on my Windows Form. One of them is an "editor," and when the user tries to leave that control by clicking on another control, I want to prompt the user to save their editing session, with a "Yes/No/Cancel" prompt. If the user clicks "Yes" or "No", then (after saving if they clicked "Yes"), the original click event should be processed. if they click "Cancel," the user should remain in the original "editor" control. To cancel, I just set the Validating event handler's CancelEventArgs argument's Cancel property to true (i.e., in C#: e.Cancel = true; ). However, displaying the MessageBox prompt in the Validating event inter ...Show All

  • Visual Studio Team System Get Latest Version extremely slow

    Hello, When we do a "Get Latest Version" for a project containing about 450 subfolders this operation shows the "Contacting server to get list of items to update..." for a very long time. Eventually it will come up with an error "HTTP code 500: Internal Server Error". The event log indicates a time out. I have already increased the executionTimeout values for the various .config files used by the Web Services. This increases the time it takes for this error to appear (this can take up to 2 hours) but the error still appears. These subfolders each contain about 20 files with a total size in each folder of 180KB. While the "Get Latest Version" is active the server CPU is not busy at all, it stays ...Show All

  • Visual Studio How to display Barcode in crystal reports.

    I have to generate a barcode for a set of characters and I need to display it in crystal report. How to do this Hi Murali, I need to generate a barcode image in a asp.net appliaction on the fly. is there some code i could use. Thank you, Ram ...Show All

  • .NET Development Why doesn't Garbage Collect reclaim unreferenced objects???

    I have written a Windows Service using VS.NET 2003 C#. The service is having big memory foot print problems at a customer site. This service communicates via TCP to about 100 clients on the customer's network. The service has a single TCP listening thread (that derived from the TcpListener object). When a new TCP connection is accepted by this thread, a new client thread is instantiated and a Socket object is passed to this new client thread. The client thread is then responsible for all comminications with the customer's client machine. There are about 100 client thread at this customer's site. The messages that are exchanged with the customer client are XML based. In each client thread object, I have a single method that process ...Show All

  • Visual Studio Team System Build machine is not reachable

    I'm having trouble getting a Team Build type to run.  The error message that I receive is "Build machine is not reachable". I have defined the Build Machine as 'teamfoundation' in my build type, which is the name of the Team Foundation server (creative, I know).  I've tried various combinations of this, including the IP address, the FQN, and I've tried all of these from remote machines and on the server itself. Everything appears to be working except this feature.  I'm able to add work items, check things in and out of source control, and run reports.  I'm also able to browse to all of the web service pages that are in the "TeamBuild" directory of the VSTSWeb fine. Anyone have any ideas   I'm at a loss. ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Depth Testing (Z Buffer) not working, tried everything.. HELP !

    Reading pages and pages of documentation, and the only info i can find on getting depth testing to work correctly is not working ! I've tried everything, and am almost ready to give up, please oh please someone tell me / give me a decent link on how to work this. i have set the D3Dpp ( D3D present properties up as shown on msdn. [code] d3dpp.Windowed = TRUE; d3dpp.SwapEffect = D3DSWAPEFFECT_COPY; d3dpp.BackBufferFormat = displayMode.Format; d3dpp.EnableAutoDepthStencil = TRUE; d3dpp.AutoDepthStencilFormat = D3DFMT_D16; [/code] I have set the render states as descibed on MSDN [code] g_D3DDevice->SetRenderState(D3DRS_ZENABLE, TRUE); g_D3DDevice->SetRenderState(D3DRS_ZWRITEENABLE, TRUE); g_D3DDevice->SetRenderState( ...Show All

©2008 Software Development Network