marebear12's Q&A profile
Visual Studio Visual studio SP1 crashes the whole system
The same problem when installation fails due to insuficient disk space - all .net apps does not work. The whole service pack is *** - Why Microsoft could not make a better installer - it gives all kinds of errors, you wait 2 hours to make the instalation and if something goes wrong you have to reinstall the whole system. The Visual Studio itself installs for less time. Now I have to reinstall the whole system because I don't have the time to wait for solution. I think there should be service pack for the servoce pack :) ...Show All
Visual Studio Team System No appropriate mapping exists for $/Project/Branch/File.cs
I'm trying to unshelve some code I was working on weeks ago and keeping the error msg in subject line which I'll repeat: No appropriate mapping exists for $/Project/Branch/File.cs I do have a workspace mapping setup for the source control path in question so I'm not sure what gives. My workspace mappings have changed since I shelved the shelveset...is this the source of my problem Is there any way to dump the shelveset to disk in some manner so I can access the code changes. I really don't want to lose them... Help appreciated. Do you remember the old mappings If so, just reset your workspace to the old local paths for that project and retrieve the shelveset. Once you do that, change the mapping back ...Show All
SharePoint Products and Technologies Index Server combo box greyed out
Hi I am trying to create 'New Shared Services Provider' on newly installed sharepoint 2007, but combo box is greyed out. How do I assign index server role. in central admin, go to "operations" and "services on server" and then start the microsoft office search, with atleast the "index" role turned on. good luck! ...Show All
.NET Development Error using WaitHandle.WaitAll() in STA thread.
I have a WinForm application that is declaring Main() with [STAThread] attribute. To optimizing performance I'm using worker threads and rely on WaitHandle.WaitAll() for synchronization. The code compiles but will raise a "NotSupported" exception stating "WaitAll for multiple handles on a STA thread is not supported". This does not seen to be an unreasonable task. Any ideas on why this error occurs Any solutions Not sure what optimizing performance has to do with WaitHandle.WaitAll() though. Anyway, You can't use WaitHandle.WaitAll() on an STA thread as WaitAll is a blocking call , this is done to prevent the message pump to run. This is not allowed in Win32 and as such neither in .NET. Use one of the ...Show All
Visual C++ Error on delete [] v
Hi, I have a problem with a class. The declator is class Configuration { public : struct conf_table { char name[40]; char value[10]; }; struct conf_table *conftable; int size; //rows on conftable int max_size; //maximum rows on conftable public : Configuration( void ); //Constructor ~Configuration( void ); //Destructor }; And the code is Configuration::Configuration( void ) //Constructor { size=0; max_size=256; conftable = new conf_table[max_size]; //initialize conftable } Configuration::~Configuration( void ) //Destructor { delete [] conftable; } The problem is that i get an error message (Heap Corruption) after ...Show All
SQL Server SQLEVN70.rll error
Hello, Would someone be so kind as to guide me to where I can download this SQLEVN70.rll . I downloaded SQL express 2005 and net framework 2.0 to try and reinstall it to my windows xp pro after I deleted sql server per Microsoft advice due to business contact manager messing up my outlook express. Is there a better way because every time I try to open Outlook I get the msg. sql server not found and cannot find database for business contact mgr. I removed this application. Thank you in advance. Dear Jacdes, Did you ever find a solution for your problem, and did you finally find a place to download the file /Stengaard ...Show All
Visual C# Windows Vista
Hi, I am not able to install SQL Server 2005 and Visual Studio 2005 Beta 2 on Windows Vista RC1 environment. I got a error when the installer trying to install .Net Framework 2.0. Please help me how to rectify the error and also let me know if you want more information. Regards, dotnetsekar You cannot install .NET Framework 2.0 Beta 2 on Vista RC1 because Vista RC1 already contains the final version of the .NET Frameworkd 2.0. So you cannot install SQL Server 2005 Beta 2 and VS 2005 Beta 2 either. You need the RTM versions. ...Show All
Community Chat i got a message like this made my yahoo messed up and this link has been sent automatically to other in my friends list.
http://spam.org i got a message like this made my yahoo messed up and this link has been sent automatically to other in my friends list. could i know is this a worm or virus and any solution Thanks Thanks to Rizwansharp for reporting this! Please do not publish this link in public because you can infect others! The image does contain a virus, please find yourself a virus protector like Norman or Panda. ...Show All
Visual Studio Team System Problem with creating Team project on TFS
Hi, I am trying to create a new team project for past 3-4 days. It gives the error as: Unable to connect to the specified SQL Server Reporting Services at SERVER. Note: SERVER is the machine where TFS is installed. Here is the stack trace: Stack Trace: at Microsoft.VisualStudio.TeamFou... data, String projectName, ProjectCreationContext context) at Microsoft.VisualStudio.TeamFou... context) at Microsoft.VisualStudio.TeamFou... template, PcwPluginCollection pluginCollection) -- Inner Exception -- Exception Type: System.Net.WebException Exception Message: The request failed with HTTP status 404: Not Found. WebException: Response Status Code: NotFound WebException: Response Status Message: Not Found WebException: Status : ProtocolError Tha ...Show All
.NET Development Problem in accessing functions in a DLL
Hi All, I have a strange problem... I have VS2005 on WinXP and am making a Windows Project.When I ran the project I got an error "Unable to find an entry point name "foo" in dll "foo.dll". However the dll is present in Windows\System32 directory and the Path also references the directory So I added a reference to the dll in the System32 folder but it showed an error that "A reference to ....dll cannot be added.Please make sure that the file is accessible, and that it is a valid assembly or COM component". Next I ran "tlbimp foo.dll" from VS2005 command prompt.I got an error "The input file 'foo.dll' is not a valid type library.So I ran "regsvr32 foo.dll" and I got an erro ...Show All
Game Technologies: DirectX, XNA, XACT, etc. device.Reset and device.Lost not firing.
I'm having problems when i reset the graphics device after a resolution change. Here is how i have the reset and lost events set-up. //handlers for device events device.DeviceLost += new EventHandler(device_DeviceLost); device.DeviceReset += new EventHandler(device_DeviceReset); void device_DeviceReset(object sender, EventArgs e) { LoadResources(device); } void device_DeviceLost(object sender, EventArgs e) { UnloadResources(); } private void LoadResources(GraphicsDevice device) { //set anisotropic filter InitAnisotropy(); debugFont.Reset(device); effect = new BasicEffect(device,null); effect = Effects.InitBasicEffect(effect, device); } private void UnloadResources() { primitiveToRender = null ...Show All
Smart Device Development SDIO USB Host Card and Webcam support
does anyone know if there is a sdio usb host card for the pocket pc, as i have found a compact flash version but would prefer to use an sd version if one is avalible. Also can i use a webcam with the compact flash version of the above, by this i mean does the pocket pc support the use of any usb webcameras smigger666 Please refer to http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=223605&SiteID=1 You will likely get faster and more reliable response there for platform questions. ...Show All
SQL Server Derived column in SQL Server 2005 SSIS
Hi, I am trying to upload a csv file into a destination SQL Server table using Data FLow objects in MS SQL Server 2005 SSIS. My destination table X has a date column while my source data file (for which i have a flat file connection) does not have a date column. I created a Derived column for date using the system date function in my Source data object and ran the package but it returned errors. I changed the data type of the derived column but I still get errors. is there any other way i can get the date on the fly i.e generate a date for the incoming source file and map that (insert into) to the destination table Thanks. Devived column name - Name for your date field Dev ...Show All
Audio and Video Development Where can I find "PKEY_Device_FriendlyName" definition?
Hello, guys I'm trying to compile sAPO property sample project in Vista DDK 5472. But everytime I'm trying to do that, I'm getting the error message which says that "'PKEY_Device_FriendlyName' : undeclared identifier". I already searched all the files in DDK 5472, but nothing was found. Can anyone advise me that where can I find that defintion or can anybody advise me how to solve this problem Thanks in advance. Well, I don't know if it is a typo thing or not, but if you use DEVPKEY_Device_FriendlyName and do typecasting forcelly DEVPROPKEY to PROPERTYKEY&, then the project will be compiled.... Though it compiled successfully, it needs to be checked if the output works or not. I'll up ...Show All
Visual C# project namespace issues
I have a project that was working fine. I made some significant changes to the project, and then started getting an error saying some objects don't belong to the namespace, even though they are in the same project and have the namespace at the top of the class. It appears some pointer got messed up and now only newly added objects appear in the autolist members for the namespace. In fact, some objects required that I preceed things (such as Settings) with the namespace, others don't like it. They are supposed to all be in the same namespace. Any idea how I can fix this thanks for the quick reply. The only problem is the namespace hasn't changed in the project. In this example the namespace is "Documen ...Show All
