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

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

crpietschmann

Member List

Michelle A.
mattii
Martin Hellspong
minkee.s
ylia
ArchieW
Rush hour
tohams
pdurbha
NitinAgarwal
rod_r
Ayhan Yerli (TR-NL)
Anand Raman - MSFT
hotsauce
NeTBaPb
PawanSingh
Giri
Steve Jackson
John Wesley Harding
Stanislav Ogryzkov
Only Title

crpietschmann's Q&A profile

  • SQL Server Installing Report Service in Window XP - Report Builder and other option are not displaying

    hi I have installed SQL Server Reporting Service on window xp. everything working fine except one thing. I have installed sql server with my a/c. my a/c have admin rights. when i giving http://dineshpatel/reports it is displaying page but Report Builder and other option are not displaying. I hope i don't have admin rights. I have checked with local administrator login also but same problem. what additional setting are require for admin rights Dinesh Patel No, unfortunately no idea. But I'm having the same problem. A user with Administrator's rights on the Reporting Services server gets the "Report Builder" link, but another with all task assignments (Content Manager, Report Buil ...Show All

  • Visual C# how do you put a license key in your project

    How can you put a license key in your project so when run the application you have to intewr the product key before the application can be installed Sorta like how microsoft windows does or any of microsoft products has! Thanks thats a bad way of doing it - users will be unhappy with the fact that they have to run the software with an internet connection - what happens if they dont have the internet or the internet is down and its ineffecient! :-) ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. In the final release of XNA i would like to see this!!!

    There are many different types of games. I would like to see when you select the new product tab and then select game tab. to have a genre tool come up where you can select Action, RPG, Stragety, so on. So the tab would help guide you towards a specific game genre instead of one huge slate to work with. I know its alot of work, but this would be a huge bonus to people who are just starting programing. hell it would help crush cost and time! please add this inthe future Starter kits are a feature of Visual Studio, not just XNA GS. See the Visual Studio docs for how to create starter kits . Yes, they are basically vs templates. Cheers, Leaf. ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Is there much to download on the Creator's Club yet ?

    Think this is the best place to ask, apologies if not. I've been interested in XNA for a couple of months now, plan on starting to learn to code myself pretty soon, before signing up for the Creators Club subsciption I just wanted to check if there is much on there to download at present or if I'd be better off joining in a couple of months time. Thanks. PS. Is there a site where available content is listed This question and answer is what I've been looking for. I asked it myself on other forums, didnt get any straight answers. But finally, now I know... theres nothing. Thats pretty lame. The main thing all the Microsoft videos show and talk about is that you can download other club membe ...Show All

  • Visual Studio Error Deploying to Vista

    I have a VS2005/VB desktop application that uses the built-in version of CR. When I run the package (msi file) on a WinXP system all goes well but when I try it on a Vista (Business) system I get a series of errors indicating that various CR related dlls could not be registered. The error returned is always something like..."c:\Program Files\Common Files\Business Objects\2.7\bin\ExportModeller.dll failed to register. HRESULT -2147010895" Do I need to do something different in VS to support Vista Two workarounds to get this to work: 1. Install the MS C++ redistributable before installing the project: http://www.microsoft.com/downloads/thankyou.aspx familyId=32BC1BEE-A3F9-4C13-9C99-220B62A191EE&disp ...Show All

  • Visual Basic Shutting off a remote machine

    Hi guys, I came across some code that suggested that in order to shut down a remote system, the following code can be used "shutdown -s -f -m \\Systemname " But when I tried it, it showed that the network path was not found. How do I find the network path The remote system I used is on my home network. Just Mshome. No particular network as such. So, where is the error How can I find the system path and identify the remote system that I want Thanks a lot. This is how I usually find info like that. Recommended. ...Show All

  • Visual C# The given assembly name or codebase was invalid. (Exception from HRESULT: 0x80131047)

    I'm trying to use a compiled custom server control. I followed instructions found on MSDN: 1. add a reference to the dll into bin folder 2. put the @register directive in a web form 3. put the <uc:webgrid ... > directive into the web form to call the control Here is the code: <% @ Page Language ="C#" AutoEventWireup ="true" CodeFile ="prova.aspx.cs" Inherits ="prova" %> <% @ Register TagPrefix ="uc" Namespace ="Inva.WebControls2" Assembly ="bin/InvaWebControls2" %> <! DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd ...Show All

  • Windows Forms flexgrid again

    hi , i want to use in vb.net , something like flexgrid , not for database data , but a) to make a grid with randomize data to display (lottary data) b) to read a text file and to show the data in grid format with cols and rows (import data from other programm) i try to find a solution but i not find anything , i want to make addrow , romoverow , and all the other commands from flexgrid i dont want to import the control from vb6 , except if is the only way to work i am new in .net , and i want to begin from easy things Thanx Makfor thanx for the help , and as you say i find examples to help me , so my next question is , can i convert my vb6 applications to .net can the .net compile my old programms i try it but i find so many ...Show All

  • Software Development for Windows Vista Credential Provider / User Session Question

    Hi, Is there any way for a credential provider to associate some of the data that is provided by the user at the logon UI page with the subsequent session that the user receives I think the answer is no, since none of the ICredentialProviderCredential methods expose any information about the user's session, but I was wondering if there was some other API that I could use during the ReportResult function to get some form of unique session identifier. Thanks Hi, when logon starts and the credential provider is loaded, the user session already exists. The CP is loaded in this session and the same session is used for the user until he logs off. In other words, on Vista, your provider runs in the same session ...Show All

  • Visual Basic Opening File in textbox

    How would I open a file selected in an openfile dialog in a richtext box Thank You! If the file you are trying to open is not a RTF you should specify the stream type Me .RichTextBox1.LoadFile( "c:\as.rtf" , RichTextBoxStreamType.PlainText) that will do, Success ...Show All

  • Visual Studio Team System CTP6 and Team Foundation Server hangs Visual Studio

    I've created a SQL Server 2005 project, then added one view and one procedure to the database and did a schma compare from database to project. Both items are to be added, so I click on update. Now Visual Studio does 3 steps to update the projects. Then nothing. After some time (1 - 2 minutes), the source control (in my case Team Foundation Server) add the files to source control. And then Nothing. Absolutly nothing. No input (mouse or keyboard) from me is accepted (except for a beep), CPU load is 0%, no harddisc activity. Visual Studio simply does nothing. I can't use ALT-Tab as well, because VS is gone from the taskbar and from the task manager. I waited about 3 hours. Nothing happend. I tried this. 3 times, every time Visual Stuido hang ...Show All

  • .NET Development Finalization aborted when taking locks inside finalizers

    Hi, its me and my finalizers again. In my quest to get rock solid and predictable shutdown behaviour I stumbled accross the bizarre phenomen that when I take locks inside a finalizer the whole finalization stuff during shutdown is cancelled. Is this the expected behaviour or did I miss something using System; using System.Collections.Generic; using System.Text; using System.Threading; using System.Runtime.ConstrainedExecution; namespace LocksInsideFinalizers { class Other : CriticalFinalizerObject { ~Other() { Console.WriteLine("~Other called"); } } class Program { string myName; public Program(string name) { myName = name; Thread t = new Thread(ThreadFunc); t.IsBackgroun ...Show All

  • SQL Server how to start develop database applicaton on pocket pc ?

    i have install vs2005 and wm5 sdk on my pc. i want to develop database application on my pocket pc (database = sqlserver 2005 express) - i need to install another software on my pc or pocket pc - how to start develop database application on my pocket pc thank you You'll want to start by deciding whether you want to write your mobile application as native code (C++) or managed code (C# or VB.NET). If you decide to go the managed code route, start by learning the .NET Compact Framework. http://msdn.microsoft.com/netframework/programming/netcf/default.aspx Once you are comfortable with developing a smart device application with the .NET CF, you need to decide whether your mobile application will directly access your SQL Express data ...Show All

  • Windows Forms WebBrowser Control and Printing

    Hi all, I use a System.Windows.Forms. WebBrowser to display the content of a generated document. The logic requires to get notified of successfully having printed this document from the webbrowser form. How can one intercept the print button / context menu call to plug in a printed_event. Thanks The document isn't successfully printed until the print spooler is done with the job. You'll need to P/Invoke the EnumJobs() API function. Tough to do... ...Show All

  • Windows Forms Clock component

    I have to use a clock(analog) component on my form. Where can I find a clock component that look nice there isn't one in .NET. you would have to create one yourself. There is a timer even however which you can set an interval and it will tick on the interval set. You can then use this value to set the values or change the appearance of the UI control you have made to reflect the changes from the timer event ...Show All

©2008 Software Development Network