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

Software Development Network >> .NET Development

.NET Development

New Question

Dynamic DLL loading.
Remoting from GINA
Update
What a Laugh
TableAdapters BaseClass
XmlWriter namespace exceptions
Who's using .Net?
Taking Values
How to use XSLT for the reports generated using SQL Server 2000 reporting Services.
The type or namespace name 'SqlConnection' could not be found

Top Answerers

slimstarman
Jose I. Merino
veera_c
ZooDoo4U
AlEvan
Ian Bell
Sudha__
womalley
TimFroglich
AndyReddy
mZeus
Only Title

Answer Questions

  • Jeff Simmer Possibility to query the CLR execution engine ?

    Hi, anyone out there who knows if (and if so, how) it is possible in the .NET framework to obtain the list of objects which are actually managed in a running application Thanks. Mattias, let me rephase what I'm looking for: suppose I have an application which allows to instantiate objects at runtime. Is it possible to retrieve the list of already instantiated objects from the CLR runtime (instead of ...Show All

  • Kosher Coder Formatting Numbers

    I want to convert some decimal and floating point numbers to strings.  I have been looking for examples of how to do this and came across the following posted example.  It seems to be what I want, i.e., String^ out = i.ToString...  However, when I run this example I get '02' on the screen, where I would like to see '05'.  What am I missing // example from another question  // using namespace System; int main() { &nbs ...Show All

  • rblaco ? How to share strong name key files ?

    With Visual Studio 2003, we could share a single key file among all our assemblies, simply by referencing it in AssemblyInfo.cs. Now we have to reference it from the project settings "Signing" page, and when you select an existing ".snk" file, it always makes a copy of it to the project folder, and uses that copy instead. Is there any way to make it use the shared ".snk" file Hmm...  Adding a link to ...Show All

  • Frosty_Tigger How to block managed code being decompiled?

    After a lot of efforts, around 6 months of my development work on windows forms and components to bring a better application, I learnt that managed codes can be decompiled (Including Visual c++ 2003 in which I am developing - supposed to be stronger than C# and VB!). This looks like a setback, at least for initial start of my application in the market. I have made a trial run on my own code (95 % managed code with forms and windows compone ...Show All

  • RSudama SAP BW NetWeaver web services

    Hi, Has anyone done any integration of a .NET app with SAP BW through web services I’m talking about retrieving data defined on the BW side and then using it for whatever needs, all through web services. I've successfully created a web service on the BW side, but could not find any information on how to consume the web service in .NET, since most people seem to prefer the .NET connector or direct ODBC connection. Any refe ...Show All

  • Marcus Taylor Installing .. advpack.dll

    Not sure if this is where to put this question but I can't find anything else on these forums (shrug ). I'm trying to install the 2.0 redistribution package and get an error with c:\windows\system32\advpack.dll when trying to install. Any suggestions The reason I'm looking to install it is because I have an application that requires it. Maybe I actually need something different Ugh. lol mine is ...Show All

  • Keith Roe Modules?

    How do I locate the module mplapx.dll Help!!!!! When I try to play movies or videos with windows media player it says that module mplapx.dll cannot be found. Thank You Thank You...I will try that..I have reinstalled wmp several times and I still get the message that the module mplapx.dll cannot be found....Thank You for your time. Are you trying to write a program ...Show All

  • Jens Leidel Windows service or IIS??

    Hi, I have developed a remote server to cache datasets. My web app deployed on multiple web servers(web farm), will hit the remote caching server (separate machine) to get or insert datasets. How do you think hosting the remote server inside a windows service scale as opposed to hosting it inside IIS The load could be heavy on the remote server. Right now I have hosted it inside a windows service (to take advantage of TCPChannel). But the naggin ...Show All

  • Chris Carr Designing .NET Class Libraries - Downloading Videos

    Brad, These presentations are very useful really. Good idea to give the videos to us. Designing .NET Class Libraries http://msdn.microsoft.com/netframework/programming/classlibraries/default.aspx Brad Abrams' Blog http://blogs.msdn.com/brada/ Cheers, Javier Luna http://guydotnetxmlwebservices.blogspot.com/ Brad, great job as usual . I love them! Thanks Javier -- I am glad you found them helpful!  ...Show All

  • James2 consuming Java MTOM web service using WSE3

    Dear all, I have a developed a java web service to transfer a file using MTOM, and also developed a client using WSE3+VCS 2005 Express edition, but the client could not resolve the returned message. Here are my code snippet: ImageService service=new ImageService();//ImageService is the generated proxy service.RequireMtom=true; String[] list = service.listFiles(); //here the exception occured String[] operators = ser ...Show All

  • Saishyam No Managed DirectX for 64bit?

    I posted this issue back during Beta 1 and was told that Microsoft will look at making a 64 bit Managed DirectX after the OS and the development environment was released. That is way too late for those of us looking to release a 64 bit application any time soon! Is there any update from Microsoft on availability of even a Beta Managed DirectX for the x64 Thanks - John Hi John, I havent heard any info about it as well. I have emailed irec ...Show All

  • jayant_jkn .NET Assembly Security

    Hi all, just a quick question. Since there is a .NET Reflector written by LR which disassemble an exe/dll file, i can't find anything nor a better solution to get secure. How are we suppose to write a secure .NET app since it can be disassemble Is there a way to do it or perhaps possibility Or what's your recommendation / suggestion Regards, David [.NET NEWBIES] Once the code is on your client's machine, if they really want to lo ...Show All

  • zhongzhong GZipStream decompress issue with MemoryStream.

    I apologize in advance for such a newbie question, but I'm having difficulty decompressing information using the GZipStream classes. Seems to be able to compress with no problem; I get objects that contain valid data, and the below code compresses 404 bytes of data into 126. Admirable. However, when I try to decompress a MemoryStream, I get a byte array filled with zeros. I have no doubt that I'm missing something obvious, but after a cou ...Show All

  • ftball714 Web service connection problem

    I have a web serice built which works fine when I did testing on my local machine. It also works fine when accessed from different machine within my private network. I asked a friend of mine to access it from his machine. He can access it and works for few seconds then a following problem occurs The underlying connection was closed. Then he has to exit the application and reconnect. Sometimes I have to reset the server. Looks like thi ...Show All

  • RJ-X Visual Studio .NET project templates for creating Windows Communication Foundation (Indigo) applications

    I am getting started with using WFC services and wanted to know what project template I should use   Are there any project templates available   Thanks Ralaph Ralph, we have a few templates available for WCF projects in our add-on pack for Visual Studio. You can download the version that goes along with the Janurary WinFX CTP here [1]. You don't actually need a WCF-specific template to get s ...Show All

282930313233343536373839404142434445

©2008 Software Development Network

powered by phorum