tsprks's Q&A profile
Visual Studio Can not find keycodev2.dll, or invalid keycode
When deploying a Windows app to our production server. I get the following error when trying to print "Can not find keycodev2.dll, or invalid keycode". I have tried adding the registration merge module to the program with no success. I even was going to try the solution from the crnet_keycodev2.pdf until I got the the part where it tells you to add the ASPNET user account. This server is in not connected to the internet (and never will be). How do I fix this. Please point me to a solution that will work for a Windows application. This program will not be used on the Web. Thanks David Davis ...Show All
Visual C# Is Dotfuscator Community Edition with Visual Studio 2003 free?
Is Dotfuscator Community Edition with Visual Studio 2003 free Can I use it to distribute my Program what different are there between Dotfuscator Standard Edition and Dotfuscator Community Edition ...Show All
Software Development for Windows Vista Vista December CTP Install Problem in Microsoft VPC
I am trying to install the latest Vista December CTP build on a Microsoft VPC. I have the latest version of VPC with the latest SP. The Vista product key from MSDN works fine. The problem that I am experiencing is that I can not get past the "Where do you want to install Windows " screen where you must specify the hard drive and partition to install Windows. After selecting the unallocated virtual hard drive space, creating a new partition, and formatting the virtual drive, the following message is displayed on the bottom of the screen: "The partition you selected is not ready for installation. Please restart the computer and verify th ...Show All
Visual Studio Team System how to resolve this error when Creating a Team Project
Error The plugin Microsoft.Pcw.Currituck failed during task WITs from group Currituck. Explanation Plugin error text: “Server was unable to process request. ---> Violation of UNIQUE KEY constraint 'UQ_ADObjects__DomainName_SamAccountName'. Cannot insert duplicate key in object 'dbo.ADObjects'.” thanks for your reply . i did reinstalled the AT without reinstalling DT , but after that , i have created projects successfully , the error above was happened suddenly yesterday . anyway , I should resinatll all the tiers , and thank you . ...Show All
Visual Studio Team System new hardware '.net runtime optimization service v2.0.50215_X86' doesn't have drivers
I installed VS 2005 beta which works ok, but whenever i switch on my PC it asks me whether I want to install drivers for ' .net runtime optimization service v2.0.50215_X86' hardware. Does anyone know what this is because I have not added any extra hardware at all. When I let it try and find some drivers it could not find any. What is ProductFeedbackCenter and how do I report this I am having the same, frustrating problem!! How do I get rid of this ".Net" cr@p ! ...Show All
Visual Studio Team System Firefox as a browser.
Is it possible to use firefox as a browser on web tests Just make sure you gave it a unique name in the XML and restart Visual Studio. That should be it. I just tested it on my box. Josh ...Show All
SQL Server Full Screen in Report Manager
Hi all.... I'm curious if there is a way to default to "full screen" mode when a user first views a report through report manager. The users here can click the arrows on the right side and thus make the "header" of the page collapse, but is there a way to default to that so that the users don't have to click the arrows We've also given users to ability to access reports via our intranet by physically typing in the address to our intranet. That address redirects to the report server - wondering if this may make a difference in the ability to default to full screen. Any help is appreciated. Thanks, Matt Hi Mat ...Show All
Visual C++ why is it about the "\bin\cl.exe"?
I just down the Visual C++ Express Edtion Beta 2. but I found it can't compile the *.cpp directly.I must build a project. and it always show the error information,I don't know how to configure the compiler so that it word well.please teach me if you know.thank you. here is the error information: ------ Build started: Project: 13accessory, Configuration: Debug Win32 ------ Compiling... Project : error PRJ0002 : Error result 128 returned from 'E:\Program Files\Microsoft Visual Studio 8\VC\bin\cl.exe'. Build log was saved at "file://g:\C++exercises\Debug\BuildLog.htm" 13accessory - 1 error(s), 0 warning(s) ========== Build: 0 succeeded, 1 faile ...Show All
.NET Development Newbie - How can I copy data from one server to another?
I need to copy data between my company and another without user intervention. I've spent the past couple days learning about Web Services using VB .NET. Of the examples that I've found I only have learned about getting the data to display in a browser. This is my first exposure to SOAP, XML and the rest of Web Services. Any guidance is greatly appreciated. Thank you, Martin mdsawyer58@yahoo.com Hi Marvin. After you got more familiarity with generic web service usage, I suggest you to check out the proposals from the chapter "Improving web services performance", from the PAG book "Improvin ...Show All
Visual C# Help Button
I turned the help button on, but I can't figure out how to set the help that is displayed when the help button is clicked then a form element is clicked. Try this MSDN article . ...Show All
Visual Basic for each to unload all forms
In VB6 it was possible to unload all open forms using: Dim frm as Form For Each frm In Forms Unload frm Next That doesn't work in VB.NET; is there something similar. I could not find any info on this in the help system. BTW as of 10:50 EST on 17 Nov 2005, the Search on the MSDN forum has not been working. Am I the only one with this problem I found the following code using a web search engine (not the VS Help system which I personally consider extraordinarily unhelpful): Application.Exit() GC.Collect() That seems to unload all open forms in a VB app. Simple and quick! Too bad this k ...Show All
Visual Studio problem with SS utility
Hello I have ssexp.exe version 6.0c build 9447, and ss.exe 6.0c build 9350. In Dos prompt I type: ss Checkout $\sv201\db\dbcmd.cpp -IC -c- The file is checked out (I can see it when I hit F5 (refrash) at the UI VSS) The problem is that the attrib of the file stays read only. I type again ss Checkout $\sv201\db\dbcmd.cpp -IC -c- I get "You currently have file $/sv201/db/DBCMD.CPP checked out." But I can't edit the file cause it is still read only!!! Any hints Thanks OM The location where ss.exe checks out a file depends on Force_Dir variable defined ...Show All
.NET Development Waiting for multiple events
Hi! Is it possible to wait for multiple ManualResetEvents in .NET cf If not, is it possible to interrupt a thread that is blocking on an event Thanks in advance, Nille nope man, i can see there is no waitall method on waithandle on the cf, sorry i can't help you further, try posting the question on the Smart Devices---> .NET Compact Framework Forum, i'm sure you'll have better luck in there ...Show All
Windows Forms DevExpress
Has anyone....other than me.....have trouble using DevExpress's control when doing no-touch deployment Thanks, Trey Yes,many problems... with lookupEdit for example... and Tab control... Complete Controls ,but inefficient ...Show All
Visual C# Is there a sample which make images as EXE file and can be play as slide show?
I heard there is a software which can package many images as a EXE file, when you launch the EXE file, the images can be displayed one by one, just like slide show. Could you give me a sample thanks! It is trivial to piggyback data with an executable. You can attach any data at the end of a PE and it will be ignored by the PE loader. So, in your case, you will want to invent your own data structure to store multiple images and then slap it at the back of your executable. Your executable can then, using a hardcoded size, seek to the end of itself and start reading data; and display the pictures. ...Show All
