- Greg -'s Q&A profile
Visual C# class library obfuscation problem
hi, after i obfuscated a class library that i have written, i found when i tried to use it, that the classes and its members doesn't exist. i added the obfuscated dll file to my refrences, then typed "using MyClassLibrary" , but VS 2005 doesn't feel it at all, MyClassLibrary doesn't appear in the drop down list that drops while typing in VS 2005, even when i try to write it manualy and press the . "dot" , no drop down l ...Show All
Visual C# Rename the App_code.dll generated by .Net framework 2.0 Web Service
Hi, I have created a new Web service using the VS2005. After publishing the web site I got a assembly with name app_code.dll. I want a meaningful name and thus want to rename it. what is the procedure to change the name. Thanks in advance. Regards, Virendra Hi Virendra, Yes you are right. Also I do understand your concern in this scenario, I highly suggest you can submit this feedback to our product feedback center ...Show All
SQL Server Error Including null value in a Numeric field
Hi All, I'm migrating some SQL 2000 DTS to SSIS. I am transfering data from a DB2 table to a SQL 2005 table using the OLE DB Source, Data Converstion then the OLE DB Destionation. So, I have a numeric (Precision 3, Scale 2) field with NULL value in the DB2 table. I'm trying to transfer these data to a SQL2005 table and I am receiving this error message below: "[Destination Table TFACIL [18]] Error: There was an error with input ...Show All
Game Technologies: DirectX, XNA, XACT, etc. "Ensure that DirectX SDK is correctly installed"
I just downloaded C# Express, and then installed the DirectX SDK from February 2006, from Microsofts homepage Then I loaded the Simple2D_2005 sample (running it from the sample viewer), and it worked as it should. Then I installed the samples source code, opened it in C# Express, but when I run it, I get the following msg: "Could not find required media. Ensure that DirectX SDK is correctly installed" I have tried to uninstall DirectX ...Show All
Visual C++ CRecordset fails in RFX_Date with dates 1900-01-01
We are converting from Visual C++ .Net 2003 to Visual C++ .Net 2005. With our source code as compiled with 2003, we were having no problems reading one of our ODBC database tables. The problem has come in with Visual C++ 2005, where now our record classes are crashing for dates of 1900-01-01. The application errors out in "C:\Program Files\Microsoft Visual Studio 8\VC\atlmfc\include\atltime.inl" on line 197: ATLASSUME(m_time ! ...Show All
Visual C++ running unknow methods
Hi, I have a object with 'function attribute' - void (*function1)(CString); Another object have a function what i want to call from first object. I made code like this, but if the called method is member of some object this syntax doesnt work. How can I write it Thank you class CRAPIFunc { void (*function1)(CString); void runMethod(void) }; CRAPIFunc::runMethod(void) { function1(); // run ...Show All
Smart Device Development Emulator Image AKU2
Hello, Is anyone aware of an emulator with the Messaging and Security Feature Pack already installed I 'd like to test the new security features of exchange sp2 (direct push tecnology, wiping devices ... ) Thank you, The only Windows Mobile 5.0 emulators currently available have the original RTM release, there are no updated images for any of the subsequent AKUs Peter ...Show All
Windows Forms Startup Menu SHortcut in setup project.
I'm just finishing a setup project and I need to have the app shortcut in the users startup menu.. So far I've read that one makes an entry in the application manifest. Where is this file and what is it's name Is this an editable text file and what does the entry look like Thanks. For setup projets, you need only to add a shortcut to your application inside of the User's Programs Menu folder. This folder is vis ...Show All
SQL Server Breakpoint doesn't work
I've got a breakpoint in a script task. The script task executes successfully but doesn't break. Short and sweet this one. Anyone any idea why it might not -Jamie SSIS does not currently support breakpoints in script components. You will need to put some logging information in your script component see my post http://www.sqljunkies.com/WebLog/simons/archive/2005/08/03/SSIS_Script_Component_Debugging.aspx ...Show All
SQL Server SQL Server error '80040e14' (The server encountered a stack overflow during compile time. )
I am getting the above error when selecting the largest amounts of data on a database that i am currently working on. On occasion, I also get a "Timeout" Error that seems to present itself intermittently. Any suggestinons on eliminating it Thanks so much! "travelerkgd" Microsoft OLE DB Provider for SQL Server error '80040e14' The server encountered a stack overflow during compile time. ...Show All
.NET Development How to access forms that have multiple instances...
I've done this in other languages but haven't found the right way to do this in VB 2005 yet. I have an application that will open up multiple instances of the same form. Each form will have it's own unique name set in the Text property. From the main form I will then send data to the form in which it is intended to be displayed on. I am unsure how to accomplish this task of looping through the open windows and sending data to some object, contro ...Show All
Visual Basic Give Me A Liitle Help Here Please.
Hi i have recently switched from VB 2005 express edition BETA 2 to VB2005 express edition no BETA 2 or what ever that junk was about. but any whoo i get a error message saying that my designer view can not be opened because the compiler is not intact i have been unistalling and reinstalling this framwork 1.1, 2.0, and the new SQL server stuff along with the new VB and all that good stuff but it still wont work VB is my job and right now i do ...Show All
Windows Forms About combox databound
Have a field such as "ProdoctID",i want to use a combox,user can select the "ProductName" in the combox to set the "ProductID" field. The database have a table named "Product" witch contain "ProductID,ProductName". Is the class field that you are binding to (in Bindings.Add) a string field or a number field If it is a number field, like the ID of the class, then you dont want to bind to the Text pro ...Show All
SQL Server 64bit problem?
I run SQL Server 2005 on a Windows 2003 64-bit server. I have created a package where I run an execute t-sql statement task. In the t-sql I have the following: select * from OpenDataSource('Microsoft.Jet.OLEDB.4.0','Data Source="c:\test.mdb";User ID=Admin;Password=').pubs.dbo.data and I get the following error: The OLE DB provider "Microsoft.Jet.OLEDB.4.0" has not been registered. There is ...Show All
Visual Basic user.config
Hey, I'm creating a setup to install an application with vb setup project. I was wondering if it is possible to remove or overwrite the user settings (my.settings) file in C:\Documents and Settings\user\Local Settings\Application\Data because we want new settings every time the app is reinstalled. I also would like to know how to remove files created by the app in the installation directory (ex.: ini files) if that is possible. Thanks and Gr ...Show All
