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

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

adorer

Member List

Tracey Macias
WinstonPennypacker
L R
tenchyz
Mike Batton
chipjollyroger
Pavan Apuroop
chris_dev
robertlamour
tirengarfio
5letters
laiju lal
sailajam
jminond
drmcl
Jacco Mintjes
Peter Nimmo
samssb
cjacquel
Uwe82
Only Title

adorer's Q&A profile

  • Software Development for Windows Vista uiAccess

    My application is used to provide accessibility in other applications. I need to be able to drive input in other applications using Journal Playback Hooks. From the documentation it seems as if what I want is to include the uiAccess=true flag in the application manifest. However, when I use that flag, the operating system automatically puts a security flag on the application icon and requires administrative privileges to run the application. This is true even if I use requestedPrivileges=asInvoker in the manifest. Can someone please shed some light on this problem - What does uiAccess=true actually allow - How can I use uiAccess=true without requiring administrative privileges ...Show All

  • SQL Server Microsoft.SqlServer.Dts.Pipeline.DoesNotFitBufferException

    Hi I have a SSIS project that has one parent package and three child packages. When I run the project on my development machine in debug mode it works fine. Also if i run the packages using dtexec on my development machine it still works fine. However the problem comes in when I try and run the project using dtexec on the staging server i get the following error: Microsoft.SqlServer.Dts.Pipeline.DoesNotFitBufferException: The value is too large to fit in the column data area of the buffer. does anyone have any idea how to fix this please thanks G was getting the same error - found the resolution was to make sure the output column created in the design script was set to the same size as t ...Show All

  • Visual Studio Express Editions Visual web asp 2.0 build to a dll

    Howdy, This will most likely be a complete newb question but: How do i compile an entire asp 2.0 project to a dll. I was using visual studio 2003 and it did it automatically. It was a student version and now that I am no longer in school, i thought i would try to be legal and use Visual Web Developer 2005 Express Edition. I would even be willing to read up, but when i searched the help tools, i didnt find much in the way of a guide in how to compile all the .vb files into a nice dll i can put in my bin folder like i use to. any help would be greatly appreciated. thanks! I would try posting you question in the asp.net VWD Group on http://forums.asp.net as this is where the web developers hang ...Show All

  • SQL Server API for creating user or group

    What's the SOAP API call to create a user or group It seems that when someone successfully logs into Report Server, a new user is created for that user. However, is it possible to create a list of users on demand If you are using Forms auth then somebody has written a custom security extension that manages users and groups for you. (Perhaps you are using the sample ) In that case you can see if the security extension provides an API for adding users. If you are using the sample security extension, it does not provide a mechanism (outside of the logon page), you would have to add directly to the table it uses. You are correct that RS has a table of users and policies, but it does not technically contro ...Show All

  • Visual Studio Cannot open En_vs_2005_Pro_90_Trial.img file. This is microsoft visual 2995 trail version. Pleae Help?

    I am NEW, know nothing about programming. I wanted to download the trial version and learn something about programming in the hopes of automating my work. I cannot open the trial version..... .img file. Help, please I cannot burn it to DVD because it says there is not enough space on the disk. When double-clicking the file, I get the message "Cannot read file header!" "Unknown file format or file not found!" Again, know nothing about programming. This is my first stab at learning. I don't know the lingo. Just need help opening the file so I can learn the visual studio program. I bought a book from barnes and nobles to teach me the language and such. Thank you in advance for your help. Hello, I've ex ...Show All

  • Visual C# SQL headache

    i'm very new to C# and SQL and i was hoping someone could help. i am trying to make a simple inventory program, i'm trying to set up a data base(like a speadsheet) and then display it, i'm planing on having more controls later on but i can't seem to blend the GUI of the window to the database i've been stuck on this for days and i've search everywhere and nothing comes up for my situation, please help, i would offer a code "snipet" but i don't have too much code to begin w/..... thanks Create a DataSource based off your database. Then drop a DataGridView on your form. Set the data source of the grid to the instance that you created and you'll have an instant DB view into your data complete wi ...Show All

  • .NET Development Help! What's (S(q0x0e045zny2ydr02r5quc45)) doing on my site URL?!!!

    im a web admin for a .net site and when developers deploy web applications on .net framework 2.0 the URL in the address bar is: http://www.website.com.au/(S(q0x0e045zny2ydr02r5quc45))/Default.aspx Could anyone plz tell me what the (S(q0x0e045zny2ydr02r5quc45)) is and if it's possible to remove it if so how ill appreciate ANY information you can give me, this glitch is really bugging me thankyou ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Managed -> Unmanaged Interop

    Hello to the XNA team! Looks like some pretty awesome work you've got done here guys! Me and my colleague are professional game developers considering writing "Yet Another 3D Game Engine(tm)" for XNA. So I have two questions for the team: 1.) Is there any chance of getting a preview of XNA before december so we can start developing immediately 2.) It would be nice if we could do a bit of interop between XNA, managed C++ and unmanaged C++. What are the chances of us being able to achieve this Thanks in advance! AndyL wrote: 2 - As far as I understand, interop will be possible only on the PC version, and both platforms are C# only. Just to clarify - for now it's C# only. Other lang ...Show All

  • Visual Studio Dynamic Crystal Report generation

    Can anyone help me in designing the reports dynamically at runtime.The report field names and the number of fields will be generarted at runtime & based upon that the report has to be generated.. The user will be presented with a list of fields from which he will be allowed to select the fields to be displayed in his report.Only that field has to be present in his report. can't do on demand report creation with the standard sdk available from crystal reports. You will need to use their Report Application Server (RAS) SDK which is available if you purchase Crystal Reports Server, or Business Objects Enterprise. A small version of Crystal Reports Server comes free with Crystal Reports Developer XI. ...Show All

  • Visual Studio Team System testrunconfig doesnt work when running unit tests from IDE

    Hi, I'm having an issue with the testrunconfig file auto-generated by Visual Studio for my unit tests. I have modified the file to add some deployment folders (to copy unmanaged assemblies to the test location) but it seems to be ignored when I run my tests. I have selected it as the default testrun config from Test->Select Active Test Run Configuration yet it doesn't seem to be copying any of the required assemblies. However, when I run mstest.exe from the command line, and explicitly specify the localtestrun.testrunconfig to use, all the files are deployed correctly. Please help, Al Hi Al, Try removing and re-adding the test run configuration from your solution. Then specify "Sele ...Show All

  • Visual Studio Express Editions VC# control library template

    I'd like to create a usercontrol in VC# 2005 Express Edition and then add this control to the toolbox. I've been looking for info on the net and it seems I need the "control library template". Is this correct And if so, why dosen't this template appear in the supplied templates 1. Step: Create your own class library, add a user control to it and then compile it. 2. Step: RightClick inside your toolbox -> Choose Items 3. Step: Browse for the *.dll file and add it ...Show All

  • SQL Server SQL 2000 - "Unable to get list of data mining algorithms" - PLEASE HELP

    Hi, I recently started using SQL 2000 Analysis Manager. I wanted to try data mining but was unable to get the Mining Model Wizard to load available techniques. When I select a cube and "New Mining Model" I get the following error: "Unable to get list of data mining algorithms." "Object of provider is not capable of performing requested operation" Please help. Thank you very much, Robert Thanks Jamie! My issue got resolved with SP4. ...Show All

  • Visual C++ How to check for access to ftp server and specify timeout

    Hello, I am writing a program which downloads software from ftp and then installs it. I am using the InternetConnect function, but the problem is that if the server is offline it returns after about 30 seconds which is too much for me. I want to know if there is a way to check for access to the ftp and specify the timeout myself. I mean that I want to know not only if I have access to the machine, but also if the ftp is running and I can log in. I checks the functions in the WinINet library but it seems none of the functions there enables me to do so. If I can do this without linking any external libraries such as CURL it would be great. Thanks in advance For such issues, please the newsgroups at http://msdn.microsoft.com/newsgroups ...Show All

  • SQL Server Special/Foreign Language Characters Issue

    Hi,   We have a package that does a simple table to table data loading. Both source and destination have the same Codepage (850) and collation (SQL_Latin1_General_CP850_CI_AI). However, there are some foreign language characters in the source table, and it gets messed up when it's loaded into the target.   Here's an example for a column with this type of text:   Source: Solut§es Informst Target: Solu■oes Inform t   Both columns are char(30).   I have tried to load this row into another server in a different location and it works just fine, however the original target of data displays the text incorrectly.   I have no idea what can be causing this.   Thanks, ...Show All

  • Visual Studio 2008 (Pre-release) Bulk Inserts/Updates/Deletes

    Hi, I was wondering if it possible to do bulk inserts/updates/deletes with DLinq, like this: UPDATE Customer SET Country = 'US' WHERE State = 'WA' without getting all the data from datasource, modifing it locally and sending changes back I know it could be done with an ExecuteCommand or by executing a stored procedure, but can it be done with the query syntax (with strong typing) Thanks! Mike ...Show All

©2008 Software Development Network