Software Development Network Logo
  • VS Team System
  • Visual FoxPro
  • IE Development
  • Windows Forms
  • Game Technologies
  • SharePoint Products
  • Visual C#
  • Smart Devicet
  • Visual Basic
  • Windows Vista
  • Audio and Video
  • Visual C++
  • Microsoft ISV
  • Visual Studio
  • .NET Development

Software Development Network >> Manuk's Q&A profile

Manuk

Member List

Jan Kučera
db-C
2162
AndyL
Stephen Lin
mike1942f
Xargo
J.Meier
Cspooner
IceAngel89
Bluehunter
RustyBadger
Grotius
emadigon
Cepheus77
PrashanthBlog
LuckyL
Mike737Aviator
doublejay
Mitesh Shah923
Only Title

Manuk's Q&A profile

  • Visual Studio Team System the request failed with http status 404

    when I tried to open the team explorer I got the following error the request failed with http status 404 Good morning: I am new to this forum, and stumbled across this problem.  It appears to be the same behavior that I am experiencing with my new installation of TFS.  I have been pulling my hair out... I am receiving the same error: "The request failed with HTTP status 404". I am receiving this error when I attempt to do anything that needs to connect to TFS through VS...(i.e. New Team Project, Team Explorer). I am prompted to provide the server, which I give, and this message appears rather quickly.  I have attempted the fixes provided above to no avail.  Please let me know if there is anything else I can look ...Show All

  • Software Development for Windows Vista Webcams That Run With Vista RC1 ???

    I have been searching in vain for Vista (RC 2 build 5744) drivers for either of the noted Web cams. I gave up on the Logitech and purchased the Microsoft Lifecam after being assured it was Vista ready... it will not allow the software to install... any suggestions... tks MSN just posted that Vista compatable drivers for Quickcam IM and other previously incompatable hardware is now available. It's probably a patch, and whether it will work or not remains to be seen...as the driver remains to be found [I assume it's located on Microsoft Home (Vista), home/ downloads/ general or graphics or other catagory. I'm still loking for it (it's available in 64 or 84k)]. Good luck. By the way, I've kept my home P.C. operating with XP. W ...Show All

  • SQL Server Problem uploading .rdl

    The report server cannot process the report. The data source connection information has been deleted I want to make a copy of a report. I go into report properties on the SSRS, click edit and download the .rdl to my computer. I then upload the report, using a different name. I then get the above error. If I copy the report to the same location as the shared data source, and the above error disappears. But now the report doesn't work - no parameters in the dropdown lists. My question is : Why does a copy of a report, uploaded to the SSRS, not work, when the original is sitting right next to it, with the same rdl definitin, in a working state Adam, You are right.  I checked the Data Sources, and there ...Show All

  • Audio and Video Development Tools and Resources for Authors

    I'm a professional web developer interested in iHD/DVD authoring. At this point it is pretty difficult to get going due to lack of tools and resources and documentation. I am proficient in xml and javascript, but this is a slightly different bird for sure. What I am trying to figure out is - are the lack of resources a symptom of being early to the process, or is it a symptom of the content authoring industry (proprietary thinking) An Advanced Application is implemented using a combination of XML markup files and optional ECMAScript script files (.JS). The XML markup files consist of playlist files (.XPL), application manifest files (.XMF), application markup files (.XMU), and advanced subtitle files (.XAS). You can use any of t ...Show All

  • SQL Server Select not exists very slow

    SQL 2005 on CoreDuo 2.8 ghz, 1 GB ram, Windows XP I have the following tables: inLogData with about 1 million rows. Three of the 22 columns are: FromIP varchar(255) null DateCol varchar(255) null TimeCol varchar(255) null. Weblog with about 200,000. Three of the 24 columns are: FromIP Varchar(50), DateChar varchar(24), TimeChar varchar(12) weblog has the following index: CREATE NONCLUSTERED INDEX [WebLog_DateHourFromIP] ON [dbo].[Weblog] ( [DateChar] ASC, [TimeChar] ASC, [FromIP] ASC )WITH (SORT_IN_TEMPDB = OFF, DROP_EXISTING = OFF, IGNORE_DUP_KEY = OFF, ONLINE = OFF) ON [PRIMARY] I am running the following SQL script: Select top 200 FromIP, DateCol, TimeCol From inLogData l where not exists (Se ...Show All

  • Software Development for Windows Vista Page Cannot Be Found

    I am trying to upload a XPS document which I have converted from Microsoft Office Word 2007. On my local workstation (Windows Vista Ultimate) I have created a .aspx page using Visual Studio 2005 with a simple link to my XPS document in a separate folder. When I preview this page using the Caspari webserver and click on the link, my XPS document loads in a separate window. No problem here. But when I publish the files over to my webserver which runs Windows Server 2003 Web Edition with the .NET Framwework 2.0 installed, I get a "the page cannot be found". My thinking here is that as I have Windows Vista as my client I should be able to see the XPS document on my webserver. Am I missing something Perhaps I need to install the .NET ...Show All

  • Visual C# Dll Import

    How do I import a dll into my project and then use it for the project's layout You can also try KryptonComponents forms: http://componentfactory.com/downloads.html Download it from your e-mail. Replace Form with KryptonForm after you add a reference to your solution. ...Show All

  • Visual C++ Error i get

    i got this error when i try to compile my code in C++ Compiling... mixer.cpp Linking... Creating library Debug/mixer.lib and object Debug/mixer.exp mixer.obj : error LNK2001: unresolved external symbol "public: __thiscall CMediaType::CMediaType(class CMediaType const &,long *)" ( 0CMediaType@@QAE@ABV0@PAJ@Z ) mixer.obj : error LNK2001: unresolved external symbol "public: virtual unsigned long __stdcall CBaseFilter::NonDelegatingRelease(void)" ( NonDelegatingRelease@CBaseFilter@@UAGKXZ ) mixer.obj : error LNK2001: unresolved external symbol _IID_IPinConnection Debug/mixer.ax : fatal error LNK1120: 3 unresolved externals Error executing link.exe. Anyone know what happen I need help. ergent ...Show All

  • Visual C++ Problem with editing treeview labels (case-specific problem)

    Hi, In the application that I am creating, I am having a rather unique problem: I need to syncronize the pszText property of TreeView items with the char* 'id' variable of certain objects. Up until now, I had no way of really knowing if the two were syncronized. I recently tried to add a 'duplicate' option and discovered that it is not working. My current code is as follows: case IDCM_rRENAME: //Context-Menu option for renaming my TreeView Item { SetFocus(rcTree); char* label=GetTreeLabel(TreeView_GetSelection(rcTree)); //Custom function HTREEITEM parent=TreeView_GetParent(rcTree,TreeView_GetSelection(rcTree)); TreeView_EditLabel(rcTree,TreeView_GetSelection(rcTree)); Visual::Sprite2D *test=Find(sprite,label); test->id=GetTr ...Show All

  • .NET Development i need Help

    I started a project that is using a Access Database. Now I loaded the Database in my Database Explorer in Visual Studio. I have already set the connection with the Asistent. Because i am working at home, the destination of my Project is differen then the destination in my enterprise. But i dont want to have the database in the same location like the executable and the project files.  What i need is to change the connection string of this database at runtime. For example i make a codet that is looking  for the database in all locations, when he has found the right location he change the connection string of this database to the new one. But i am not speaking about  DataAdapter, DataSet or DataTable, it is a D ...Show All

  • Visual Studio 2008 (Pre-release) How to cancel a context menu depending on the menu and original source?

    Hi! I have a grid and on it I have a lot of borders with different content. The grid has a context menu. When I right click in the border I don't want the grid context menu to be shown (only on free space between borders). So I want to cancel out the context menu when the original source in the ContextMenuOpening is not my specific background grid. But I have context menus in the borders as well so I can not cancel out all context menus. I have my ContextMenuOpening event handler in the grid but it will cancel out all context menus ( as the code is below). But in the border I might have a label or whatever with a context menu and I want those to show so I would like to know from the ContextMenuEventArgs, which context menu is about t ...Show All

  • Visual C++ filebuf::sh_none - compiler error

    Hello , I am tring to compile code that was previosly built with v.Studio 6.0 with v.Studio.net 2005. pFileStream->open(buf,ios::app,filebuf::sh_none); I am getting the following error: Error 2 error C2039: 'sh_none' : is not a member of 'std::basic_filebuf<_Elem,_Traits>' e:\varicom\version 6.0\smpp_service\datawriter.cpp 33 sh_none is used for exclusive access to the buffer, can I rewrite this line maybe without sh_none thanks in advance Unfortunately there is no standard way of locking a file for single access. filebuf::sh_none is an extension provided by some of the compilers. try this.may be this one helps you. pFileStream->open(buf,ios::app,filebuf.sh_ ...Show All

  • SQL Server hidden cell in excel

    Hello, Can someone please tell me why there's ALWAYS a hidden cell in Excel when a report has a more than one page for example, a report has 10 page breaks and after exported to Excel it has the first row hidden in each sheet except the first sheet. Why this happens always is there any workaround to avoid this thanks Hey Guys. Can you clarify this a little more I have exported my reports to excel but I get one long continuous sheet even when my report has multiple pages. I have notice however that excel does include your report page margins, So I'm taking a guess that this could be what you're seeing in your export. Ham ...Show All

  • Visual Studio 2008 (Pre-release) Changing the Color of a Row On a ListView

    I'm trying to set up a listview control where if a row meets a condition i want it to change the color of the text for that row (red) else it should be the default color. I have it bound to a dataset. Could someone point me in the right direction Thanks Hi Burldo, That link is specific to the Windows Forms version of a ListViewItem and not the WPF version. I'm not trying to be a jerk, rather, I'm just trying to help A.Carter stay on track. ...Show All

  • SQL Server Executing DTS from Stored Procedure in Sql Server 2000

    Hai .....,           I have created a DTS package in the Server machine (Server=machine7 and my machine is machine3). When i execute the DTS directly by selecting it, it completes successfully. But when I try to execute the same DTS thru my stored procedure, I 'm getting the following error message:(I Executed the procedure thru Query Analyzer window and got the following message) DTSRun:  Loading... DTSRun:  Executing... DTSRun OnStart:  DTSStep_DTSActiveScriptTask_1 DTSRun OnError:  DTSStep_DTSActiveScriptTask_1, Error = -2147220482 (800403FE)    Error string:  Error Code: 0 Error Source= msxml3.dll Error Description: A connection with the serv ...Show All

©2008 Software Development Network