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

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

mgmcd34

Member List

Zadoras
kevin D. white
toreddie
newyuppie
Dale17677
RostaB
Maheshsingh21
shades921
Earl Jon Daman
Danny_W
jh0483
AtomZ .be
eduar_hte
TestEng
dknapp
lucas3256
Robert.Altland
Duvalu
NickKang3
Mitch5713
Only Title

mgmcd34's Q&A profile

  • .NET Development Comvisible object, config files, and classic ASP

    We are developing a comvisible object that will be called from an asp page. This object in turn will load other .net assemblies, E.G. Entlib, other in house items, WSE3.0 imp, etc… Most if not all of the assemblies require settings in a configuration file. The issue is I am unsure of how to get my comvisible assembly and the others that it loads to read a config file. 1) Where does the configuration need to be placed 2) Does it need to be named web.config or assembly.dll.config 3) Curiosity question here a. Can it be placed in such a place that each site/vdir calling the com object can have a different configuration file Thanks Wayne Yes, but this ...Show All

  • Visual Studio Team System Do the webtest to be re-recorded when databing is deleted?

    Hi, I have databinded a text file with the webtest request. It ran fine. When I changed the values inside the text file, It doesn't reflect. Also, I have deleted the text file and created a new one. Still It can't recognised. Kindly suggest whether i need to re-record a new test and databind it once again Thanks - Vijay. ...Show All

  • Visual Studio 2008 (Pre-release) how to set maxReceivedMessageSize for a vb6 client app that use a WCF service ...

    Hi I have a VB6 client app that calls in to WCF service hosted using netTcpBinding. The calls seems to work fine for other functions that returns small amount of data. But i have a function that returns a string (xml serialized dataset) and it exceeds the maxReceivedMessageSize(65536) and i get "RunTime error -2146233087 (80131501) - The maximum message size quota for incoming messages (65536) has been exceeded. To increase the quota, use the MaxReceivedMessageSize property on the appropriate binding element.". My vb client app is named vb6client.exe. So i added vb6clientapp.exe.config and added maxReceivedMessageSize="6553600" in the netTcpBinding section. But i still get this error. If i do the same on a WCF client ...Show All

  • Visual Studio Localization

    What are the guidelines for localizing of the domain model I have noticed the Localize property on Classes and Values Properties, but I haven't figured out how it works Thanks! Mike In the June CTP (and thereafter) there are various 'resources' you can provide for elements of your DSL definition, such as descriptions and display names on domain classes, domain properties, domain roles. These get generated into a .resx file, and are then used in various parts of the UI in the generated designer. You can localize your designer by defining satellite DLL's overriding these resources for different locales. In our V1 release (due end of August / beginning of September), the completed Dsl Designer m ...Show All

  • Visual Basic send to a printer in VB.net

    Isn’t there a way to send an MS Word doc to a printer in VB.net We generate dozens of Word docs for our clients daily, and would like to create a simple app that will list the files in a selected folder and allow them to highlight as few or as many as they want and send them to their default printer. I can’t seem to put my finger on any information describing a similar task in VB.net. Thanks, Michael Nicholas The solution to yoru prob is, not to create a new Process everytime for each item in yoru listbox. Use the same process, just fire the rest of the events one by one. Hint: write that Dim proc as New Process outside the loop, should help .... ...Show All

  • SQL Server How to send a report on data change?

    I have this report that uses one table. At some random times during the night this table will be updated. Is there a way to trigger the email report whenever the table changes its data IvanOrdonez wrote: Arent data driven subscriptions triggered by a scheduled routine at a certain time They in fact are and you will have to do some "fancy" things to get it work... But first you will have to offer some more informations: Is there a specific event when your table gets changed should the report be send EVERY time on change or only once per day Is there a SSIS involved in the change of the table Or another "application" Ivan, you probably could log the changes in a table and cross your ...Show All

  • Visual C# Intellisense breaks on Indexer of C5 generic collection library

    Hello, I noticed a problem when trying to use indexers of the great C5 Collection Library ( http://www.itu.dk/research/c5/ ) . The library makes much better use of Interfaces than the collection classes in System.Collections.Generic and work fine most of the time, except when one tries to access members of the type stored in the collection class via the Indexer. So, to illustrate, when I have myArrayList defined as C5.ArrayList<string>, type myArrayList.First and then type the dot I get the list of available members of the string class shown by Intellisense. Just as it should be. However, when I do the same with myArrayList[0] and then type the dot, nothing happens. This is quite annoying. It appears to me that the problem might be ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Making XNA sing in 2D

    I'm new to managed code as far as using it for anything but tools and other applications where speed doesn't matter. I'm playing with XNA and looking to have some fun in 2D. I know this is the beta and all but the performance of using spriteBatch to draw sprites is really lacking. 5000 unlit, perfectly opaque square sprites using the same texture shouldn't run at 5 fps. 1000 sprites runs at just under 30fps, that's without any other game logic going on. Woof. I am looking to squeeze performance out of 2d mode, however I'm thinking that perhaps the best thing to do is just render in 3d mode and use large triangle lists to draw my sprites. Would that be the best course of action, or are there yet lots of tricks to rendering in ...Show All

  • .NET Development calling a paramaterised stored procedure from visual c# 2005 express

    Hi I am using visual C# 2005 Express I also have SQL Server 2005 express I created this procedure from within the C# IDE ALTER PROCEDURE dbo.test4 @id int AS SELECT P1_firstname + ' ' +P1_Surname as FullName FROM p1_names WHERE p1_id = @id RETURN As it will only return 1 row (P1_ID is an Identity) I dragged a text box onto a windows form, in addion to that VC added a box labled 'id' and a fill button. However when I run the program I put in a number I know is in the list, press fill & I get... Failed to enable constraints. One or more rows contain values violating non-null, unique, or foreign-key constraints. But before I parameteriase it it worked fine, with list boxes and datagrids. The C# is... ...Show All

  • Smart Device Development How can i add check box in data grid

    Hi I need to add check box in data grid control or any other display control. I am using .net Compact Framework 2.0. Please tell me how can i do that If it is not supported then how this problem can be solved Regards http://blogs.msdn.com/netcfteam/archive/2006/04/25/583542.aspx ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. 16000 hz

    Hey, I was just wondering, I am making a game; will a microphone that records at up to 16000 hz provide speaking clear enough for a game, or will it sound at all moughled   If it is extremely clear, how is it that I play a sound on directsound or directmusic that isn't at a standard hz, such as 22050, or 44100   If that isn't extremely clear (clarity wise), could you point me to a relatively cheap headset that is, and tell me how to play a not standard hz sound please thanks for your help. Thanks. How would I go about recording at 44100 with an exciter also, could you point me to one One other thing: This sounds like it is sort of like overclocking a cpu from what I understand , (or am I totall ...Show All

  • Visual Studio Tools for Office How to make sure I selected the correct emial in the mail list?

    Hi, How am i able to select the particular mail from the inbox default folder so that i need not need to open up the mailitem in order to do my work. e.g i select a mailItem from the inbox and i click on the delete button to delete the mail. I wanted something like that so i do not need to open up the mailItem. Thank you VSFW3 In the Outlook object model, the Application.ActiveExplorer.Selection collection represents the items (note plural!) that the user has slected in the folder view. ...Show All

  • SharePoint Products and Technologies SPsite url not working in asp.net website

    Hi, I have a problem, I am making a document view in an asp.net website, everything is working fine in Visual studio but when I try to use it in IIS on the same machine as the SPS I get an error Message: The Web application at URL could not be found. Verify that you have typed the URL correctly. If the URL should be serving existing content, the system administrator may need to add a new request URL mapping to the intended application. Trace: at Microsoft.SharePoint.SPSite..ctor(SPFarm farm, Uri requestUri, Boolean contextSite, SPUserToken userToken) at Microsoft.SharePoint.SPSite..ctor(String requestUrl) at TasksEdit.ASPxGrid1_BeforeDeleteCommand(Object source, BeforeDeleteCommandEventArgs e) in c:\Inetpub\wwwroot\Dams\TasksEdit. ...Show All

  • SQL Server drawback when I try to execute SSIS package

    Dear folks, I’ve installed Sql25k Client Components on my own workstation (XP SP2) in order to build ssis packages comfortably against our production server (64 bit on A-P cluster) I open my Visual Studio .Net 2003 and create a new Windows Application. But when I run the code for to launch a SSIS package fails. It doesn’t find the necessarry assemblies. Fine, I understand it. No problem. I copy them from %windir%\sql server\90\assemblies\... to C:\windows\Microsoft.NET\Framework After that I’m going to add new reference from my project but .net complain telling me that these ones are not valid assemblies Assemblies are: Microsoft.SqlServer.ManagedDTS.dll \Program Files\Microsoft ...Show All

  • .NET Development FtpWebRequest, request for nonexisting file behavior

    I'm using an FtpWebRequest instance to download files from ftp server in passive mode and I found some bad behavior with it. If I request a file that does not exist on ftp-server, FtpWebRequest implementation will not close a data connection prepared for the expected file transfer, so the resources may not be released properly.  How can I avoid such behavior Or may be it's a bug ...Show All

©2008 Software Development Network