Activity overview
Latest activity by nmpham
Do you have an error message? Anything in Event Viewer? / comments
Do you have an error message? Anything in Event Viewer?
Very impressive.
Does this version work with Reflector 6 / ILSpy ? / comments
Very impressive.
Does this version work with Reflector 6 / ILSpy ?
Clive Tong wrote:
It should be fixed for the next EAP release. That will probably be in the next couple of months.
Can we have a hotfix for this, because Reflector crashes on a lot of assembly now / comments
Clive Tong wrote:
It should be fixed for the next EAP release. That will probably be in the next couple of months.
Can we have a hotfix for this, because Reflector crashes on a lot of assembly...
I use WCFStorm-Lite to debug my services as it can setup header.
However, the header values are always empty so i fired up Reflector to look into its methodes
Class
WcfStorm.Lib.Entities.WcfStormIncomingMsgHeaders
public Node BuildIncomingHeadersTree(string url, string contractName, string method);
produced the exception
You can get WCFStorm-lite here http://www.wcfstorm.com/wcf/wcfstorm-lite.aspx / comments
I use WCFStorm-Lite to debug my services as it can setup header.
However, the header values are always empty so i fired up Reflector to look into its methodes
Class
WcfStorm.Lib.Entities.WcfStormIn...
We are all software engineers. We build and sell software for a living.
Don't expect us to help you crack other works.
It's very weak as protection scheme. Try to figure out by yourself / comments
We are all software engineers. We build and sell software for a living.
Don't expect us to help you crack other works.
It's very weak as protection scheme. Try to figure out by yourself
Hello,
I ve got the same problem when working with long db name .
With Profiler i ve seen
"use [Activportal-FleetReporting-User]"
when working in Activportal-FleetReporting-Users
The database name is truncated at 32e character
SqlPrompt 2.0.0.59
Windows 2003 + Framework 1.1
SqlServer 2000 + SqlAnalyzer / comments
Hello,
I ve got the same problem when working with long db name .
With Profiler i ve seen
"use [Activportal-FleetReporting-User]"
when working in Activportal-FleetReporting-Users
The database name ...
Intellisense don't work if '-' present in db name
Intellisense don't work if '-' present in db name
And another question, is this a normal behavior
1) i typed
select *
from table1
where table1.col1 = 0
2) then i modified select clause
select *,^c...