Rowjie's Q&A profile
Visual Studio Express Editions trying to download from Registration Benefit Portal
I tried to download the e-book including Build a Program Now! and all I got was a mess that was call Download Description.aspx. Then I tried to buy the book from MSDN and could not. I finally ordered the whole book at Barnes & Noble. Getting the "benefits" from registration is turning out to be more difficult than it should be. All I really want is to get some good basic ideas about how to use Visual Basic 2005 Express an ...Show All
SQL Server How to Deploy .mdf Files
Hi Guys, I have a problam. I wanna deploy my application that it has data.mdf file. When I install and test it I get this message: --------------------------- Microsoft SQL Server Login --------------------------- Connection failed: SQLState: '42000' SQL Server Error: 5133 [Microsoft][SQL Native Client][SQL Server]Directory lookup for the file "C:\Program Files\MyDic\Database\Data.mdf" failed with the operating system error 5(Access is ...Show All
Windows Forms An item with the same key has already been added
Hi All, I added a toolstrip control into my application main form. And then I added a toolstripbutton to the toolstrip. Right clicked on the toolstripbutton and clicked on the properties to display the properties for the button. I clicked on the dropdown button of the Image property (so that I can change the image property from the system.drawing.bitmap to a toolbar icon that I already loaded into the resource file) and immediately, I ...Show All
SQL Server Code Access Security across multiple assembly security extension
Hello there I have trying to figure out for days how to enable FullTrust for my Reporting Services security extension. I can successfully run the sample, but my implementation which splits the data and verification logic across two dlls fails each time it reaches the data layer. Simply and succinctly as I can write it my security extension consists of the following. Business.dll This dll is configured in RSReportServer.config, again as per ...Show All
.NET Development connecting using ADO.net
Seems to an abundance of newbies asking questions and im no different, just got VS2005 and trying to connect it to my SQLserver database so ive created a simple form which should just use windows authentication or the user name and password supplied to connect to the database. The function resides in a module and is passed the parameters of whether the user wishes to choose windows authentication or not in ByVal blnConnectionString As Boolean ...Show All
SQL Server How to migrate from Analysis Serveice 2000 to 2005
I have a Cube designed with SQLServer 2000. How can I migrate it to 2005 Hi Deepak, did you migrate any 2000 database to 2005 in production environment with the Migration wizard Was you pleased with the result of the Migration Wizard How much handwork was invested to get a satisfying result IMHO, the Migration Wizard is really flop. ...Show All
SQL Server SSIS Sequence container,data flow task
I am creating a staging database in which I am loading required tables from 2 different sources. I have 30 different tables to load from source 1 and 10 different tables from source 2. This is the way I am doing, in Control flow task I am using Sequence container and in that I included the data flow task, the data flow task has source OLD DB connection from where I select the table and then destination OLE DB connection where I load the data ...Show All
Visual Studio Visual Studio 2005 on Windows 2003 R2 Release Candidate
From what I read you can't use ASp.Net 2.0 webparts in Sharepoint, but I don't see why I couldn't write a normal Sharepoint webpart using 2.0, or write a 2.0 Usercontrol and run it under Smartpart Philipp Lenz Hi, Some new information related to this: http://weblogs.asp.net/jan/archive/2005/09/14/425192.aspx Regards, Vikram ...Show All
SQL Server SQL Server 2005 takes longer time to cancel a query
Cancelling queries takes longer than it used to in SQL Server 2K Dont know why ... Is it a new feature I press the upper right X on the query window to close the query window where the query is executing. It stops it immediately. But, you are right, it takes A LOT longer now. It's frustrating. ...Show All
Visual C# Subclassing controls
I want to modify the bahavior of a standard control by changing some of the methods. I know I can do this by subclassing the control. However, it seems like I need to create a new control as a seperate project and reference the created dll in my main project. This seems like a lot of work for a simple task; what I'd really like to do is have everything in the same project (although not the same file). What I'm used to in Visual C++ is to use th ...Show All
Visual Studio Express Editions visual basic express
will the express editions work on a network for students that don't have admin rights ...Show All
Smart Device Development Using the ARM Assembler
Hi, does the device emulator supports ARM assembler written i a little asm file, compiled and linked to a normal app.exe written in C/C++ I don't know i gettin' every time an access violation ( illegal instaruction ). It is fairly simple code: in header just declaration: extern "C" void Test(); in asm file for ARM just: AREA text, CODE EXPORT Test Test   ...Show All
Visual C++ error C2440 , HELP !!!
Error 1 error C2440: '=' : cannot convert from 'void *' to 'LPOVERLAPPED' /*****************************************************************/ // lockFile.cpp int main(int argc, char *argv[]){ : : : LPOVERLAPPED lpOverlapped; : : lpOverlapped = malloc (sizeof(OVERLAPPED)); return (0); } /*********************************************************************/ I GOT AN ERROR LIKE THIS. I NEED H ...Show All
Visual Studio Team System Project creation failing with error "The identity [Project Name]\Project Administrators is not a recognized identity. "
Error The identity [Test]\Project Administrators is not a recognized identity. Explanation The identity [Test]\Project Administrators is not a recognized identity. User Action Warning TF30144: The New Team Project Wizard attempted to roll back all of the steps taken to this point but was unsuccessful. Contact your Team Foundation Server administrator for further instructions. Here is what Team Project Creation log file ...Show All
SQL Server Error in Report "Memory Consumption" after upgrading with SQL2005 CTP SP1
There's a little bug in the CTP SP1 release of SQL2005. Opened MS SQL Server Management Studio. Connected to a SQL2005 64bit server with 6GB memory. Choose Summary, Report, Memory Consumption and in the graph for Buffer Pages Distribution (#Pages) there's no graph, but the following error " Unable to retrieve data for this section of the report. Following error occurred. Msg 8114, Level 16, State 1 Error converting data type bigint to int. ...Show All
