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

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

Jelena

Member List

facemate
sic0198
Jeroen Hauser
ElephantMan
S_A_S
kittykat80
Rastogi
NeTBaPb
Thaina
search and deploy
globemast
charles C
Jassim Rahma
irl-barse
ChrisHeritage
ComputerWhiz
mbelew
Martin Moe
Anand S N
Goat Spirit
Only Title

Jelena's Q&A profile

  • SQL Server Missing ASP.NET DLL

    When I log in to Windows (XP Pro SP2), I get the following message displayed in the Application Event Viewer. " The ASP.NET DLL (Path: C:\WINDOWS\Microsoft.NET\Framework\v2.0.40607\aspnet_isapi.dll) (Version:2.0.40607.0) is missing" The message is quite correct in its assertion that the file is not where it says it is. There is a copy of the noted DLL however, in C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727 and in C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322 Why is the Report Server looking for that particular version Why can't it point at the later version Seems like a common problem - see this thread for details. http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=265011&am ...Show All

  • Windows Search Technologies WDS 3.0 Beta 2- Rebuilding index by itself and more

    Hey Guys, Brandon pointed this as the right place to post some concerns/issues with the WDS 3.0 beta 2 Few issues with WDS 3.0 beta 2: - When adding a new file extension to be indexed, WDS prompts to full rebuild of the index. This is a very bad behaviour especially, like me that has more than 100,000 indexable items. (anyway to avoid that ) - The WDS is rebuilding the index itself without any user intervention - The current pdf I-filter are not capable to index within the pfd files. - The configuration GUI interface still very rough, clearly need some refining. That's it for now. Thanks, Marcus   Marcus, We have testers working on these issues as I type.  I appreciate your offer to let us ...Show All

  • Visual Studio 2008 (Pre-release) LINQ to SQL ( Everywhere ? )

    Hello guys, I am researching LINQ and I would like to know what is timeline for this project. when we could expect Beta, RC.. (I realize it is too early to ask this but still ) AFAIK LINQ for SQL works with SQL Server only. Any plans to include SQL Server Everywhere If yes when we could expect first release Before I forget - congrats for good job on LINQ project ;) Thanks in advance Hi Dinesh, Thank you for your reply. Provider model is very doog pattern as this will allow LINQ to be used with many data storages and won;t be limited in any way. I wanted to know if MS is going to provide such provider :) Best regards ...Show All

  • SQL Server Restoring a backup of a Subscriber database to a new database

    I have a Subscriber database updated using transactional replication and want to create a copy for development & testing. The Distribution database is running on the same 2005 instance as the Subscriber and the Publication database on another server running SQL Server 2005. If I use a TSQL script to run the restore, the database is restored to a usable state but I get the following messages: Msg 15247, Level 16, State 1, Procedure sp_MSrepl_check_job_access, Line 112 User does not have permission to perform this action. The replication agent job [job name] was not removed because it has a non-standard name; manually remove the job when it is no longer in use. (I’ve removed the job name from th ...Show All

  • Visual C++ Strange Compiler Error!!!!!!!!

    Hello, I have recently begun programming in DirectX. I am compiling a single file(.cpp), that requires nothing but a link to DirectX in Visual Studio 2005 Professional (Which I own). I have linked everything to the DirectX SDK files, but I receive the following errors. error C2065: 'index' : undeclared identifier error C2228: left of '.x' must have class/struct/union error C2228: left of '.y' must have class/struct/union These seem familiar with "C" style errors, but I'm using C++. I might have the compiler settings wrong, so that it could think that it was C, not C++, as .x, and .y is straight C++ so somethign is wrong here, there is nothing wrong with the code, as it is from a book and have given it to other ...Show All

  • SQL Server Error connecting to SQL server

    Hi, We have a Windows 2000 terminal server with service pack 4 loaded.This has siebel application 7.8.2 . We have another Windows 2003 standard edition server with service pack 1. This has SQL 2000 server with Service pack 4 installed. When trying to connect to the sql server through odbc , i get an error --------------------------- Microsoft SQL Server Login --------------------------- Connection failed: SQLState: '01000' SQL Server Error: 10061 [Microsoft][ODBC SQL Server Driver][TCP/IP Sockets]ConnectionOpen (Connect()). Connection failed: SQLState: '08001' SQL Server Error: 17 [Microsoft][ODBC SQL Server Driver][TCP/IP Sockets]SQL Server does not exist or access denied. --------------------------- OK ------------------- ...Show All

  • Windows Forms Binding all tables of the DataSet with the DataGrid

    Hi, using stored procedure i'm geting two tables in the DataSet. But when i bind the dataset with the DataGrid, only one table is binded with the DataGrid. I want to bind all the tables of the DataSet with the DataGrid. Plaese help me Thanks You need to have a relationship defined in your DataSet in order to show the child tables in the DataGrid. DataRelation dr = new DataRelation("MyRelation", this.MyDataSet.Tables[0].Columns["code"], this.MyDataSet.Tables[1].Columns["code"]); this.MyDataSet.Relations.Add(dr); // Either of these syntaxes work: this.oGrid.DataSource = this.MyDataSet.Relations["MyRelation"].ParentTable; //or: this.oGrid.DataSource = th ...Show All

  • Visual Basic what s smart client mean guys

    is the same as windows forms or is it something different Thanks Hi, yes, a smart client is [can be] a windows forms application, providing rich user experience, which can connect and exchange data with external data sources (e.g. web services), is offline capable (works also when no connection available, by for example caching data localy) and is easy to deploy and update. For broader, (MS') definition of a smart client, check the Smart Client FAQ on MSDN . Andrej ...Show All

  • Visual Basic visual studio 2005 is running slowly

    I am developing a windows application(converting vba to vb.net). some of the forms have ten or more tab controls. Each tab control has many text boxes,listboxes,radio buttons. when i change a name of the control it takes 30s ---2min. when i copy and paste some control from one form to another it takes 1--5minutes. this does not happen all the time. any solution/advice would be appreciated. navigationbar is disabled/wordwrap is disabled ms vs 2005 ver 2.0.50727 os-windows xp sp2 cpu-p4-3000mhz ram-2g machine-hp In addition to installing the performance fix, check your forms to see that you don't have unnecessary controls in there. We have seen instances where the forms start accumulat ...Show All

  • Visual C++ newbie help: importing functions from a dll in a C++.net project

    Hi, I am using Microsoft Visual Studio 2005. I am trying to create a C++ application (Win32 project/application) that imports functions from a DLL. The DLL, which I did not create, is a Win32 DLL (that uses MFC in a static library). The DLL .h and .cpp files do not contain any classes. Just functions with __declspec (dllexport). I think that my problem is that I am very new to .NET (I am not sure I should post this question in a different form). Here is what I have done: I tried creating a new solution and adding the DLL project to it and then building the project (to generate the .dll file). Then I added a new project to the solution and tried to: 1-Add the dll to this project as a reference: using Project -> References -&g ...Show All

  • .NET Development String and numbers

    Hi there. I would like to khow how can I use only numbers from the following string: T 30 35. From this string I want to use the two numbers as x = 30 and y = 35. T may be a dummy variable. I would appreciate if you could send me an example code. Thank you in advance. NM use substring string string=T 30 35; like this string a=substring(string,6,2); string b=substring(string,3,2); int number1=int32.parse(a); int number2=int32.parse(b); it is something like this may be there are some errors because I can not test my code .... but it try it with simple modifications... I hope this helps ...Show All

  • SQL Server ADOMD.NET Server

    I am trying to create a stored procedure that retrives product items which sales volume variance is below certain level using the following code: Public Shared Function FindLowVarEntries( ByVal InputProductSet As [Set], ByVal InputTimeSet As String , ByVal SalesVolume As String , ByVal VarLowLimit As Decimal ) As [Set] Dim oMDXVal As MDXValue, oResSet As SetBuilder = New SetBuilder Dim oTuple As Tuple, strContext As String , oExp As Expression = New Expression For Each oTuple In InputProductSet.Tuples strContext = GetCurrentContextFromTuple(oTuple) oExp.ExpressionText = "Var( " & InputTimeSet & ", " & SalesVolume & ")" oMDXV ...Show All

  • Visual Studio Express Editions syntax code

    to those of you who are familiar with the coding, could you write a simple code example so we can understand,give us simple syntax examples please of; deleete command accept changes command that way those  of us who are beginners can read the syntax and get a better view of how it works. I'll try my best here. well you can avoid the first approach altogether, since you are using a DataAdapter. 2) depends. In order to correctly insert, update or delete records in the database when we are doing an update from the dataAdapter, it needs to have the correct commands created, otherwise you will get an exception thrown that the correct command was not found/generated. So for the delete comman ...Show All

  • SharePoint Products and Technologies Document Library Web Part -> link to DispForm.aspx

    Hi there. I'm trying to solve a problem that appeared when I tried to create a simple page with the list of documents from my document library. I need Title field displayed as a hyperlink to DispForm.aspx, not to Document itself, and not to a dropdown menu with Edit option. The reason of this requirement is that we don't like to allow users to download document w/o reading metadata assosiated with it. On the other hand, ordinary user must not see Edit links in menu, because we don't want to tempt them to try edit document at all. Of course, I can customize the data view in Sharepoint Designer - go to Code View and manually change <xsl:value-of select="@FileRef "/> to something like ..../dispform.aspx ID=<xsl:value ...Show All

  • Visual C++ Exception handling

    I have following observations: 1) Using VC++ 2005, write a C++ code that divides a value by zero. Put this code in try catch block. The catch block is unable to catch the exception. On the other hand, if the same code is written in C#, the exception is caught in the catch block. 2) To futher add to it, VC++ 6.0 is able to catch the same exception which VC++ 2005 cannot, although in the catch(...) block and not the catch(std::exception) block. 3) Other exceptions like index out of bounds are also not caught by catch block in VC++ 2005 while the same is possible in VC#. My questions are: Why the behaviour of VC++ has changed over different versions and how can one catch such exceptions What makes behaviour in VC# different ...Show All

©2008 Software Development Network