wanda's Q&A profile
.NET Development Debug into FCL?
Is there any way for us to debug into FCL (er, of cource if source code in c# or MSIL is there, that would be much better) I'm asking this because I do think all my code is right (I've used that code for almost 1 year, and only this time it's not working), but it stuns inside FCL, and then tells me "Time Over". Not really, you can debug the native code generated by the JIT compiler. Raw stuff though, no annotation whatsoever. A useful tool to try to figure out what the FCL method might be doing is Reflector . ...Show All
Windows Forms Hiding properties on a property grid
Hello. I have a third-party component that I would like to show on a property grid. I do not have access to it's source code to put the [Browsable(false)] or the designer, and I would like to hide some of it's properties on the property grid. Can I do that Thanks in advance, Matias Hi, one way would be to create a wrapper class around the 3rd party control which you can then use the expose/hide properties, this is also a good way of abstracting your code from the 3rd party control directly incase at some point in the future you want to remove the control and use a different one. Another way you could do this is to decompile the component to MSIL, then add the BrowsableAttribute yourself in th ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Where is the download?
It is 12:48 pm here (GMT + 1)... in Nuku'alofa (GMT + 13) it is tomorrow... So where the hell is my download link :-D It's just about 12:30 AM, my guess is you'll still have to wait several more hours, probably at least 8 and a half since the workday starts for most people in the US around 9 AM. Even then I don't expect to see it until later in the afternoon Pacific time. ...Show All
SQL Server SQL Express
Hi: I'm trying to replace MSDE with SQL Express 2005, I would like to know if Window XP Pro SP1 is OK to use Can I write code with VB6 with SQL 2005 Express Any Step by Step Installation of SQL Express 2005 Thanks and regards I once wrote an article for that, although being in german, you should get the information from image on the first side which show the relation from ODBC and .NET client. http://www.avanade.com/de/_uploaded/pdf/news/20060308dnmadonet11jenss606173.pdf HTH, Jens K. Suessmeyer. --- http://www.sqlserver2005.de --- ...Show All
SQL Server User Mgmt
SQL 2000 - Is there a way to ONLY give someone the ability to open the Enterprise Mgr in a specific sub-view below the console root For example, I want to allow someone to create db users for a specific database, but I don't want them to see the rest of EM...like Management, Security, Replication etc.... How can I set them up to open to that specific view of EM or a custom MMC view w/o showing them the rest of EM Console Root - Microsoft SQL Servers - SQL Server Group - SQL Server - Databases - SampleDB - Users Just want them to open straight to the "Users" view of this db. If I open the MMC in Author-mode and navigate down to this level, there is an option if I right-c ...Show All
.NET Development Help request on how to optimally link VC++.NET applications?
Hi! I posted this question to a wrong forum earlier, now I am reposting it to the right forum. My problem is that I write C++ aplications in tradional form, e.i., the programs include one header file (.h) and one implementation file (.cpp). Compiling is going very smoothly. However, I get problems with the linker and most of the time I get the notorious LNK 2020 error, "token could not be found etc". The reason that I am getting this error message is that the linker cannot locate the implementation files and therefore cannot see where the "tokens" are implemented. It entails that you are supposed to load these .cpp files into the associated projects. My solution to this problem have been like this, because unti ...Show All
.NET Development deployment to Gac along with dependancies and versioning
We hav following dlls that we would like to deploy in Gac. 1. Microsoft enterprise library dlls 2. Our parent company dlls (XYZ inc) (Lot of dlls that can be re use across our subsidiaries) ex XYZ.dll,XYZ.Common.dll,XYZ.Sth.Web.dll (XYZ.Sth.Web.dll depends on XYZ.dll and XYZ.Common.dll) 3.Our subsidiary (Subsidiary inc) has reusable dlls that are used across all apps in the subsidiary. Subsidiary.Common.dll (depends on XYZ.Common.dll) ,SubSidiary.Engine.dll What is the bes way to version these dlls in CVS and put them in GAC. ex: Do we have folder called Gac and then have subfolder called Microsoft,Subsidiary and XYZ and give same version to all dlls in Microsoft , subsidiary and XYz folders. (For example the . ...Show All
Visual Studio Team System Trying to get Merged Changesets history between two Team Projects
I try to run the following to give me what changesets were merged into what: tf merges /server:daleng01 "$/MARS_Platform" "$/MARS Branch Project/daily build" /recursive Please help I get the following error on the Server: TF53010: An unexpected condition has occurred in a Team Foundation component. The information contained here should be made available to your site administrative staff. Technical Information (for the administrative staff): Date (UTC): 8/17/2006 6:52:52 PM Machine: DALENG01 Application Domain: /LM/W3SVC/3/Root/VersionControl-9-128003139548171964 Assembly: Microsoft.TeamFoundation.Common, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a; v2.0.50727 Proc ...Show All
SQL Server Package configurations stored in the database
If the configurations are stored in the database then does the package pick up the configuration as and when required or it a one time pick when the package is executed. What I plan to do When the package is executed, I want to have a script task at the start of the package that will update the configuration table in the database with the values that the package needs to run with. I mean change the values of the configurations of the tasks which will be executed after the script task. Thanks for your time. $wapnil spattewar wrote: I would used a foreach loop if it would have suffice our requirement. One of the requirement could be that we want to download files ...Show All
Visual Studio Team System Training material for integrating into Team Builds
Hi, I am currently using datadude in a Team Foundation Server (TFS) environment and we want to include the database builds as part of our continuous integration (CI) builds. Are there any guidelines on doing this I'd really appreciate some material (papers, videos, best practices etc...) on how we might do this and the pitfalls we should expect. I'd also like to see something around how we move objects and data from our build environment through our dev/test/QA/live environments because one thing is for sure- you can't just treat databases the same as you would normal code. Currently we are considering using schema/data compare features of Datadude to compare our build environment with our test environment and then the resulta ...Show All
Software Development for Windows Vista Page Limit?
Does anyone know whether there is a page limit in an XPS document I have created a 10,000 page XPS document printed with the Microsoft XPS Document Writer from Crystal Reports XI. I can open this document in the XPS viewer with no problems. However, when I create a 100,000 page document using the same package, the XPS document does not open in the XPS viewer and the memory use on my computer jumps and keeps on rising. I am working on Windows XP. Any ideas, anyone Thank you CTA, This information is very useful. In further tests I was able to print upto 30,000 pages using the MXDW in non-interleaved format. I will need to look at the zip32 limitation. My document is quite simple though (1 logo on ...Show All
Windows Live Developer Forums Single Sign On into AdCenter
Hi, I was wondering if AdCenter has plans to support Single Sign on If so what would be the time frame Thx Gautam ...Show All
Visual Studio Express Editions Colours
Is there any other way of using RGB colours in the bitmap.setpixel function other than Color.FromArgb Its hard to customize it as it is an integer.... BMap.SetPixel(x + 1, y + 1, Color.FromArgb(&HFF0000FF)) I cannot base this off a variable by simply doing this: &HFF00 & green & 00. .... give me a hand He can't help you unless you supply specific information as to how it's failiing. "Doesn't work for me" supplies one bit of information and nothing more. Is he supposed to guess what your problem is ...Show All
.NET Development Passing a dataset to a web service
I'm trying to pass a dataset from a client app to a web service. All goes well until I try and access the dataset in the web service. As soon as I do, I get the following error message: Unhandled Exception: System.Web.Services.Protocols.SoapException: System.Web.Ser vices.Protocols.SoapException: Server was unable to process request. ---> System .NullReferenceException: Object reference not set to an instance of an object. at DataSync.DataSyncServ.UpdateDB(String connectionString, String selectQuery , DataSet dataSet, String PrimaryKey, Int32 MinID, Int32 MaxID) in c:\projects\v 2 toolbox\datasync\web\subscriber.asmx.cs:line 92 --- End of inner exception stack trace --- at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadRes ...Show All
.NET Development Trying to connect to an Oracle database with Visual Studio 2005 and SQL Server 2005
I tried to import our Oracle database into SQL Server 2005 and got the following error: "Test connection failed because of an error in initializing provider. Oracle client and networking components were not found. These components are supplied by Oracle Corporation and are part of the ORacle Version 7.3.3 or later client software installation. Provider is unable to function until these components are installed." Also, trying to connect to the Oracle Database via Visual Studio 2005 (through a GridView) yielded this error: "System.Data.OracleClient requires Oracle client software version 8.1.7 or greater." Am I right in assuming (please don't laugh... I'm new to all of this) that I need to install s ...Show All
