Home
Get Started
Learn
Downloads
AJAX
MVC
Community
Wiki
Forums
Sign in
|
Join
Home
›
ASP.NET Forums
›
Search
Search
You searched for the word(s): userid:858638
More Search Options
RSS Available
Matching Posts
Re: problem adding web reference for the web service located at server
The problem is with the hosting server, you cannot do anything coz .net cannot make use of webservices out of its standards, even i tried consuming that url webservice n got the same error as u've got, so no issues with ur VS2008, problem with webservice hosting server, its better you contact them to rectify your issue.
Posted to
Visual Studio 2008
(Forum)
by
SurendraKishore
on 5/21/2009
Re: anybody passed through such things?
That's True, your exception stack trace itself asking for that System.Core dll, which comes only with .NET 3.5, its a New assembly in .NET Framework, also you have got instruction from toolkit vendor itself to have .NET 3.5 installed on usage machine, so its better you install .NET 3.5 framework, may be you may need more dll's of 3.5 framework to make that toolkit work. thats the best solution you can get, and nothing to panic ab't installing 3.5, its clean. to know about System.core
Posted to
ASP.NET 3.5 Extensions Preview
(Forum)
by
SurendraKishore
on 5/21/2009
Re: System.Security.SecurityException: Request for the permission of type 'System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed.
well you have problem with your website hosting company which allows only medium trust level, i donno whether you are making use of nay log entry in your application, i guess you might have using eventviewer for logging jobs done, so your provider w.r.t your subscription to his hosting server has medium trust by default. i guess you can overcome this by adding an assembly attribute for the class files you make use of using System; namespace ConsoleApplication { [System.Security.Permissions.PermissionSet
Posted to
Security
(Forum)
by
SurendraKishore
on 5/13/2009
Re: Multiple Instances of Reporting Services error "The request failed with HTTP status 401: Unauthorized."
unless i miss my guess, the problem might be with installing of multiple instances of SSRS on same machine. installing another instance of SSRS would have overtaken the existing Report Database, and its credentials are also be been overwritten with new instance. even though you creat enew virtual directories for the new instance, you need to have different databases for each instaces to make things flow smoothly. i suggest you to check with the installation of multiple SSRS instances on one machine
Posted to
SQL Server Reporting Services
(Forum)
by
SurendraKishore
on 5/13/2009
Re: How to open a new window using java script
use this line of code, which gives all the functionality of a browser. Response.Write("window.open('http://www.google.com','MyWindows','resizable=yes,toolbar=1,scrollbars=yes,menubar=yes,toolbar=yes,status=yes,resizable=yes,top=0,left=0',width='+ screen.availWidth +',height='+ screen.availHeight +')");
Posted to
Client Side Web Development
(Forum)
by
SurendraKishore
on 5/13/2009
Re: The ROLLBACK TRANSACTION request has no corresponding BEGIN TRANSACTION
change the code here IF @RequestType = 'C' BEGIN TRANSACTION
Posted to
SQL Server, SQL Server Express, and SqlDataSource Control
(Forum)
by
SurendraKishore
on 5/13/2009
Re: Net Framework SDK
unless i miss my guess, the MATLab scripts you are compiling to .net has Encryption things in that which holds and encryption, in .net there is no such encryption key file to hold, a key file is one which holds the private or public key the encrypted data, either you must ask your provider for the encryption key, else you can try out building your own encryption and decryption class and try to iclude it with the script. for reference you can checkout following links. http://www.codeproject.com/KB
Posted to
ASP.NET MVC
(Forum)
by
SurendraKishore
on 5/13/2009
Re: Help: How to enable Windows Authentication on ASP.NET Development Server?
i guess you can host a WCF Service under VS Dev Server, see, when you run a website under VS dev werver, you can access that website till the vs runs the website, once you stop debugging it, you can access that website. if you host your application under IIS then you can access the website anytime. WCF and WebServices are similar in this case. you need to host your application under IIS as the client app has to access it. WCF provides other options to host the web service under something other than
Posted to
Security
(Forum)
by
SurendraKishore
on 5/13/2009
Re: upgrade to vs 2008
you can run .NET 2.0, 3.0, 3.5 Framework developed application on single GUI i.e VS2008, so you wont face any problems in writing new application or modifying existing application on VS2008. if you are upgrading your earlier project to use in VS2008, when you open the project an upgrade utility pop-ups automatically, that makes the changes to application to run under vs2008, sometimes we may need to manually make some changes to application, and thats it. you can run .NET 2.0 application on VS2008
Posted to
Visual Studio 2008
(Forum)
by
SurendraKishore
on 5/13/2009
Re: Updating an assembly reference to a new version.
yeah its a bit pain changing old assebly version with new one's. its better you define all your assemblies in we.config file and have a binding redirect tag attribute defined. you can checkout this link for more info.
Posted to
Configuration and Deployment
(Forum)
by
SurendraKishore
on 5/9/2009
Page 1 of 33 (323 items) 1
2
3
4
5
Next >
...
Last »
Channel 9:
TWC9: XAML tools, Silverlight for Live Writer, Surface SDK,
Channel 9:
C9 Conversations: Brian Beckman on Complexity [C9 Conversations: Brian Beckman on Complexity]
Channel 10:
Black Friday Deals on Windows 7 Machines
Channel 10:
Holiday Shopping on Bing Cashback = Big Online Savings
Channel 10:
Black Friday Deals at the Microsoft Store
Channel 10:
Incredible Black Friday Deal: Windows 7 Notebook for $197
ASP.NET:
Presenting in Europe Next Week
TechNet Edge:
AlignIT IT Manager Podcast #30 - Straight Talk about Windows 7
WindowsClient:
You know your post rate has gone down...
Silverlight:
Geek Profiles – Scott Guthrie
Channel 9:
C9 Lectures: Dr. Erik Meijer - Functional Programming Fundamentals Chapter 9 of 13
TechNet Edge:
Managing Your Virtual World - Tech Focus November 2009 Part 2
ASP.NET:
Silverlight and RIA Services: Implementing Search
Channel 9:
C9 Lectures: Brian Beckman - Covariance and Contravariance in Physics 1 of 1
Channel 9:
Set Your Data Free
Channel 9:
Implementing a Silverlight SharePoint WebPart with Visual Studio 2010
WindowsClient:
New WPF Showcase Addition: Enterprise
Channel 9:
Reactive Extensions API in depth: Contract
WindowsClient:
Concluding "New WPF Features" Series
WindowsClient:
Introduction to TestApi – Part 5: Managed Code Fault Injection APIs
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online