PhilippeMoison's Q&A profile
Smart Device Development Storage program
I've created an application for compact framework 2.0 and sql mobile. When the device need a cold boot i lose all my files. My device can't use an storage card but the device has built in storage cards when i put my program on a built in storage card an the device needs a cold boot, all files are there but i can't run my application because compact framework and sql mobile are missing... how do i solve this problem thanks ...Show All
Visual Studio After linking Class Library: Microsoft.Common.targets
Hello, I created a solution containing two projects. When I create a reference from the GUI to the Business Layer, the compilation fails: Error 60 Specified condition "'D:\Documents\Projects\Brammekes Virtual Scrambler\BL\bin\Debug\Native.BL.manifest'" evaluates to "D:\Documents\Projects\Brammekes Virtual Scrambler\BL\bin\Debug\Native.BL.manifest" instead of a boolean. C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.Commo ...Show All
Visual Studio ASPNETCompiler Error - System.Web.AspNetHostingPermission, System
We are getting the following error in our automated build process. AspNetCompiler: C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_compiler.exe -v /PreCompiledWeb -p "Web Sites\Campaigns\\" -u -f -d PreCompiledWeb\ AspNetCompiler: : ERROR /PreCompiledWeb/Controls/SignInOptions.ascx(4,0): Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e0 ...Show All
Visual Studio Team System creating new process template
Hi, I would like to integrate the new process model in VSTS, which already exists in my organization named as Pbook. How can I integrate Pbook with VSTS without customizing the given two process (Agile and CMMi ) Well I can edit the XML file after downloading it and then will upload it but it is the customization process. I don’t want to do this, because this will work fine for work item and basic configuration setting, all ...Show All
Visual Basic Odd Error
OK, I have read a post on this before, and I have tried turning off the signing (click one manifest & assembly) But that didn't helped, I am currently getting this error: There is no editor available for 'C:\<path to .vb file>' Please make sure the application for the file type (.vb) is installed. Could someone please explain to me how to fix this error I am currently using Visual Studio 2005 Team Suite. ...Show All
Visual Basic Get information from a text file in a website
Hello I need a complex request. I want to get information from text file in my website. I know username and password, but how can I connect to my website Anybody assist me, please Are we talking about - you want to get information from a text file up to your web site. In which case this may be of use which is about uploading files to the web http://support.microsoft.com/default.aspx sc ...Show All
.NET Development Web service connection problem
I have a web serice built which works fine when I did testing on my local machine. It also works fine when accessed from different machine within my private network. I asked a friend of mine to access it from his machine. He can access it and works for few seconds then a following problem occurs The underlying connection was closed. Then he has to exit the application and reconnect. Sometimes I have to reset the server. Looks like thi ...Show All
SQL Server Object variable assigned to parent package
Hi, I have a child package which executes a sql query and retrieves back a result set assigned to a object variable. Then i need to assign this object variable to a variable in the parent package, where it will be used as an ADODB Enumerator in a ForEach Loop Now, if this variable was, for example, a string, it'd be quite easy to put in a script task dts.variables("x").value = dts.variables("y").value where x is the variable in the parent packag ...Show All
Microsoft ISV Community Center Forums Why Excel 2003 keeps PivotItems with zero record count after refresh?
After a pivot table is refreshed, if some pivot item is no long exist in a pivot field, the pivot field drop selection still show that pivot item to allow user to select. Selecting this kind of pivot item will lead to no data showing at all. This is no good. I perfer Excel will remove zero record count pivot item from the pivot field drop down selection box after a refresh. (I don't mind Excel keeping zero record count pivot item inte ...Show All
Visual Basic replace text with textbox...Need help!!!
I have a sentences of words which will contain this symbol '**'. How can i write the coding to replace the symbol with textbox Means, once the symbol '** is detected in the sentences, a textbox will be replaced... Help is needed...thank you..... This makes no sense to me. Do you want to put the word 'textbox' in there The replace method on the string will do that. But it sounds to me like you're rendering the s ...Show All
SQL Server Problem With Stored Procedure
Hi, I am using Stored Procedures on SQL SERVER 2005. It uses cursor to perform row by row operations of string searching. Now the performance of the cursor is fine till the records to be searched are below hundread as the records in which i am searching is 1.5 lakhs. As one of the fields that i search in a bigger field rises to 7,500 unique entries the peroformance drastically decreases. I know cursors can decrease performance but i ...Show All
Visual Studio Express Editions administrator rights
I have a program that reads and writes to the registry and I have found that if you are not logged in with admin rights the program will not read the registry. Please can any one let me know of a way to get around this problem. Thanks in advance Simian Try using RegEdit, right-click the key and choose Permissions. If you are really in a bind, use RegistryKey.SetAccessControl. Personally, I've seen registry r ...Show All
Visual Studio Express Editions How could I extract data of sound from videos?
Dear everyone, I have a problem about C# programming and hope you all could help. How could I extract data of sound from videos That means the data of sound tone, volume. Anyways, any data about sound or music could be extracted from videos. Could you give me solutions Thank you. Best Regards, David First we need to know what format the video is encoded to Let's assume that it is uncompressed ...Show All
Visual Basic Visual Basic Project Cannot see SQL Server
I have been trying for quite awhile to get Visual Basic to work with SQL, with no luck. I have Visual Studio 2005 Standard & SQL Server 2005 Standard. I initially installed Visual Studio with SQL express, but then installed SQL Server 2005 Standard. When I was not able to add or view any sql databases, I uninstalled SQL Server 2005 Standard and installed Express. Still whenever I try to add a SQL database or view one I get the error: "Con ...Show All
Visual Studio Express Editions Program structure differences
I'm a newbie here trying to use VC++.net express for the first time because I'm trying to get a particular example program to run. The example program is provided as a set of files to build and includes a .rc file which includes the components of the form and their properties. The example program doesn't run, so I'm trying to write my own program as a sort of 'mirror' to find out where the problem occurs. When I assemble a form on the scre ...Show All
