Software Development Network Logo
  • Microsoft ISV
  • Visual C++
  • VS Express Editions
  • Visual C#
  • Smart Device
  • .NET Development
  • Game Technologies
  • Visual Basic
  • Visual FoxPro
  • Architecture
  • Windows Forms
  • SQL Server
  • Windows Live
  • Visual Studio
  • Visual J#

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

JPATEL

Member List

Marius Mihalec
nathan l
Abijiths
Lx2
Blair Allen Stark
roozbeh
moacmoii
Jesus Lopez
Nate F
-Alex-
AJNothing82
Rod B
wyrzy
Dyvel
Ashley Davis
bryant1410
gpsmobiler
saggett
Blair Wall
Arshad Paracha
Only Title

JPATEL's Q&A profile

  • SQL Server System.Windows.Form assembly is needed on script component task?

    That affects only interface design... so that it doesn't exists at all in a SSIS. What is it for Let me know your view on this or any clarification. I'd say it is compulsory, since you cannot remove it. Why that is I am not sure, probably a limitation of VSA, the slightly quirky host environment used. It is usefull for MessageBox calls through :) ...Show All

  • SQL Server XML query output to File in SQL Server 2000?

    Hey All,   I wanted to build a simple scheduled task that hits my document library table in SQL Server, builds an RSS (XML) file based on that table, and then saves the resulting XML as a flat .rss file.  I'm using SQL Server 2000, and so far I've gotten SQL Server to output the XML from the table in the right format for RSS (using FOR XML EXPLICIT) as a query.  I'm not sure where to go from here - can't figure out how to go from the query output to a flat file.  My idea was to have the whole thing bundled into a stored procedure that I can call for an INSERT trigger on my document library table.  Also, I notic ...Show All

  • Visual Studio 2008 (Pre-release) Another issue with WINFX FEB release: FormatMode is missing

    Hi, i was working with winfx previois release, and recentyly i moved to Feb release. every thing is breaking. for example FormatMode property is missing in ServiceContractAttribute. lot of schema errors in confog file.. I don't why schema level chnages occured, that VS.NET 2005 gives some warning, and if fix that warning and try to generate proxy client using SVCUTIL.exe tool, this tool throwing exception, so only way is don't fix config file schema warnings !!!! there are lot of issues like this. Is there any one facing same kind of problems Thanks, Venkat Format Mode is replaced by two attributes DataContractFormat ...Show All

  • Visual Basic Reading a "text" File

    Im trying a read a "text" file that is a storage file for a proprietory software package. I can open the file up in notepad and read it all fine, all the data is there and visible in a plain text format, and i can also import the file into excel or basically anything else.. My problem is that when i attempt to read the file into a VB 2005 richtextbox, or textbox it won't read the whole file. (doesn't matter if i use read, readtoend, or readline with peek etc) Has anyone come across something similar to this is there a charactor in my text file that cause the reader to think its finished Any thoughts would be appreci ...Show All

  • Windows Forms Custom control newbie needs help.

    Can someone please point me to a good article/tutorial on how to build design-time programming into my custom control I am building a custom gridviewcontrol that includes a contextmenustrip for formatting.  The control works great, BUT my custom properties don't initially load the design-time-set properties when it runs. Changing the properties after the initial load works fine, but the design time settings are ignored unless I store the result in a native property of the base class. Any help would be grealy appreciated. Sincerely, Glen Wolinsky Chris, Thanks for the info.  Sincerely, Glen ...Show All

  • Windows Forms problems with binding to inherited class

    Hi, I have a class that's inherited from the DataTable class, and I discovered an interesting behavior with data binding. Consider the code: public class GenTable : System.Data.DataTable { public GenTable(){} private string sTestValue ="Test"; public string TestValue { set {sTestValue = value;} get {return sTestValue;} } } private void button1_Click(object sender, System.EventArgs e) { GenTable gt = new GenTable(); ...Show All

  • Visual Studio Team System Error"Document not found: vstfs:http//seabug01:8080/Currituck/Results/Existing/19fd1118-32c8-4a89-a710-61a40de97e51"

    Hi there,     One of my team mate is not able to open bug or see any query. Any time she tried to do any of these, she gets the error popping up saying " Document not found: vstfs:http//seabug01:8080/Currituck/Results/Existing/19fd1118-32c8-4a89-a710-61a40de97e51" When she term serves in Seabug01 VSTS server itself, logins as her and starts client from there. She could do everything just fine. She could see all the queries, open bug etc. So it seems the problem is with her machine itself, but I have no idea what it is... Has anyone seen this issue Anu Good News.       It seems she ...Show All

  • Visual Studio 2008 (Pre-release) WPFBug | CustomControl in DataTemplate | "MyBorder" couldn't be found in namespace "WPFBug.MyViewBox"

    Hello! I have discovered a WPF bug or something else… The ListBox, which I used in the MainWindow, binds to the XmlDataProvider as Source. So I use the DataTemplate for customizing the ListBoxItems. But when I use a CustomControl (MyViewBox) in the DataTemplate, the ThicknessAnimations in MyViewBox doesn’t find MyBorder. The crazy thing is that the CustomControl (MyViewBox) outside the DataTemplate works fine. Is this a bug or my fault Here is the Code: [MainWindow.xaml] < Window x:Class = " WPFBug.MainWindow " xmlns = " http://schemas.microsoft.com/winfx/2006/x ...Show All

  • Visual Basic RC1: "Compiler has encountered a problem..... NEED HELP from MICROSOFT

    I do have a rather big VB Windows Project and I get all the time interrupted by a compiler error &Hc0000005&. Have to restart. It happens while I edit the code, two three keys pressed and I get the compiler error. Don't think there is any error in the code itself. It is close to impossible to work with VS anymore. Thanks very much for your help - Thomas I'm having the a similiar problem, some solutions already found. been you able to solve the problem any suggestions are welcome. regards Wolfram ...Show All

  • Visual Studio Express Editions Making TextBox handle Numerica values?

    Hi everybody, I am trying to learn visual C++ and this is my first problem in building a Widows application: A textbox control can handle data of Text type only. For example, if I have a form with a TextBox named textBox1, and I have the following code under a button: int x; x = textBox1->text; I woul get the followin error when compiling: error C2440: '=' : cannot convert from 'System::String ^' to 'int' Now, how can I change the data type of a textbox so that it can take numbers Would appreciate any input. Thank you in advance, Hello maman ...Show All

  • Visual C++ DirList ActiveX usage problem on localized VS .NET

    Hi, As I know, VS uses DirList ActiveX component for showing some properies (see VC++ Linker's "Additional Directories" for example). In our integration we used the same approach. We crteated a dialog with DirList ActiveX on it. Here is the fragment from rc-file (part of DIALOGEX section ): CONTROL "",IDC_SLE_PATHLIST, "{442502BA-D873-4a37-9F19-3E38C42A3DDB}",NOT WS_VISIBLE | WS_TABSTOP,6,68,190,59 Guid belongs to DirList ActiveX. All works fine on English OS and VS .NET (we used VS .NET 2003). The problem occured on localized versions of VS (we checked German, Japanese and Chinese versions). Th ...Show All

  • Visual Studio Team System Unsafe Modifier

    Hi All, How to know if a class have the modifier Unsafe Thanks, You don't, it isn't stored in metadata for that class. But the assembly will request SkipVerification security permission. ...Show All

  • Visual C++ In VC++ 8, does "Disable Language Extensions" mean no __declspec?

    I have been using VC++ 8 Express for the last day or so.  Today I noticed the "Disable Language Extensions" in the Project Properties -> Configuration Properites -> C/C++ -> Language page. What does turing this to Yes mean for creating a dll file   After removing all "__declspec(dllexport)"  declarations, do ALL functions and classes get exported to the lib/dll, just as if you had put that on everything If you have sed.exe or are willing to download it from SourceForge ( http://gnuwin32.sourceforge.net/packages/sed.htm ), I think the following may be sufficient to get the list of s ...Show All

  • Visual Basic Copy Local

    I noticed that one can copy referenced dlls to the output directory of one's project. If one were to do this then pack those dll files and distribute them with one's program, could one's target user use the program without having the .net framework installed I tried installing .NET 2.0 onto BartPE but it didn't work. It said the package was corrupted (why is it always my computer that has problems!) ...Show All

  • .NET Development Basic Authentication usage resulting in System.Net.WebException: The request failed with HTTP status 505

    Did you find any soultion for this issue I am having same issue right now. My case is slightly different though. I am calling a .NET web service from another .NET web service. Call succeeds some times and after keeping the browser open for some time, calling the method again creating this error. I appreciate any help. Thanks, Puttoju I have split this post out from another thread because they are really actually different issues. Here is the quote from the original thread that contains the answer... Puttoju wrote: Thanks for you response. It's all set now. Thanks for the people p ...Show All

©2008 Software Development Network