hersheys_gurl's Q&A profile
SQL Server Javascript Error When trying url access
Hi, i have a problem with the rs 2005, using url access to call a report: --------------------------- Error --------------------------- Error: 'RSClientController' is undefined Calling a report from the reportmanager works. The rs2005 runs on a machine with a parallel installed rs2000. I configured the virtual directory to machinename/reports2005 & machinename/reportserver2005. When i debug the clientscript i see that he reque ...Show All
Visual Studio Express Editions XML Editor included in Visual Studio VB 2005 Express Beta?
Hi there, Does the Visual Basic edition of the VS 2005 Express include full support for XML editing I noticed from the Solutions Explorer that only DataSets appear to be supported. How do I get to write / build / debug XML documents on the Visual Basic edition MRW I found this link this morning that may help, http://www.codeproject.com/useritems/XMLEditor.asp ...Show All
Visual C++ partitial template specialization for multi-template-class methodes
Hi template wizzards, I have a class ( ClassName ) with multiple template parameters ( T_Type , T_Precision ). I need a template specialization for a method (void method() ). The specialization should only apply to one template parameter ( T_Precision ). - Is this possible with vc7 / vc8 - If so, how does it work I tried it the following way: template < typename T_Type , typename T_Precision > class Cla ...Show All
Windows Forms Problem with refreshing parameter collection in designer mode
I am maintaining a C# project created with VS.Net 2003 that has been upgraded to VS 2005. The project has a component with a number of SqlCommands on its designer view, these were created by drag-drop in 2003. The commands use stored procedures in an SQL Server 2000 database. The problem is that when I trigger a parameter collection update where VS 2005 is querying the SQL Server for the set of parameters one of the SPs supports an error sayi ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Direct Play Voice Session
Hi All. Can any one tell how many number of players can be added in direct play voice session Riaz, Unfortunately I don’t know the answer to your question. What I do know is that Microsoft has declared DirectPlay to be deprecated technology and strongly recommends AGAINST using it. This is due to discovered security holes, as well as the fact that the more robust Winsock 2 API now allows you to do everything you would want to ...Show All
SQL Server After upgrading to 2005, update and add no longer work in ASP pages.
Upgraded to SQL 2005 and now I get the following error when trying to add or update a record Microsoft OLE DB Provider for ODBC Drivers error '80004005' [Microsoft][ODBC SQL Server Driver][SQL Server]Could not find server 'NS1' in sysservers. Execute sp_addlinkedserver to add the server to sysservers. /manage/inc_post_events.asp, line 57 The setup is one server running Windows Server 2000 with IIS and SQL 2005 installed. We previously had SQL 2 ...Show All
Smart Device Development Good practice? Globals class with static variables
Hello, I don't know if this is a good practice in OO. I have defined a class Globals with a lot of static variables for use between all the forms that I read from an XML file at start of the program. If the value changes I change the static variable and write the changes to an XML file. If I don't work in this way then I have to read them from a database every time. or are there better workaronds I would end u ...Show All
Visual C# Coading Standards
Hi I need some general project coading standards for c# and asp.net. pls help me. Thanks and Regards kumar m Have a look at the free tool that my team develops; FxCop . It uses rules to validate assemblies against the .NET Framework Design Guidelines . ...Show All
Windows Search Technologies Script to enable/disbale Certificates on IIS.
Hi Does anybody know the way to enable/disable the IIS for SSL using a script. I need to test webservices on both ssl enabled and disabled state on every build and doing it manually is very costly. Aqiqul Hello Aqiqul, This particular forum is for questions regarding Windows Desktop Search. You can find additional information about configuring IIS for SSL (and turning off SSL) on the Microsoft knowledge base: http://support.m ...Show All
Windows Forms Major problems with TableLayoutPanel
Can anyone tell me how to use this control properly Its really annoying me now. From what I can see the whole control is buggy. I'll give an example: we'll have a TableLayoutPanel called "tlp", and set tlp.GrowStyle as "AddColumns". We add a control by invoking tlp.Contorls.Add(new Button());. It works, but what doesn't is tlp.ColumnStyles.Count.... Its still zero Am I doing this wrong Thanks in advance. ...Show All
Visual Studio Express Editions hooking Word.Quit event to handler not working
I'm trying to exercise the code from http://msdn.microsoft.com/office/default.aspx pull=/library/en-us/odc_of2003_bk/html/officeinteroperabilitych2_part2.asp It's a simple Form with a StartWord and QuitWord button. Everything works fine with the buttons. Word 2003 opens and closes correctly. But when I try to close Word via File/Exit, it doesn't call out to the QuitHandler method. This is the case when testing under VC# ...Show All
Visual Basic Com Object Failing on server.createobject
I am having problems calling a Com object that I created under Visual Studio 2005 with Standard ASP. I registered it using regasm.exe. Below is my code (VB) . I have tried creating the object two ways. What am I doing wrong Server.CreateObject("TestCom2.TestFunction") and Server object error 'ASP 0177 : 800401f3' Server.CreateObject Failed /mears/ReadUserCert.asp , line 56 800401f3 Calling this way gives ...Show All
Visual Studio Team System uninstall of ADAM f*** me up...
since the uninstall of ADAM (cause VSTFS installation failed again :-)) and deleting the VSTFS databases and after reboot the sqlserver cannot get started anymore, not after many reboots and trials with whatever.... does anyone have expiriences on that problem already revieve this eventlog entrys: TDSSNIClient initialization failed with error 0xd, status code 0x36. TDSSNIClient initialization failed with error 0xd, stat ...Show All
.NET Development multithreading issue - please help
Hi, I'm having big issues using multithreading. As it is quite difficult to explain I've made a sample application to illustrate my problem: http://graphicsxp.free.fr/WindowsApplication11.zip It starts a new thread, which DoWork function calls a delegate to do do operations on controls (tabcontrol, datagrid....) There is also a popup that contains a progressbar to show the progress in real-time. The problem is that updating the progressf ...Show All
Windows Forms .Net 2005
Has anyone be allowed to compile from Visual C# Express .Net 2005 I get an asembly validation error but with no description :/ I dont have the Framework directory in Microsoft.NET folder. ...Show All
