Oliver 123's Q&A profile
Visual Studio Express Editions limited user accounts - debugging in
Hi, I have been using VS C++ Express since March 2006 under my admin account. Recently I have created a limited user account. However I cannot debug or make changes to any solutions or projects that work fine under my admin account. All my projects are stand-alone window console programs are simply numerical algorithms for estimation and simulation. I can run each solution without problems under my limited user account. However, any changes made leads to the following error message once I try to recompile Error 1 fatal error LNK1104: cannot open file 'uuid.lib' hop_bm I have registered my limited user VS C++ express when promtped upon opening for the 1st time. Searching for 'limited user account' and similar has yielded few useful r ...Show All
Visual Studio Express Editions Registering Express Products with CD images ?
Hi there, I haven't read any answers about registering the CD Versions. Iif I click the register button in help (Visual C++ 2005 Express) I'll get forwarded to connect.microsoft.com/downloads/downloads.aspx SiteID=40 . Now I want to know if I register other Express Editions (like Visual Basic 2005 Express), if I would get the same Stuff (connect.microsoft.com/downloads/downloads.aspx SiteID=40) or if I would get other Stuff. Is it enough to just register VC++ Express 2005 to get access to all Benefits for registering an Express product Edit: Ok, I have to install all Editions, if I am not wrong and haven't misread anything on the site ^^. Now I want to know if I could install the other Express Editions on a Virtual Machine to get the Bene ...Show All
SQL Server Regarding Error while taking backup
Hi Frndz, I am using SQL Server 7.0, I will regularly take backup daily using sql server enterprise manager. During backup running, i had cancelled abnormally, when next time i take backup it shows the following error "Microsoft SQL-DMO(ODBC SQLState:42000)" "Backup, CHECKALLOC, bulk copy, SELECT INTO, and file manipulation (such as CREATE FILE) operations on A database must be serialized. Reissue the statement after the current backup. CHECKALLOC or file manipulation operation is completed. Backup or restore operation terminating abnormally" How to solve this problem send reply in detail. ...Show All
.NET Development Client-side redirect problem
If I unplug my primary server from the network, the client side redirect fails to work. I have the connection string “Data Source=primaryserver;Failover Partner=backupserver;….”. If the data source machine is not present on the network I get the error “An error occurred while establishing a connection to the server. When connecting to SQL Server 2005….”. It seems to work fine as long as the machine is connected to the network (e.g. if the SQL Server service is shut down and I have failed over onto the backup server). Any ideas Hi Will, Did you ever have any luck with this I seem to be having a similar problem. I connect to my primary database and then start writing transactions every s ...Show All
Visual Studio Team System Branching strategy for multiple projects
I have been working on a new folder structure and branching strategy, and I have done quite a bit of research over the last few days. As a result of my research and my own experiences, I am a big advocate of the trunk/branches/tags methodology: $/Project $/Project/trunk $/Project/branches $/Project/tags All of the new development is performed on the trunk. When we get close to a release, a branch is created for the release (ex: 1.0_Branch). Stabalization is performed on the 1.0_Branch and eventually the final release is built from this branch. At that point, a "tag" is created. A tag is just like a branch except that it has no future. In other words, it's just a branch that nobody has permission to edit. All maintenance is ...Show All
Visual Studio Release / Debug Dorp Down Configuration menu missing
I have the VS.NEt 2005 Standart. It used to be that the Release / Debug Configuration drop down menu was available on the toolbar. I recently had to reinstall the VS.NET and it's gone. I can no longer compile the application (in my case ASp.NET website) into Release mode. Any idea how I can put it back in the VS.NET Aha, thank you very much. The Customize menu, I had no idea what that was for. Nowhere does it say that it is a drag-n-drop repository! I accidentally made my debug/release picklist disappear, couldn't find it anywhere. Thanks for the info, Rich! ...Show All
Visual C# native struct --> C#
Hello. I have a C# application and a native dll written in C++. I have a function called ReadHash() in native dll. I need this function to return an array of bytes. I made a struct called HashRecord in C# and C++. it looks like this typedef struct tag_Hash_Record { BYTE HashCode[]; } HashRecord, *PHashRecord; and public struct HashRecord { public byte [] HashCodes; } the ReadHash() function returns HashRecord structure. but when i call this function from c# app, I get a MarshalDirectiveException sayng "Method's type signature is not PInvoke compatible.". anyone knows how to fix this problem thanks. Try signatures like these // C++ side void YourFunc(BYTE hashCode[]); ...Show All
SQL Server Cannot connect ot SQL 2005 Express
Hallo, i developed a little web-application. I'm using a SQL 2005 Express edition db but i cannot connect. i tried the connection strings from connectionstrings.com but unfortunately they dont list connectionstrings for SQL Express 2005. Thats the one i guess it should work with: Provider=SQLOLEDB;Data Source=SQLServerName\SQLEXPRESS;Initial Catalog=Lizenzportal;Integrated Security=true I always receive following error: No error information available: DB_E_ERRORSOCCURRED(0x80040E21) Hope you can help me with this issue. Sure it is possible. If you set the Auth. mode to mixed you should be able to privide a user name and a password within the connection string (make then sure to remov ...Show All
Visual Basic Can %USERPROFILE% be used in VB.net 2005
I'm thinking about this for several month, as we can use in windows xp "run" command, i wondered can i use %USERPROFILE%,%SYSTEMROOT%,%WINDIR% or etc in my VB.net this will save tme if i can use it. anyone has answer You can definitely see these variables in your VB application; try using the Environtment.GetEnvironmentVariable() method: http://msdn2.microsoft.com/en-gb/library/system.environment.getenvironmentvariable.aspx ...Show All
Software Development for Windows Vista Audio/Video Mixing (need some hints)
Hi, i'm coding an app with the objective to merge 2 audio/video streams into a single file. the resulting file (.mpeg) will have left audio channel from the 1st video and right audio channel from the 2nd video (so if input audio is stereo conversion to mono is needed) the video instead can be described as 2 separate adiacent windows. Searching for useful filters i found MediaLooks Video Mixer that seems to be very appropriate, but it is for sale.. But the biggest problem seems to be the Audio.. does anyone knows some filters(preferably free) to solve the problem any help is welcome :) and thanks in advice. I have seen a DMO that will split stereo into 2 pins, but I'm afraid I haven't seen a ...Show All
Visual Studio Team System Merging caused the history lost, how to get it back?
Although TFPT /followbranches can show all history, it's not applied to the merging command. If I did merge from a branch, say B, to the branch A, in A's history, I only saw a changeset "merged from B...". Sadly, I couldn't see all history occured in branch B. Is there some way or programmatic approach to get the history back Thx. Hello, the only way (I'm aware of) is to use SourceControl.QueryMergesWithDetails call, which was added in SP1. More about it - http://blogs.msdn.com/vstsue/archive/2006/09/27/777559.aspx and http://msdn2.microsoft.com/en-us/library/88fx1xy0(VS.80).aspx ...Show All
Visual Basic Printing Problems
When i take printouts directly from the forms with the MSFlex Grid in it.... Printer never prints the MS-Flex grid box neatly... The Grid box in the hard copy is totally printed with a dark gray color... and no text will be seen... Even if i change the background coor of the grid box ... it is printed with a dark gray color.... Can any one please help me what to do to get it prinet properly....... Hi Siddarth, You don't say, but since this is the Power Packs forum I assume you are using the PrintForm component. Have you tried using different PrintOption settings (CompatibleModeClientAreaOnly vs ClientAreaOnly) The two settings use different implementations to cature the form, so sometimes one will give better results than the other ...Show All
Visual Studio Express Editions Calculate Emailaddress from multiple textboxes.
Hi, I'm totally new to programming in VB but you have to start somewhere! It's so cool! What I'm trying to archieve for now is creating an emailaddress based on various input textboxes: FirstName, MiddleName, LastName. The emailaddress should be calculated like this: <1st letter of FirstName>.<MiddleName>.<LastName>@company.com If a user has no MiddleName there shouldn't be an extra dot! The EmailAddress textbox should be generated as you type the FirstName, MiddleName and LastName textboxes. I'm also looking for some tips for input validation. It should only be possible to use alphabetical characters. An additional Initials textbox should only use alphabetical characters and dots e.g. T.K.B. All help ...Show All
Visual Studio Team System TFS and Enterprise Architect 6.1
I’m using TFS and Enterprise Architect 6.1 I have downloaded and installed Microsoft Team Foundation Server MSSCCI Provider Version 1.1 I opened up my EA project and configured the source control to use TFS. It found the server and prompted me to choose a folder to place the EA project under. I did so and everything worked fine. I then deleted the EA project from my local machine/folder and removed the folders from source control and repeated the process. However, this time when I choose TFS as the SCC provider and then clicked Save, I selected the server but I did not get a chance to choose a source control folder for my EA project. It just automatically filled in the project folder from the last time. When I c ...Show All
SQL Server Unable to Edit Windows Password in Connect to Server dialog
Hi, I think my description says it all. I have just installed Studio Express for the first time. I want to attach a database. When the connect to server dialog is displayed the user name and password text box is greyed out. The Password box is blank and I need to edit this. I switch to SQL authentication they are enabled but if I switch back to Windows authentication they are both greyed out. I have uninstalled and reinstalled but still no luck, Any help would be great. That's strange. Are you attaching the database via code or via the management studio Greetz, Geert Geert Verhoeven Consultant @ Ausy Belgium My Personal Blog ...Show All
