cranewang's Q&A profile
Visual Studio Express Editions regarding activation of microsoft visual c # 2005 express edition
hi! i registered my software but i was unable to get activation code which usually happens in visual basic 2005 activation so plz kinaly solve my problem amrinder With the release of the final versions there is no activation code needed. The beta's had this but the final's dont. After the year is up of free express products, they may implement the activation code again. ...Show All
Visual C++ C++ Support Library in Visual C++ 2005 Beta 2 (Express edition)
I have Visual C++ 2005 Beta 2 (Express edition) installed. In the help for VC++ I found a topic about the “C++ Support Library”. It requires some header files ( <msclr\lock.h> for example) from a folder named “msclr”. Unfortunately I cannot find those headers anywhere. My question is: Is the “C++ Support Library” part of Express edition of VC++ 2005 Beta 2 Reinstalled Visual C++ 2005 Beta 2 ( ...Show All
Visual Basic RC1: "Compiler has encountered a problem..... NEED HELP from MICROSOFT
I do have a rather big VB Windows Project and I get all the time interrupted by a compiler error &Hc0000005&. Have to restart. It happens while I edit the code, two three keys pressed and I get the compiler error. Don't think there is any error in the code itself. It is close to impossible to work with VS anymore. Thanks very much for your help - Thomas Have you taken a look at your event logs I can't h ...Show All
Visual Studio Express Editions Get specific row value from DataTable
Hey there, I have a problem trying to get an specific row from a table. I'm using a DataSet that has several nums of tables created in runtime, but I need to get an specific row from each table, I'm using this code: Dim TablesResult As New DataSet 'then I call the function to store the tables into the dataset For Each Table As DataTable In TablesResult.Tables Dim Generic As Integer = CInt (Int((Table.Row ...Show All
Windows Forms Hiding my application from TaskManager
Hello guys I'm only starting with .NET, so, I have many doubts =). And, Sorry if I write something worng, cos my english is not that good. I'm developing an application that needs to work during all the Windows execution, as an icon on systray. ...Show All
Windows Forms Windows Forms GUI standards
Does anyone know if Microsoft has any Windows Forms GUI standards Standards such as the size and font of text on buttons, on Window Forms Title bar, message boxes etc... Thanks. You might also want to take a look at this site: http://www.microsoft.com/winlogo/software/tech_req.mspx Read the requirements a software product must meet in order to get the "Designed for Windows XP" Log ...Show All
.NET Development Array class problems.
Hi, I have som array problems, I have looked for informations about my problem, but can't find any solutions. The code below i a simpel exampel of my problem. Gratuful for any answear of my question. BR Matt Sweden --- using System; public class TelephoneBook { //!QUESTION!-HOW SHOULD A CONTRUCTOR LOOK LIKE FOR "arrPhoneBook" //!QUESTION!-HOW SHOULD A DESTRUCTOR LOOK LIKE FOR "arrPhoneBook" //Methods public ...Show All
Visual Studio Team System Version Control Commands become unavailable
In RC1 I've started experiencing all Version Control commands becoming disabled. It doesn't happen all the time, just now and then. I did not experience this in B3R or B2. When it does occur, restarting VS does not guarantee that the problem goes away. Right Clicking on an item in the soruce tree will display a one item context menu "Command unavailable" (or something like that). And all commands in the toolbar are disabled. The only wa ...Show All
SQL Server Enumerating Role Permissions with SMO
Hi, I am attempting to enumerate role permissions using SMO. I can enumerate the permissions on a atbel, view, or store procedure no problem. When I try to enumerate the permissions that a role has I get the following error: 'Operation not supported on SQL Server 2000' Can anyone help me in sorting this out. I had the permissions enumerated in DMO but I just can't seem to get it to work in SMO. Thanks, James ...Show All
SQL Server Moving text file properties for sql2k dts to sql25k ssis packages???
Hi everyone, We’ve got almost 250 old dts packages which simply loading data into Sql tables from plain files or at the reverse point. Most of them are defined with fixed fields and its fixed positions one after one. We don’t want to migrate them using Import wizard, on the contrary we’re producing them from the beggining taking advantatge of SSIS architecture to the full. And now, we’re trying to imagine how to migrate automatical ...Show All
SQL Server Refresh icon in RS 2005
In my installation of RS 2005 when I click the Refresh Icon on a report the report doesnt update. The report does seems to flicker but the report doesnt refresh e.g. newly pciked report paramters dont feed into the report. I am useing rs:ClearSession=true in the url But when I click the "View Report" button it does, the report refreshes correctly. Anyone have the same problem or know the solution ...Show All
.NET Development SOAP EXTENSION PROBLEM, HELP ME
Hi all, I had try to make a simple soap extension in C#, but there is an error during debug my program. this is an error message : An unhandled exception of type 'System.InvalidOperationException' occurred in system.web.services.dll Additional information: Client found response content type of '', but expected 'text/xml'. i implement this SOAP EXTENSION code with including ServerExtension.dll into client/bin and web servic ...Show All
Visual C# Obfuscator - Crytografy code
I work with c#.net and i need a obfuscator to Cryptography the code of the projects, for nobody can read the code using a reverse engineering. i would like to know which is the best obfuscator Thanks Junior Lopes One good tool is Dotfuscator. http://www.gotdotnet.com/team/dotfuscator/ The Dotfuscator Community Editon ships with Visual Studio. Just to go to Tools | Dotfuscator Community Editon. HTH, Karen ...Show All
SQL Server sql autoincrement
in mysql the primary key has the possibility tu autoincrement herself can it be done in MS SQL how Yes of course, by using IDENTITY property. You can use GUI tools like Enterprise Manager (if using SQL Server 7.0 or SQL Server 2000) or SQL Server Management Studio (if using SQL Server 2005) to define such property or you can define it directly in T-SQL during table definition. Here's a sample of generated T-SQL: CREATE TABLE [dbo].[E ...Show All
Windows Forms Using a #define from a non-managed dll
Hey all, How do I pull a #define MY_VALUE which is defined in a non-managed dll I'd like to use this in C#, I can pull out the methods no problem, and stucts, no problem, but I can't get ahold of the #defenes&nbs ...Show All
